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/
_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep