-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
test_frame does crash randomly on AMD64 RHEL8 LTO 3.x #133261
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
Comments
The crash might be related to the recent trashcan change: 44e4c47 |
Extract of the gdb backtrace:
|
GCC 9 and older don't have __has_builtin(), but have __builtin_frame_address() function.
Also happened randomly on my Windows 11 buildbot: |
Oh strange. This bug looks more like #133199 : assertion failure in _PyObject_GC_UNTRACK().
|
GCC 9 and older don't have __has_builtin(), but have __builtin_frame_address() function.
@ambv: Would you mind to open a separated issue for the Windows failure? It's a different root cause related to _PyObject_GC_UNTRACK(). |
Since the PR was merged, the s390x RHEL8 buildbot started failing: https://buildbot.python.org/#/builders/442/builds/9249 |
Crash report
Example: https://buildbot.python.org/#/builders/64/builds/9301
Linked PRs
The text was updated successfully, but these errors were encountered: