discuss-gnustep
[Top][All Lists]
Advanced

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

Re: [Emacs.app dev]: Problems compiling Emacs.app with GNUstep


From: Adrian Robert
Subject: Re: [Emacs.app dev]: Problems compiling Emacs.app with GNUstep
Date: Tue, 15 Jul 2008 20:02:29 -0400


On Jul 15, 2008, at 5:50 PM, Charles philip Chan wrote:

Thanks Fred, you put me on the right track, I needed to add "-- args" to
gdb to get a backtrace. Can you comment on this bt?

#0  0xb7f51410 in __kernel_vsyscall ()
#1  0xb7296c26 in kill () from /lib/libc.so.6
#2  0x08168526 in abort () at emacs.c:432
#3  0xb7731245 in _terminate () at NSException.m:697
#4 0xb77314e6 in _NSFoundationUncaughtExceptionHandler (exception=0x854b1c0) at NSException.m:724
...
#11 0xb6e457d5 in __vacall_r () from /usr/local/lib/libcallback.so.0
#12 0xb7b827c0 in returnTypeInfo ()
   from /usr/GNUstep/System/Library/Libraries/libgnustep-base.so.1.17
#13 0xbfc0ba64 in ?? ()
#14 0x00000004 in ?? ()
#15 0xbfc0ba98 in ?? ()
#16 0x00000000 in ?? ()

Hmm, I'm wondering why things get lost here.. It's been a while, maybe this is something inevitable, but I also remember when I was doing this a lot I would build Emacs.app with no optimization (remove -O2 in the compile script) and also use the debug version of the GNUstep libraries (I forget how I did this). This definitely helps gdb.






reply via email to

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