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: Sun, 24 Apr 2022 20:46:21 -0700

I am uncertain whether this happens only when dumping (ignoring the gdb case), 
but here is a better redaction of the most recent build:

rm -f emacs && cp -f temacs emacs
LC_ALL=C ./temacs -batch  -l loadup --temacs=pdump \
  --bin-dest /Users/HOME/Desktop/emacs/nextstep/Emacs.app/Contents/MacOS/ 
--eln-dest /Users/HOME/Desktop/emacs/nextstep/Emacs.app/Contents/Frameworks/
2022-04-24 17:05:19.291 temacs[6082:607] *** __NSAutoreleaseNoPool(): Object 
0x100916490 of class NSPathStore2 autoreleased with no pool in place - just 
leaking
2022-04-24 17:05:19.293 temacs[6082:607] *** __NSAutoreleaseNoPool(): Object 
0x10091a1a0 of class NSPathStore2 autoreleased with no pool in place - just 
leaking

* * *

Loading term/common-win...
2022-04-24 17:05:22.531 temacs[6082:607] *** __NSAutoreleaseNoPool(): Object 
0x10482d040 of class NSCFArray autoreleased with no pool in place - just leaking
2022-04-24 17:05:22.532 temacs[6082:607] *** __NSAutoreleaseNoPool(): Object 
0x7fff70ff1cf0 of class NSCFString autoreleased with no pool in place - just 
leaking

* * *

Loading international/mule-util...
Loading international/ucs-normalize...

* * *

kAdding name emacs-29.0.50.1
Adding name emacs-29.0.50.1.pdmp
2022-04-24 17:05:40.175 temacs[6082:607] *** __NSAutoreleaseNoPool(): Object 
0x104c29860 of class __NSCFDate autoreleased with no pool in place - just 
leaking
2022-04-24 17:05:40.175 temacs[6082:607] *** __NSAutoreleaseNoPool(): Object 
0x104c13b00 of class NSCFTimer autoreleased with no pool in place - just leaking
cp -f emacs.pdmp bootstrap-emacs.pdmp

* * *

rm -f emacs && cp -f temacs emacs
LC_ALL=C ./temacs -batch  -l loadup --temacs=pdump \
  --bin-dest /Users/HOME/Desktop/emacs/nextstep/Emacs.app/Contents/MacOS/ 
--eln-dest /Users/HOME/Desktop/emacs/nextstep/Emacs.app/Contents/Frameworks/
2022-04-24 18:06:53.950 temacs[33157:607] *** __NSAutoreleaseNoPool(): Object 
0x100916490 of class NSPathStore2 autoreleased with no pool in place - just 
leaking
2022-04-24 18:06:53.952 temacs[33157:607] *** __NSAutoreleaseNoPool(): Object 
0x10091a1a0 of class NSPathStore2 autoreleased with no pool in place - just 
leaking

* * *

Loading term/common-win...
2022-04-24 18:06:57.116 temacs[33157:607] *** __NSAutoreleaseNoPool(): Object 
0x10491a1d0 of class NSCFArray autoreleased with no pool in place - just leaking
2022-04-24 18:06:57.117 temacs[33157:607] *** __NSAutoreleaseNoPool(): Object 
0x7fff70ff1cf0 of class NSCFString autoreleased with no pool in place - just 
leaking

* * *

Adding name emacs-29.0.50.1
Adding name emacs-29.0.50.1.pdmp
2022-04-24 18:07:14.405 temacs[33157:607] *** __NSAutoreleaseNoPool(): Object 
0x104e031a0 of class __NSCFDate autoreleased with no pool in place - just 
leaking
2022-04-24 18:07:14.405 temacs[33157:607] *** __NSAutoreleaseNoPool(): Object 
0x10300d530 of class NSCFTimer autoreleased with no pool in place - just leaking
cp -f emacs.pdmp bootstrap-emacs.pdmp
/usr/bin/make -C ../nextstep all

* * *

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

> Date: [04-24-2022 20:09:07] <25 Apr 2022 11:09:07 +0800>
> From: Po Lu <luangruo@yahoo.com>
> 
> 
> Does this happen only when dumping (ignoring the gdb case?)
> 
> If so, I don't think it's anything to worry about, and I see something
> similar on GNUstep as well.



reply via email to

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