> > Program received signal SIGSEGV, Segmentation fault. > 0x2ed48 in loadNativeLibrarySym (name=0x0) at external.c:182 > 182 LIBRARYFUNCTION(func, name); > (gdb) > > I added assert(name==NULL) before this instruction, but it never hits. It > seems something is wrong with gdb. ;-) How about "assert(name != NULL)"? - Godmar