raisedragon / pircbotx

Automatically exported from code.google.com/p/pircbotx
0 stars 0 forks source link

SocketException with quitserver() #85

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. connect to IRC
2. quitserver()

java.net.SocketException: Connection reset
at java.net.SocketInputStream.read(Unknown Source)
at java.net.SocketInputStream.read(Unknown Source)
at sun.nio.cs.StreamDecoder.readBytes(Unknown Source)
at sun.nio.cs.StreamDecoder.implRead(Unknown Source)
at sun.nio.cs.StreamDecoder.read(Unknown Source)
at java.io.InputStreamReader.read(Unknown Source)
at java.io.BufferedReader.fill(Unknown Source)
at java.io.BufferedReader.readLine(Unknown Source)
at java.io.BufferedReader.readLine(Unknown Source)
at org.pircbotx.InputThread.run(InputThread.java:85)

What is the expected output? What do you see instead?

No Exception, the InputThread should take care of the server-side disconnection.

What version of the product are you using? On what operating system?

1.7 on Windows Seven 64x

Original issue reported on code.google.com by grif...@gmail.com on 14 Sep 2012 at 12:28

GoogleCodeExporter commented 9 years ago
What server is this? This should of been fixed a while ago in one of the other 
issues can't find it now). On Freenode I get this output

1347822393745 <<<:LordQuackstar!~chatzilla@site.edu PRIVMSG #pircbotx :?quit
1347822393747 >>>QUIT :
1347822393840 <<<:PircBotX!~LQ@site.edu QUIT :Client Quit
1347822393842 <<<ERROR :Closing Link: site.edu (Client Quit)
1347822393842 *** Disconnected.

No exception is thrown. Can you post the server and a example log containing 
everything from the initial quit to when the JVM exits?

Original comment by Lord.Qua...@gmail.com on 16 Sep 2012 at 7:11

GoogleCodeExporter commented 9 years ago
Closing due to lack of response and reproducibility. 

Original comment by Lord.Qua...@gmail.com on 9 Oct 2012 at 2:02