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

test_socket hangs in ThreadableTest.tearDown() on AMD64 FreeBSD CURRENT Debug 3.6 #74838

Closed
vstinner opened this issue Jun 13, 2017 · 2 comments
Labels
tests Tests in the Lib/test dir

Comments

@vstinner
Copy link
Member

BPO 30653
Nosy @vstinner

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 2017-08-11.00:05:02.480>
created_at = <Date 2017-06-13.11:32:06.089>
labels = ['tests']
title = 'test_socket hangs in ThreadableTest.tearDown() on AMD64 FreeBSD CURRENT Debug 3.6'
updated_at = <Date 2017-08-11.00:05:02.479>
user = 'https://github.com/vstinner'

bugs.python.org fields:

activity = <Date 2017-08-11.00:05:02.479>
actor = 'vstinner'
assignee = 'none'
closed = True
closed_date = <Date 2017-08-11.00:05:02.480>
closer = 'vstinner'
components = ['Tests']
creation = <Date 2017-06-13.11:32:06.089>
creator = 'vstinner'
dependencies = []
files = []
hgrepos = []
issue_num = 30653
keywords = ['buildbot']
message_count = 2.0
messages = ['295906', '300141']
nosy_count = 1.0
nosy_names = ['vstinner']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = 'resolved'
status = 'closed'
superseder = None
type = None
url = 'https://bugs.python.org/issue30653'
versions = ['Python 3.6']

@vstinner
Copy link
Member Author

http://buildbot.python.org/all/builders/AMD64%20FreeBSD%20CURRENT%20Debug%203.6/builds/231/steps/test/logs/stdio

0:28:11 [405/405] test_socket crashed
Timeout (0:15:00)!
Thread 0x0000000801816000 (most recent call first):
File "/usr/home/buildbot/python/3.6.koobs-freebsd-current/build/Lib/threading.py", line 295 in wait
File "/usr/home/buildbot/python/3.6.koobs-freebsd-current/build/Lib/threading.py", line 551 in wait
File "/usr/home/buildbot/python/3.6.koobs-freebsd-current/build/Lib/test/test_socket.py", line 273 in _tearDown
File "/usr/home/buildbot/python/3.6.koobs-freebsd-current/build/Lib/unittest/case.py", line 604 in run
File "/usr/home/buildbot/python/3.6.koobs-freebsd-current/build/Lib/unittest/case.py", line 649 in __call__
File "/usr/home/buildbot/python/3.6.koobs-freebsd-current/build/Lib/unittest/suite.py", line 122 in run
File "/usr/home/buildbot/python/3.6.koobs-freebsd-current/build/Lib/unittest/suite.py", line 84 in __call__
File "/usr/home/buildbot/python/3.6.koobs-freebsd-current/build/Lib/unittest/suite.py", line 122 in run
File "/usr/home/buildbot/python/3.6.koobs-freebsd-current/build/Lib/unittest/suite.py", line 84 in __call__
File "/usr/home/buildbot/python/3.6.koobs-freebsd-current/build/Lib/unittest/runner.py", line 176 in run
File "/usr/home/buildbot/python/3.6.koobs-freebsd-current/build/Lib/test/support/init.py", line 1889 in _run_suite
File "/usr/home/buildbot/python/3.6.koobs-freebsd-current/build/Lib/test/support/init.py", line 1923 in run_unittest
File "/usr/home/buildbot/python/3.6.koobs-freebsd-current/build/Lib/test/test_socket.py", line 5637 in test_main
File "/usr/home/buildbot/python/3.6.koobs-freebsd-current/build/Lib/test/libregrtest/runtest.py", line 165 in runtest_inner
File "/usr/home/buildbot/python/3.6.koobs-freebsd-current/build/Lib/test/libregrtest/runtest.py", line 119 in runtest
File "/usr/home/buildbot/python/3.6.koobs-freebsd-current/build/Lib/test/libregrtest/runtest_mp.py", line 71 in run_tests_slave
File "/usr/home/buildbot/python/3.6.koobs-freebsd-current/build/Lib/test/libregrtest/main.py", line 475 in _main
File "/usr/home/buildbot/python/3.6.koobs-freebsd-current/build/Lib/test/libregrtest/main.py", line 468 in main
File "/usr/home/buildbot/python/3.6.koobs-freebsd-current/build/Lib/test/libregrtest/main.py", line 532 in main
File "/usr/home/buildbot/python/3.6.koobs-freebsd-current/build/Lib/test/regrtest.py", line 46 in _main
File "/usr/home/buildbot/python/3.6.koobs-freebsd-current/build/Lib/test/regrtest.py", line 50 in <module>
File "/usr/home/buildbot/python/3.6.koobs-freebsd-current/build/Lib/runpy.py", line 85 in _run_code
File "/usr/home/buildbot/python/3.6.koobs-freebsd-current/build/Lib/runpy.py", line 193 in _run_module_as_main

@vstinner vstinner added the tests Tests in the Lib/test dir label Jun 13, 2017
@vstinner
Copy link
Member Author

I didn't see this bug recently, so I close this issue.

@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
tests Tests in the Lib/test dir
Projects
None yet
Development

No branches or pull requests

1 participant