Stuart Henderson <s...@spacehopper.org> writes: > On 2020/11/24 11:03, Jon Fineman wrote: >> Had been running for several days. No idea how to re-create it. I was >> creating a new email in notmuch. >> >> uname -a >> OpenBSD desktop 6.8 GENERIC.MP#1 amd64 >> >> In xterm: >> Fatal error 11: Segmentation fault >> Segmentation fault (core dumped) >> > > Do you have the debug-emacs and debug-notmuch packages installed? If not > please pkg_add them and retry in gdb.
I do have the debug packages installed per your sugestion last month. Did I not run the emacs or debugger command correctly? After installing them I did notice there is not a 'debug-emacs' command to run. Just emacs. Or should I have deleted the emacs and notmuch package first? pkg_info -Q emacs debug-emacs-27.1-gtk2 debug-emacs-27.1-gtk3 (installed) debug-emacs-27.1-no_x11 emacs-27.1-gtk2 emacs-27.1-gtk3 (installed) emacs-27.1-no_x11 emacs-anthy-9100hp5 notmuch-emacs-0.30 uemacs-4.0p2 xemacs-21.4.22p28 xemacs-21.4.22p28-mule xemacs-sumo-21.20100727p1 xemacs-sumo-21.20100727p1-mule pkg_info -Q notmuch debug-notmuch-0.30 (installed) notmuch-0.30 (installed) notmuch-emacs-0.30 py3-notmuch-0.30 (installed) > >> desktop(~/.emacs.d)$: egdb -core emacs-27.1.core >> GNU gdb (GDB) 7.12.1 >> Copyright (C) 2017 Free Software Foundation, Inc. >> License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> >> This is free software: you are free to change and redistribute it. >> There is NO WARRANTY, to the extent permitted by law. Type "show copying" >> and "show warranty" for details. >> This GDB was configured as "x86_64-unknown-openbsd6.8". >> Type "show configuration" for configuration details. >> For bug reporting instructions, please see: >> <http://www.gnu.org/software/gdb/bugs/>. >> Find the GDB manual and other documentation resources online at: >> <http://www.gnu.org/software/gdb/documentation/>. >> For help, type "help". >> Type "apropos word" to search for commands related to "word". >> [New process 391403] >> [New process 147349] >> [New process 201990] >> [New process 554034] >> [New process 127018] >> Core was generated by `emacs-27.1'. >> Program terminated with signal SIGSEGV, Segmentation fault. >> #0 0x0000038a4fe993ea in ?? () >> [Current thread is 1 (process 391403)] >> (gdb) bt >> #0 0x0000038a4fe993ea in ?? () >> #1 0x000003880df74a4e in ?? () >> #2 0x0000000000000000 in ?? () >> (gdb) >>