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

Sporadic segmentation fault in test_datetime.test_check_arg_types() #77233

Closed
pitrou opened this issue Mar 11, 2018 · 4 comments
Closed

Sporadic segmentation fault in test_datetime.test_check_arg_types() #77233

pitrou opened this issue Mar 11, 2018 · 4 comments
Labels
3.8 only security fixes stdlib Python modules in the Lib dir tests Tests in the Lib/test dir type-crash A hard crash of the interpreter, possibly with a core dump

Comments

@pitrou
Copy link
Member

pitrou commented Mar 11, 2018

BPO 33052
Nosy @abalkin, @pitrou, @vstinner, @pganssle, @tirkarthi

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 2018-11-13.08:14:33.579>
created_at = <Date 2018-03-11.21:32:59.751>
labels = ['tests', '3.8', 'library', 'type-crash']
title = 'Sporadic segmentation fault in test_datetime.test_check_arg_types()'
updated_at = <Date 2018-11-13.08:14:33.578>
user = 'https://github.com/pitrou'

bugs.python.org fields:

activity = <Date 2018-11-13.08:14:33.578>
actor = 'vstinner'
assignee = 'none'
closed = True
closed_date = <Date 2018-11-13.08:14:33.579>
closer = 'vstinner'
components = ['Library (Lib)', 'Tests']
creation = <Date 2018-03-11.21:32:59.751>
creator = 'pitrou'
dependencies = []
files = []
hgrepos = []
issue_num = 33052
keywords = []
message_count = 4.0
messages = ['313623', '329811', '329816', '329817']
nosy_count = 5.0
nosy_names = ['belopolsky', 'pitrou', 'vstinner', 'p-ganssle', 'xtreak']
pr_nums = []
priority = 'normal'
resolution = 'out of date'
stage = 'resolved'
status = 'closed'
superseder = None
type = 'crash'
url = 'https://bugs.python.org/issue33052'
versions = ['Python 3.8']

@pitrou
Copy link
Member Author

pitrou commented Mar 11, 2018

Just spotted this in a Travis-CI job:
https://travis-ci.org/python/cpython/jobs/351010039#L2002

I'm not sure there's anything to do but I figured it was worth reporting anyway.

@pitrou pitrou added 3.8 only security fixes stdlib Python modules in the Lib dir tests Tests in the Lib/test dir type-crash A hard crash of the interpreter, possibly with a core dump labels Mar 11, 2018
@tirkarthi
Copy link
Member

Related discussion with same segfault in Travis CI : bpo-33701

@vstinner
Copy link
Member

Just spotted this in a Travis-CI job:
https://travis-ci.org/python/cpython/jobs/351010039#L2002

0:00:07 load avg: 20.55 [ 24/415/1] test_datetime crashed (Exit code -11)
Fatal Python error: Segmentation fault
Current thread 0x000014fcbda86740 (most recent call first):
File "/home/travis/build/python/cpython/Lib/test/datetimetester.py", line 4630 in test_check_arg_types
File "/home/travis/build/python/cpython/Lib/unittest/case.py", line 615 in run
File "/home/travis/build/python/cpython/Lib/unittest/case.py", line 663 in __call__
File "/home/travis/build/python/cpython/Lib/unittest/suite.py", line 122 in run
File "/home/travis/build/python/cpython/Lib/unittest/suite.py", line 84 in __call__
File "/home/travis/build/python/cpython/Lib/unittest/suite.py", line 122 in run
File "/home/travis/build/python/cpython/Lib/unittest/suite.py", line 84 in __call__
File "/home/travis/build/python/cpython/Lib/unittest/runner.py", line 176 in run
File "/home/travis/build/python/cpython/Lib/test/support/init.py", line 1865 in _run_suite
File "/home/travis/build/python/cpython/Lib/test/support/init.py", line 1955 in run_unittest
File "/home/travis/build/python/cpython/Lib/test/test_datetime.py", line 54 in test_main
File "/home/travis/build/python/cpython/Lib/test/libregrtest/runtest.py", line 176 in runtest_inner
File "/home/travis/build/python/cpython/Lib/test/libregrtest/runtest.py", line 130 in runtest
File "/home/travis/build/python/cpython/Lib/test/libregrtest/runtest_mp.py", line 67 in run_tests_slave
File "/home/travis/build/python/cpython/Lib/test/libregrtest/main.py", line 517 in _main
File "/home/travis/build/python/cpython/Lib/test/libregrtest/main.py", line 510 in main
File "/home/travis/build/python/cpython/Lib/test/libregrtest/main.py", line 585 in main
File "/home/travis/build/python/cpython/Lib/test/regrtest.py", line 46 in _main
File "/home/travis/build/python/cpython/Lib/test/regrtest.py", line 50 in <module>
File "/home/travis/build/python/cpython/Lib/runpy.py", line 85 in _run_code
File "/home/travis/build/python/cpython/Lib/runpy.py", line 193 in _run_module_as_main

@vstinner vstinner changed the title Sporadic segmentation fault in test_datetime Sporadic segmentation fault in test_datetime.test_check_arg_types() Nov 13, 2018
@vstinner
Copy link
Member

Oh, this issue is the same bug than bpo-33701. I also close this one since this crash has been seen in March, but I didn't see it recently. So I close the issue as "out of date".

@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
3.8 only security fixes stdlib Python modules in the Lib dir tests Tests in the Lib/test dir type-crash A hard crash of the interpreter, possibly with a core dump
Projects
None yet
Development

No branches or pull requests

3 participants