emacs-devel
[Top][All Lists]
Advanced

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

Re: [Emacs.app dev]: Emacs.app now in GNU Emacs CVS


From: Miles Bader
Subject: Re: [Emacs.app dev]: Emacs.app now in GNU Emacs CVS
Date: Wed, 16 Jul 2008 15:28:32 +0900

FWIW, here's a little gdb session with stack backtrace... not very
useful looking but...

[It dies even if I just run src/bootstrap-emacs without any arguments]

   (gdb) run
   Starting program: /usr/local/src/emacs/gnustep/src/bootstrap-emacs 
   [Thread debugging using libthread_db enabled]
   [New Thread 0xb6f276c0 (LWP 7329)]
   2008-07-16 06:27:31.900 bootstrap-emacs[7329] Unknown time zone name `JST'.
   2008-07-16 06:27:31.901 bootstrap-emacs[7329] Using time zone with absolute 
offset 0.
   2008-07-16 06:27:31.892 bootstrap-emacs[7329] autorelease called without 
pool for object (8a3d590) of class NSMethodSignature in thread <NSThread: 
0x8a29460>
   2008-07-16 06:27:31.904 bootstrap-emacs[7329] autorelease called without 
pool for object (8aa2f48) of class GSFFCallInvocation in thread <NSThread: 
0x8a29460>
   2008-07-16 06:27:31.905 bootstrap-emacs[7329] autorelease called without 
pool for object (8aa9a60) of class GSCInlineString in thread <NSThread: 
0x8a29460>
   2008-07-16 06:27:31.905 bootstrap-emacs[7329] autorelease called without 
pool for object (8a9f520) of class NSException in thread <NSThread: 0x8a29460>
   2008-07-16 06:27:31.906 bootstrap-emacs[7329] autorelease called without 
pool for object (8a77b00) of class GSMutableArray in thread <NSThread: 
0x8a29460>

   Program received signal SIGABRT, Aborted.
   [Switching to Thread 0xb6f276c0 (LWP 7329)]
   0xb7f82424 in __kernel_vsyscall ()

   (gdb) ba
   #0  0xb7ef9424 in __kernel_vsyscall ()
   #1  0xb73fa8f6 in kill () from /lib/i686/cmov/libc.so.6
   #2  0x08166bee in abort () at emacs.c:432
   #3  0xb76d3e8f in objc_exception_throw () from /usr/lib/libobjc.so.2
   #4  0xb7808a28 in ?? () from /usr/lib/libgnustep-base.so.1.16
   #5  0xb7808503 in ?? () from /usr/lib/libgnustep-base.so.1.16
   #6  0xb7808440 in ?? () from /usr/lib/libgnustep-base.so.1.16
   #7  0xb7851f3e in ?? () from /usr/lib/libgnustep-base.so.1.16
   #8  0xb7852111 in ?? () from /usr/lib/libgnustep-base.so.1.16
   #9  0xb790bad1 in ?? () from /usr/lib/libgnustep-base.so.1.16
   #10 0xb70517b5 in __vacall_r () from /usr/lib/libcallback.so.0
   #11 0xb7adf540 in ?? () from /usr/lib/libgnustep-base.so.1.16
   #12 0xbf911454 in ?? ()
   #13 0x00000004 in ?? ()
   #14 0xbf911488 in ?? ()
   #15 0x00000000 in ?? ()

Thanks,

-Miles

-- 
Faith, n. Belief without evidence in what is told by one who speaks without
knowledge, of things without parallel.




reply via email to

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