[OGo-Developer] OGo Trunk WebUI Crashing With Signal#6
Adam Tauno Williams
developer@opengroupware.org
Sun, 10 Dec 2006 18:38:03 -0500
> >> You probably didn't start OGo inside GDB with "-WOUseWatchDog NO" ...
> >> Most likely this is the backtrace of the watchdog, not of OGo. Would
> >> be nice to get the real backtrace.
> > I think I am.
> Hm, give
> break raise (if it stops here, capture the backtrace and say
> "continue")
> break abort
> a try. Possibly this preserves the stack trace before the abort()
> pulls down the process.
Not certainly I'm doing it right, but I get this -
(gdb) break raise
[0] cancel
[1] all
[2] -[NSException raise] at NSException.m:197
>
Argument required (one or more choice numbers).
(gdb) backtrace
#0 0xffffe410 in __kernel_vsyscall ()
#1 0xb75d9cdd in ___newselect_nocancel () from /lib/libc.so.6
#2 0xb7748dd0 in -[NSRunLoop acceptInputForMode:beforeDate:]
(self=0x8134a6c, _cmd=0xb77bd2b0,
aMode=0xb77bd368, limitDate=0x8899d4c) at NSRunLoop.m:712
#3 0xb77487e3 in -[NSRunLoop runMode:beforeDate:] (self=0x8134a6c,
_cmd=0xb7d33490,
aMode=0xb77bd368, limitDate=0x8899d4c) at NSRunLoop.m:621
#4 0xb7c17e53 in WOGetKVCValueUsingMethod ()
from /usr/local/lib/libNGObjWeb_d.so.4.5
#5 0xb7c48b97 in WOApplicationMain ()
from /usr/local/lib/libNGObjWeb_d.so.4.5
#6 0xb7c6b055 in WOWatchDogApplicationMain ()
from /usr/local/lib/libNGObjWeb_d.so.4.5
#7 0x08049b96 in main ()
> Two things are interesting here:
> a) why the ERROR
> b) why the crash after the ERROR