Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

python 2.6 latest fails test_socketserver.py #45045

Closed
dfavor mannequin opened this issue Jun 6, 2007 · 4 comments
Closed

python 2.6 latest fails test_socketserver.py #45045

dfavor mannequin opened this issue Jun 6, 2007 · 4 comments

Comments

@dfavor
Copy link
Mannequin

dfavor mannequin commented Jun 6, 2007

BPO 1732145
Nosy @tiran

Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

Show more details

GitHub fields:

assignee = None
closed_at = <Date 2007-11-23.09:24:02.344>
created_at = <Date 2007-06-06.15:41:33.000>
labels = []
title = 'python 2.6 latest fails test_socketserver.py'
updated_at = <Date 2007-11-23.09:24:02.343>
user = 'https://bugs.python.org/dfavor'

bugs.python.org fields:

activity = <Date 2007-11-23.09:24:02.343>
actor = 'christian.heimes'
assignee = 'none'
closed = True
closed_date = <Date 2007-11-23.09:24:02.344>
closer = 'christian.heimes'
components = ['None']
creation = <Date 2007-06-06.15:41:33.000>
creator = 'dfavor'
dependencies = []
files = []
hgrepos = []
issue_num = 1732145
keywords = []
message_count = 4.0
messages = ['32223', '32224', '32225', '57781']
nosy_count = 3.0
nosy_names = ['alanmcintyre', 'christian.heimes', 'dfavor']
pr_nums = []
priority = 'normal'
resolution = 'works for me'
stage = None
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue1732145'
versions = []

@dfavor
Copy link
Mannequin Author

dfavor mannequin commented Jun 6, 2007

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

@alanmcintyre
Copy link
Mannequin

alanmcintyre mannequin commented Jun 26, 2007

Could you provide some details of the environment in which this failed (platform, command used to run the tests, etc.)?

@dfavor
Copy link
Mannequin Author

dfavor mannequin commented Jun 26, 2007

This was run on latest Fedora FC6 with all latest patches.

@tiran
Copy link
Member

tiran commented Nov 23, 2007

I'm closing the bug report because it's pretty old and I haven't seen a
problem with the test in the past. Please open another bug if the
problem still persists.

@tiran tiran closed this as completed Nov 23, 2007
@tiran tiran closed this as completed Nov 23, 2007
@ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant