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.



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Emacs-app-dev- mailing list
Emacs-app-dev-@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-

Reply via email to