On 2020/11/24 06:57, Jon Fineman wrote:
> 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?

I wasn't sure as you didn't mention it - I was expecting to see a
"Reading symbols from xx" line.

> 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?

ok no, that's correct then.. The debug packages have detached symbols
in a separate file, there is no separate executable.

> debug-emacs-27.1-gtk3 (installed)
> emacs-27.1-gtk3 (installed)
> 
> 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 

I didn't notice how you were calling gdb before; please try

egdb emacs-27.1 emacs-27.1.core

> >> [Current thread is 1 (process 391403)]
> >> (gdb) bt
> >> #0  0x0000038a4fe993ea in ?? ()
> >> #1  0x000003880df74a4e in ?? ()
> >> #2  0x0000000000000000 in ?? ()

I am hoping that some function names will show up instead of ??.

Reply via email to