bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#57563: 28.1; macOS - layout warning at startup


From: Gerd Möllmann
Subject: bug#57563: 28.1; macOS - layout warning at startup
Date: Wed, 07 Sep 2022 07:04:42 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (darwin)

Po Lu <luangruo@yahoo.com> writes:

> Bob Kline <bkline@rksystems.com> writes:
>
>> I'm happy to provide whatever information is needed, but I'll need
>> more detailed instructions. I haven't done any Mac software
>> development since the previous century, well before OS X.
>
> I'm not sure I know how to do that with lldb, unfortunately.  Perhaps
> someone else can chime in at this point.

I think Bob is using x86_64, which GDB supports.  Anyway, it's not much
different for LLDB:

As usual, the more debug info your Emacs executable contains, the
better.  Then, from where you built Emacs

cd src
lldb ./emacs
(lldb) b _NSDetectedLayoutRecursion
(lldb) run

and when LLDB stops at the breakpoint, print the backtrace with

(lldb) bt






reply via email to

[Prev in Thread] Current Thread [Next in Thread]