-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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_json and test_lib2to3 crash on s390x Fedora Clang 3.x buildbot #90700
Comments
s390x Fedora Clang 3.x buildbot: This change may be caused by this buildbot configuration change: --- Current thread 0x000003ff94176710 (most recent call first): Extension modules: _testcapi (total: 1) and --- Current thread 0x000003ffbccf6710 (most recent call first): Extension modules: _testcapi (total: 1) test.pythoninfo difference between successful build 1383 and failing build 1385:
|
These 2 tests seem to check for RecursionError. See my notes: |
The issue seems to be affecting also the PPC64LE Fedora Rawhide Clang 3.x and PPC64LE Fedora Stable Clang 3.x |
I managed to reproduce the test_json crash on the "Fedora Stable ppc64le" buildbot using clang. Commands: I wrote #75155 to fix it. |
test_lib2to3 crash if Python is built with clang when running test_all_project_files() of lib2to3.tests.test_all_fixers.Test_all. This test crash on processing the file: "Lib/lib2to3/tests/data/infinite_recursion.py". The #75038 change increased the usage of the stack memory when Python is built with clang:
|
s390x Fedora Clang 3.x buildbot is back to green, I close the issue. |
"thread_time"
totest_time.test_get_clock_info
#30913Note: 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:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: