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 $ _______________________________________________ emacs-pretest-bug mailing list [email protected] http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug
