-
Notifications
You must be signed in to change notification settings - Fork 522
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
bindings/python: Test failed for Fatal Python error: PyGILState_Release #1723
Comments
Hey @messense, would you like to take a look? |
I'll have to reproduce it locally first. |
Unable to reproduce it on Ubuntu 22.04 with |
Does this relate to our python binding's workflow? Seems we are not using the venv for testing. |
Venv just isolates packages, at runtime it's mostly the same. |
The fatal error occurs when the Python interpreter was shutting down, so it maybe related to GC or even not our issue. (CPython can and does have bugs, lol) |
Thank you for investigating. Let's close this issue until we have more information. |
Another coredump: Fatal Python error: PyGILState_Release: thread state 0x7f4b780034f0 must be current when releasing
Python runtime state: finalizing (tstate=0x00007f4b80445258)
Thread 0x00007f4b7fbb0c40 (most recent call first):
<no Python frame>
/home/runner/work/_temp/b31de088-9046-45a5-8b43-b0427d1f2[38](https://github.com/apache/incubator-opendal/actions/runs/4587412840/jobs/8100898542#step:6:39)c.sh: line 1: 7117 Aborted (core dumped) python -m behave tests https://github.com/apache/incubator-opendal/actions/runs/4587412840/jobs/8100898542 |
https://github.com/apache/incubator-opendal/actions/runs/4480668361/jobs/7876306343
The text was updated successfully, but these errors were encountered: