gnustep-dev
[Top][All Lists]
Advanced

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

libobjc2 segfault


From: Eric Wasylishen
Subject: libobjc2 segfault
Date: Sat, 6 Feb 2010 17:25:44 -0700

Hi,
Recent versions of libobjc2 seem broken for me. If I revert to r29407, 
everything works fine. Here is the stack trace I get (in this case, running 
edlc) with the current libobjc2 trunk:

(gdb) run
Starting program: /usr/GNUstep/Local/Tools/edlc
[Thread debugging using libthread_db enabled]
[New Thread 0xb718d830 (LWP 1738)]
[New Thread 0xb718cb90 (LWP 1754)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0xb718d830 (LWP 1738)]
0xb785bc68 in class_table_internal_insert (table=0x8e057e8, value=0x0) at 
class_table.c:14
14              return string_hash(class->name);
Current language:  auto; currently c
(gdb) bt
#0  0xb785bc68 in class_table_internal_insert (table=0x8e057e8, value=0x0) at 
class_table.c:14
#1  0xb785bc3a in class_table_internal_table_resize (table=0x8e057e8) at 
hash_table.h:187
#2  0xb785bdcd in class_table_internal_insert (table=0x8e057e8, 
value=0xb7b2d940)
    at hash_table.h:302
#3  0xb785b8dd in __objc_add_class_to_hash (class=0xb7b2d940) at class.c:153
#4  0xb785e928 in __objc_exec_class (module=0xb7b2dd88) at init.c:607
#5  0xb799b330 in __objc_gnu_init () at NSDistributedNotificationCenter.m:820
#6  0xb7ade61d in __do_global_ctors_aux ()
   from /usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.19
#7  0xb78dd0d0 in _init () from 
/usr/GNUstep/Local/Library/Libraries/libgnustep-base.so.1.19
#8  0xb8048404 in ?? () from /lib/ld-linux.so.2
#9  0xb8048534 in ?? () from /lib/ld-linux.so.2
#10 0xb803a84f in ?? () from /lib/ld-linux.so.2





reply via email to

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