URL:
  <http://savannah.gnu.org/bugs/?30863>

                 Summary: Segfault problem on windows (all applications)
NSTask/thread
                 Project: GNUstep
            Submitted by: rmottola
            Submitted on: mar 24 ago 2010 06:50:01 GMT
                Category: None
                Severity: 4 - Important
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
         Discussion Lock: Any

    _______________________________________________________

Details:

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 ?? ()







    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?30863>

_______________________________________________
  Messaggio inviato con/da Savannah
  http://savannah.gnu.org/


_______________________________________________
Bug-gnustep mailing list
Bug-gnustep@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to