Eli Zaretskii writes: > Is this what you get for all the addresses in emacs_backtrace.txt? > Some of them, especially the ones close to the top, are expected to > yield nothing, but not all of them. > > Also, try doing the same after letting the program run to the > beginning of the 'main' function, like this: > > cd emacs-build-test/src > gdb ./emacs.exe > (gdb) start run -batch --no-site-file --no-site-lisp ... > > (with the rest of the arguments you saw in the crashed command). Ok, I tried it with the addresses emitted during compilation of apropos.el and for some of them, the result of '(gdb) list *0xNNNN' is attached. Is this what you're looking for? If so, I will do the exercise for all of the addresses and post the result. Best, Arash