On Mon, Jun 25, 2001 at 05:38:57PM -0500, Rob Mayoff wrote:
> > 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.

Hi,

Nope. That didn't change anything. The OS I am using is FreeBSD 5.0
CURRENT. Like I said, this is a developer's copy and not the release
version, so it is possible there is a bug in the ioctl function that
has not been detected yet. I am going to see if I can try this on a
FreeBSD 4.3 box tomorrow. The only reason I think it is probably not a
bug in the ioctl function is that I tried it on a FreeBSD 5.0 box that
was built in March and also one that was built just today with the
same problems. I would have thought a bug in ioctl would have been
found by now.

Thanks,

Mike

Reply via email to