bug-gnustep
[Top][All Lists]
Advanced

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

[bug #21415] gdnc segfaults on OpenBSD


From: Gregory John Casamento
Subject: [bug #21415] gdnc segfaults on OpenBSD
Date: Tue, 19 Feb 2008 22:43:32 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.8.1.12) Gecko/20080201 Firefox/2.0.0.12

Update of bug #21415 (project gnustep):

                  Status:                    None => In Progress            

    _______________________________________________________

Follow-up Comment #6:

The backtrace is corrupted on OpenBSD sparc.   From tracing it through the
debugger it is dying on this call:

Breakpoint 4, main (argc=1, argv=0xf7fe715c, env=0xf7fe7164)
    at NSProcessInfo.m:910
910       _gnu_process_args(argc, argv, env);

Specifically, it's dying here:

(gdb) step 
_gnu_process_args (argc=1, argv=0xf7fe715c, env=0xf7fe7164)
    at NSProcessInfo.m:231
231       CREATE_AUTORELEASE_POOL(arp);
(gdb) n

Program received signal SIGSEGV, Segmentation fault.
0x0fb5b57c in -[NSString initWithFormat:locale:arguments:] (self=Cannot
access memory at address 0xf7bffeb4
)
    at NSString.m:1064
1064      unichar       *fmt = fbuf;
(gdb) 

The location at the end is wrong because of the stack corruption, but it's
definitely happening in CREATE_AUTORELEASE_POOL somewhere.  GC


    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

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