GNU bug report logs -
#71712
29.3; Crash on OpenBSD
Previous Next
Reported by: Kirill A. Korinsky <kirill <at> korins.ky>
Date: Sat, 22 Jun 2024 00:29:02 UTC
Severity: normal
Tags: unreproducible
Found in version 29.3
Done: Eli Zaretskii <eliz <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On Thu, 27 Jun 2024 15:19:43 +0100,
Gerd Möllmann <gerd.moellmann <at> gmail.com> wrote:
>
> Not sure about OpenBSD, but FreeBSD switched to LLVM, i.e. clang and
> lldb, a while ago. Do you have these?
I do, and attemt to use it looks like:
~ $ lldb /usr/local/bin/emacs
(lldb) target create "/usr/local/bin/emacs"
Current executable set to '/usr/local/bin/emacs' (x86_64).
(lldb) r
Process 21865 launched: '/usr/local/bin/emacs' (x86_64)
and nothing had happened. I wait couple of minutes, but after I pres C-c it,
at least exits as:
Process 21865 exited with status = -1 (0xffffffff) lost connection
anyway, it left the process:
~ $ ps aux | grep 21865
catap 21865 0.0 0.3 21200 42672 p2 TX 3:35PM 0:00.29 /usr/local/bin/emacs (emacs-29.4)
catap 71388 0.0 0.0 792 1448 p2 S+p 3:41PM 0:00.00 grep 21865
~ $
what means that debuging emacs doesn't work.
I've tried to debug xterm and it works like a charm via bot lldb and gdb.
--
wbr, Kirill
This bug report was last modified 271 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.