Subject: Re: Linux JDK 1.1.3 on NetBSD/i386
To: None <gelbard@engr.orst.edu>
From: Jason Thorpe <thorpej@nas.nasa.gov>
List: port-i386
Date: 01/12/1998 16:24:59
On Mon, 12 Jan 1998 15:33:13 -0800 (PST)
Nathan Gelbard <gelbardn@3jane.hurrah.com> wrote:
> Well, the trace is 600k :) I've never dont this before, but heres what
> I think the problem is:
>
> 2528 java CALL socketcall(0xe,0xefbfd3b8)
> 2528 java RET socketcall 0
> 2528 java CALL socketcall(0x3,0xefbfd2f4)
> 2528 java RET socketcall -1 errno -115 Unknown error: 4294967181
>
> Where can I find the error listing for errno -115 and the
> 'uknown error'?
Interesting...
You can get the errno value from /sys/compat/linux/linux_errno.h. It
happens to be EINPROGRESS. It is translated from the NetBSD errno to
the Linux errno by a lookup table. Now to find the spots inthe source
tree where EINPROGRESS is returned, and see if any of them are plausible :-)
Jason R. Thorpe thorpej@nas.nasa.gov
NASA Ames Research Center Home: +1 408 866 1912
NAS: M/S 258-6 Work: +1 650 604 0935
Moffett Field, CA 94035 Pager: +1 415 428 6939