Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)
-
Hello,
I’ve just started learning Python programming on an online course where we are using PySide6 and QtQuick to display a simple window. I keep running into this error Process finished with exit code 139 (interrupted by signal 11: SIGSEGV) with a simple window with basic shapes in it. You can check the code here: https://github.com/szricsi22/HelloWorldApp
I use macOS Big Sur operating system on a Macbook Air M1.I would greatly appreciate some help.
-
Hi and welcome to devnet,
How are you installing your development environment ?
Using virtualenv ?
Conda ? -
Hi and welcome to devnet,
How are you installing your development environment ?
Using virtualenv ?
Conda ? -
Since you are on macOS, you should get a dialog with informations about the crash, can you show it ?
Do you have the same issue if you show a simple dummy widget ? -
Since you are on macOS, you should get a dialog with informations about the crash, can you show it ?
Do you have the same issue if you show a simple dummy widget ? -
What if you start your script with pdb running ?
-
The window alone shows up without error. It crashes only when I add a Rectangle to the window. The Code is pretty basic. All was generated by QtCreator. I don’t get any information about the crash, just the one I mentioned before.
-
Here is the full text from the console:
https://pastebin.com/57mDzRpF
password: 6QtUSf2eHk -
Here is the full text from the console:
https://pastebin.com/57mDzRpF
password: 6QtUSf2eHk -
@szRicsi I have not asked you that, have you been able to execute what I pointed out in my previous comment?
-
-
@szRicsi what is the output of
QT_DEBUG_PLUGINS=1 /Users/..../venv/bin/python /Users/.../HelloWorldApp/main.py
@eyllanesc said in Process finished with exit code 139 (interrupted by signal 11: SIGSEGV):
QT_DEBUG_PLUGINS=1
Maybe this is what you ask : https://pastebin.com/493Tvq7f
password: echBy5Qp2S