I think the following advice would help us get
better bug reports for emacs crashes:
*** emacsbug.el 05 Jul 2005 10:18:12 +0200 1.65
--- emacsbug.el 20 Jul 2005 17:01:40 +0200
***************
*** 125,131 ****
(insert "\n\n")
(setq user-point (point))
! (insert "\n\n\n")
(insert "In " (emacs-version) "\n")
(if (fboundp 'x-server-vendor)
--- 125,136 ----
(insert "\n\n")
(setq user-point (point))
! (insert "\n\n")
!
! (insert "If emacs crashed, and you have the emacs process in the gdb
debugger,\n"
! "please include the output from the following gdb commands:\n"
! " `bt full' and `xbacktrace'.\n"
! "The file etc/DEBUG explains how to further debug the crash.\n\n\n")
(insert "In " (emacs-version) "\n")
(if (fboundp 'x-server-vendor)
--
Kim F. Storm <[EMAIL PROTECTED]> http://www.cua.dk
_______________________________________________
Emacs-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-devel