Hi All When loading the libobjc2 shared library I get a SIGSEGV. The backtrace is:
#0 0x006cc356 in selector_insert (table=0x81deee8, value=<value optimized out>) at /home/mathk/gnustep/libobjc2/./hash_table.h:273 #1 0x006cac8f in add_selector_to_table (aSel=<value optimized out>) at selector_table.c:260 #2 register_selector_locked (aSel=<value optimized out>) at selector_table.c:273 #3 0x006cbbac in objc_register_selector_copy (aSel=<value optimized out>, copyArgs=1 '\001') at selector_table.c:359 #4 0x006cb225 in sel_registerName (selName=<value optimized out>, selName=<value optimized out>) at selector_table.c:440 #5 0x006c2d9d in objc_init_load_messages_table () at class_table.c:43 #6 init_class_tables () at class_table.c:138 #7 0x006c7091 in __objc_exec_class (module=<value optimized out>) at loader.c:49 #8 0x006d008f in .objc_load_function () from /usr/GNUstep/lib/libobjc.so.4 #9 0x006d00cd in __do_global_ctors_aux () from /usr/GNUstep/lib/libobjc.so.4 #10 0x006c0c8c in _init () from /usr/GNUstep/lib/libobjc.so.4 #11 0x008fb8fc in call_init () from /lib/ld-linux.so.2 #12 0x008fba19 in _dl_init_internal () from /lib/ld-linux.so.2 #13 0x008ff74f in dl_open_worker () from /lib/ld-linux.so.2 #14 0x008fb786 in _dl_catch_error () from /lib/ld-linux.so.2 #15 0x008ffbc6 in _dl_open () from /lib/ld-linux.so.2 #16 0x00ab7bcb in dlopen_doit () from /lib/libdl.so.2 #17 0x008fb786 in _dl_catch_error () from /lib/ld-linux.so.2 #18 0x00ab835c in _dlerror_run () from /lib/libdl.so.2 #19 0x00ab7c81 in dlopen@@GLIBC_2.1 () from /lib/libdl.so.2 #20 0x053c12e4 in ?? () from /usr/lib/libltdl.so.7 #21 0x053be3f6 in ?? () from /usr/lib/libltdl.so.7 #22 0x053bf64f in ?? () from /usr/lib/libltdl.so.7 #23 0x053bfeb9 in lt_dlopenadvise () from /usr/lib/libltdl.so.7 #24 0x053bff86 in lt_dlopenext () from /usr/lib/libltdl.so.7 I am running on Fedora 14 and use clang as a compiler. Thanks for the help -- Mathieu _______________________________________________ Etoile-discuss mailing list [email protected] https://mail.gna.org/listinfo/etoile-discuss
