Subject: Re: Linux JDK 1.1.3 on NetBSD/i386
To: None <port-i386@NetBSD.ORG>
From: Nathan Gelbard <gelbardn@3jane.hurrah.com>
List: port-i386
Date: 01/12/1998 15:33:13
On 12-Jan-98 Christoph Badura wrote:
>> java.net.SocketException: Transport endpoint is already connected
>
>> I've tried the exact same classes on a UltraSparc 2 solaris box
>> and it worked fine. I tried again on a win95 machine and it worked
>> fine. I tried on a Linux box running the exact same JDK I'm running
>> on my NetBSD box and it worked fine. But on my NetBSD box, it dies.
>
> Well, that's not easy to say. We need more details. Could you run
> ktrace/kdump on that Programm and send us the *relevant* results.
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'?
thanx
nate