Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jun 1998 13:32:58 -0600
From:      Nate Williams <nate@mt.sri.com>
To:        "Ron G. Minnich" <rminnich@Sarnoff.COM>
Cc:        hackers@FreeBSD.ORG
Subject:   Re: ECONNREFUSED on a READ? 
Message-ID:  <199806051932.NAA11091@mt.sri.com>
In-Reply-To: <Pine.SUN.3.91.980605102331.5206A-100000@terra>
References:  <Pine.SUN.3.91.980605102331.5206A-100000@terra>

next in thread | previous in thread | raw e-mail | index | archive | help
>   5606 telnet   CALL  socket(0x2,0x2,0)
>   5606 telnet   RET   socket 3
>   5606 telnet   CALL  connect(0x3,0x200ac010,0x10)
>   5606 telnet   RET   connect 0
>   5606 telnet   CALL  sendto(0x3,0xefbfcfd8,0x16,0,0,0)
>   5606 telnet   GIO   fd 3 wrote 22 bytes
>        "\^B\M-Z\^A\0\0\^A\0\0\0\0\0\0\^Dc126\0\0\^A\0\^A"
>   5606 telnet   RET   sendto 22/0x16
>   5606 telnet   CALL  poll(0xefbfcd88,0x1,0x2710)
>   5606 telnet   RET   poll 1
>   5606 telnet   CALL  recvfrom(0x3,0xefbfd884,0x400,0,0xefbfce10,0xefbfcd7c)
>   5606 telnet   RET   recvfrom -1 errno 61 Connection refused
>   5606 telnet   CALL  close(0x3)
> 
> So we have a socket, make a connection on it, sendto on it, then do a 
> recvfrom on it and get an error. 
> 
> I'm seeing this on a 
> FreeBSD 3.0-971110-SNAP #0: Sat Jan  6 23:54:11 EST 1996
>     root@c064:/usr/src/sys/compile/SMP-CLUSTER
> 
> On almost any program. 

Do you have a short program that demonstrates this bug?  I'd like to see
if this is the same sort of problem that the JDK is seeing, since it
sounds like it.



Nate

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199806051932.NAA11091>