Tue 24 Aug 2010 06:50:01 AM UTC, original submission:
With the latest current, all applications seem to start, display their menus and then crash.
Interestingly, in the debugger for the app GSTest, relaunching the application inside the debugger a second time has it working, here the log:
(gdb) run
Starting program: G:\GNUstep\home\multix\gnustep-cvs\devmodules\usr-apps\example
s\gui\GSTest/GSTest.app/GSTest.exe
[New thread 1672.0xb40]
[New thread 1672.0xb5c]
Program received signal SIGSEGV, Segmentation fault.
[Switching to thread 1672.0xb5c]
+[NSAutoreleasePool addObject:] (self=0x704366e0, _cmd=0x70465e28,
anObj=0x18896d8) at NSAutoreleasePool.m:235
235 pool = t->_autorelease_vars.current_pool;
(gdb) run
The program being debugged has been started already.
Start it from the beginning? (y or n) y
Starting program: G:\GNUstep\home\multix\gnustep-cvs\devmodules\usr-apps\example
s\gui\GSTest/GSTest.app/GSTest.exe
[New thread 3016.0x102c]
The trace is:
(gdb) bt
#0 +[NSAutoreleasePool addObject:] (self=0x704366e0, _cmd=0x70465e28,
anObj=0x18896d8) at NSAutoreleasePool.m:235
#1 0x70330486 in -[NSObject autorelease] (self=0x18896d8, _cmd=0x704817f8)
at NSObject.m:1699
#2 0x703910f8 in _threadFunction (t=0x18896d8) at NSTask.m:1022
#3 0x7c80b729 in KERNEL32!GetModuleFileNameA ()
from C:\WINDOWS\system32\kernel32.dll
#4 0x00000000 in ?? ()
|