Good news for HP-UX users

Godmar Back kaffe@rufus.w3.org
Tue, 18 Aug 1998 12:52:08 -0600 (MDT)


> 
> 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