> Program received signal SIGSEGV, Segmentation fault.
> 0x281820ff in ioctl () from /usr/lib/libc_r.so.5
> (gdb) bt
> #0  0x281820ff in ioctl () from /usr/lib/libc_r.so.5
> #1  0x80805df in Ns_SockSetNonBlocking (sock=15) at sock.c:385

Hmm. Ns_SockSetNonBlocking uses an "unsigned long" for variable i but
should probably use an "unsigned int". Maybe that's your problem. Try
patching that and see if it helps.

If that doesn't work, then remind me what OS you're using, including
version number.

Reply via email to