GNU bug report logs - #57563
28.1; macOS - layout warning at startup

Previous Next

Package: emacs;

Reported by: Bob Kline <bkline <at> rksystems.com>

Date: Sat, 3 Sep 2022 15:33:02 UTC

Severity: normal

Found in version 28.1

Fixed in version 29.1

Done: Gerd Möllmann <gerd.moellmann <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: Gerd Möllmann <gerd.moellmann <at> gmail.com>
To: Po Lu <luangruo <at> yahoo.com>
Cc: 57563 <at> debbugs.gnu.org, Bob Kline <bkline <at> rksystems.com>
Subject: bug#57563: 28.1; macOS - layout warning at startup
Date: Wed, 07 Sep 2022 07:04:42 +0200
Po Lu <luangruo <at> yahoo.com> writes:

> Bob Kline <bkline <at> 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





This bug report was last modified 2 years and 307 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.