On Mon, May 15, 2017 at 10:55:18AM +0200, Benno Schulenberg wrote: > > To reproduce: > > MALLOC_CHECK_=2 info/ginfo doc/info-stnd.info > > Then type: i x <Enter> i x <Enter> > > Aborted.
I could find nothing wrong here at all. Do you have valgrind installed? Maybe try running alias VAL='valgrind --log-file=val.log' VAL info/ginfo doc/info-stnd.info and see if there is anything in val.log afterwards. (No errors were indicated for me when I tried it.)
