-
Notifications
You must be signed in to change notification settings - Fork 452
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
[Tests] GUI tests on Mac randomly fails with Fatal Python error: Segmentation fault #6564
Comments
I did see this one earlier on my machine but it's very hard to reproduce and seems to happen randomly. A screenshot of the crash details as reported by MacOS: So this seems to happen during some cleanup procedures when exiting the Python interpreter. Searching for
Since the stack trace does not provide any further useful information, this one can be pretty nasty to debug. It could be that we are mis-managing a particular Updating the version of Python/Qt/sip might also helpful. |
Good finding about the sip! Seems related to: If I understand correctly, it is possible that the error happened not when the Python interpreter exits, but when pyqtgraph closes the ImaveView object. Then we probably can avoid segfault by changing the way we work with pyqtgraph. |
The error still occurs in #6702 |
Didn't see any segmentation fault errors for a long time. |
The full log: https://jenkins-ci.tribler.org/job/GH_Tribler_PR_Tests/job/PR_GUI_macOS/3519/console
Error occurred during in #6563
The text was updated successfully, but these errors were encountered: