discuss-gnustep
[Top][All Lists]
Advanced

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

recent cvs snap causes segfaults


From: Stefan Böhringer
Subject: recent cvs snap causes segfaults
Date: 05 Aug 2003 11:06:54 +0200

A recent cvs snapshot as of 13:00 MET of today fails to compile. A
segfault is emitted by all the tools resulting from making base, which
later prevents gui from compiling.

The error seems to run through +[NSAssertionHandler currentHandler] in
all tools. However, another exception seems to raised from the method
which finally causes the segfault.

Breaking in currentHandler gives the following (for plmerge, but also
for defaults):
#0  +[NSAssertionHandler currentHandler] (self=0x40229300,
_cmd=0x402546d8)
    at NSAssertionHandler.m:73
#1  0x401a110c in GSInvocationCallback (callback_data=0x4026aed0, 
    args=0xbfffece4) at GSFFCallInvocation.m:806
#2  0x401d7b5d in __vacall_r ()
   from /usr/GNUstep/System/Library/Libraries/libgnustep-base_d.so.1
#3  0x40160819 in pathSeps () at NSString.m:224
#4  0x40166c40 in -[NSString lastPathComponent] (self=0x8081048, 
    _cmd=0x40241878) at NSString.m:2823
#5  0x40144b2c in _gnu_process_args (argc=1, argv=0x8057218,
env=0x8059f88)
    at NSProcessInfo.m:225
#6  0x401457f5 in +[NSProcessInfo initialize] (self=0x40241760, 
    _cmd=0x402526a8) at NSProcessInfo.m:628
#7  0x402a8946 in __objc_send_initialize (class=0x40241760)
    at /Disks/ext/src/gcc/gcc-3.2.1/libobjc/sendmsg.c:321
#8  0x402a8773 in __objc_init_install_dtable (receiver=0x40241760, 
    op=0x804a9c8) at /Disks/ext/src/gcc/gcc-3.2.1/libobjc/sendmsg.c:263
#9  0x402a9872 in objc_msg_lookup (receiver=0x40241760, op=0x804a9c8)
    at /Disks/ext/src/gcc/gcc-3.2.1/libobjc/sendmsg.c:180
#10 0x08048b80 in main (argc=1, argv=0xbffff064, env=0xbffff06c)
    at plmerge.m:46
#11 0x403c41c4 in __libc_start_main () from /lib/libc.so.6

I'm with gcc3.2.1, removed complete GNUstep tree, pulled a fresh cvs
copy and am not aware of other system changes recently.

Thanks, best wishes,

        Stefan






reply via email to

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