This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dandrzejewski
Recipients Jim.Duchek, dandrzejewski, giampaolo.rodola, jacques, janssen, matejcik, vbabiy
Date 2010-04-05.15:54:57
SpamBayes Score 3.4045195e-05
Marked as misclassified No
Message-id <1270482899.1.0.918794899061.issue5103@psf.upfronthosting.co.za>
In-reply-to
Content
I believe this issue may be responsible for causing a very long hang in my application.  Here's an example of it hanging for 30 minutes.  Yes - minutes. 

[UI] 2010-04-03 11:33:34,209 DEBUG: Communicating with GUI on 127.0.0.1:9095 - timeout 10 seconds
[UI] 2010-04-03 12:03:16,118 ERROR: Error in send_gui_command()!
Traceback (most recent call last):
  File "javaui.pyc", line 72, in send_message
  File "client.pyc", line 506, in send_message_with_params
  File "client.pyc", line 230, in call
  File "client.pyc", line 94, in do_request
  File "httplib.pyc", line 1100, in connect
  File "ssl.pyc", line 350, in wrap_socket
  File "ssl.pyc", line 118, in __init__
  File "ssl.pyc", line 293, in do_handshake
error: [Errno 10053] An established connection was aborted by the software in your host machine

This is Python 2.6.4 on Windows.  (This particular time it happened on a 32-bit Server 2008 system). 

My guess is that after that 30 minute time period, Windows is seeing that the connection is hung and it's just aborting it?
History
Date User Action Args
2010-04-05 15:55:00dandrzejewskisetrecipients: + dandrzejewski, janssen, giampaolo.rodola, matejcik, jacques, vbabiy, Jim.Duchek
2010-04-05 15:54:59dandrzejewskisetmessageid: <1270482899.1.0.918794899061.issue5103@psf.upfronthosting.co.za>
2010-04-05 15:54:57dandrzejewskilinkissue5103 messages
2010-04-05 15:54:57dandrzejewskicreate