Bugs item #1732145, was opened at 2007-06-06 10:41
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1732145&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: David Favor (dfavor)
Assigned to: Nobody/Anonymous (nobody)
Summary: python 2.6 latest fails test_socketserver.py

Initial Comment:
test_socket_ssl
test_socketserver
test test_socketserver crashed -- <class 'socket.error'>: (104, 'Connection 
reset by peer')
test_softspace
test_sort
Exception in thread Thread-63:
Traceback (most recent call last):
  File "/build/work/python-2.6/Lib/threading.py", line 465, in __bootstrap
    self.run()
  File "/build/work/python-2.6/Lib/test/test_socketserver.py", line 93, in run
    svr.serve_a_few()
  File "/build/work/python-2.6/Lib/test/test_socketserver.py", line 35, in 
serve_a_few
    self.handle_request()
  File "/build/work/python-2.6/Lib/SocketServer.py", line 224, in handle_request
    self.handle_error(request, client_address)
  File "/build/work/python-2.6/Lib/SocketServer.py", line 222, in handle_request
    self.process_request(request, client_address)
  File "/build/work/python-2.6/Lib/SocketServer.py", line 429, in 
process_request
    self.collect_children()
  File "/build/work/python-2.6/Lib/SocketServer.py", line 425, in 
collect_children
    self.active_children.remove(pid)
ValueError: list.remove(x): x not in list 


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1732145&group_id=5470
_______________________________________________
Python-bugs-list mailing list 
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to