Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)
-
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