> Here's a simple test case that crashes reliably for me: > > $ emacs -Q -eval '(let ((f (make-temp-file "bang"))) (set-frame-font > "9x15") (with-temp-file f (insert 27 44 98 105 27 40 66)) > (find-alternate-file f))' > Fatal error (11)Segmentation fault
It doesn't crash for me. xbacktrace is a user-defined command in .gdbinit in the src directory. You need to start gdb in that directory (or 'source' it). -- Nick http://www.inet.net.nz/~nickrob _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
