emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs 28 on OSX: emacsclient.c:1415: warning: implicit declaration o


From: Keith David Bershatsky
Subject: Re: Emacs 28 on OSX: emacsclient.c:1415: warning: implicit declaration of function 'openat'
Date: Mon, 25 Apr 2022 19:56:10 -0700

With the recent changes to the master, Emacs now builds and creates a working 
version on OSX 10.6.8.  The "leaking" messages during the build process have 
been eliminated.  The only place I see the "leaking" messages now is at the 
outset when launching Emacs under gdb:

(gdb) run
Starting program: 
/Users/HOME/Desktop/emacs/nextstep/Emacs.app/Contents/MacOS/Emacs 
2022-04-25 19:50:53.804 Emacs[28144:60f] *** __NSAutoreleaseNoPool(): Object 
0x100918460 of class NSPathStore2 autoreleased with no pool in place - just 
leaking
2022-04-25 19:50:53.806 Emacs[28144:60f] *** __NSAutoreleaseNoPool(): Object 
0x10091c290 of class NSPathStore2 autoreleased with no pool in place - just 
leaking
2022-04-25 19:50:53.806 Emacs[28144:60f] *** __NSAutoreleaseNoPool(): Object 
0x1009185f0 of class NSCFString autoreleased with no pool in place - just 
leaking
2022-04-25 19:50:53.806 Emacs[28144:60f] *** __NSAutoreleaseNoPool(): Object 
0x10091cc40 of class NSCFArray autoreleased with no pool in place - just leaking
2022-04-25 19:50:53.807 Emacs[28144:60f] *** __NSAutoreleaseNoPool(): Object 
0x10091cd30 of class NSPathStore2 autoreleased with no pool in place - just 
leaking
2022-04-25 19:50:53.807 Emacs[28144:60f] *** __NSAutoreleaseNoPool(): Object 
0x10091ce90 of class NSCFData autoreleased with no pool in place - just leaking
[New Thread 0x1903 of process 28144]
[New Thread 0x1a03 of process 28144]
[New Thread 0x1b03 of process 28144]


;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

> Date: [04-24-2022 22:43:49] <25 Apr 2022 13:43:49 +0800>
> From: Po Lu <luangruo@yahoo.com>
> To: Keith David Bershatsky <esq@lawlist.com>
> Cc: Alan Third <athird@googlemail.com>, Mattias EngdegÄrd <mattiase@acm.org>, 
> Paul Eggert <eggert@cs.ucla.edu>, emacs-devel@gnu.org
> Subject: Re: Emacs 28 on OSX: emacsclient.c:1415: warning: implicit 
> declaration of function 'openat'
> 
> Keith David Bershatsky <esq@lawlist.com> writes:
> 
> > There are substantially less "leaking" messages following the most
> > recent revision to the master.  Here is the updated build excerpt with
> > the word "leaking":
> 
> Should be fixed now, thanks.



reply via email to

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