Process finished with exit code 139 (interrupted by signal 11: SIGSEGV)
-
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 ?wrote on 24 Aug 2021, 19:30 last edited byThe 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.
-
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.
-
wrote on 24 Aug 2021, 20:07 last edited byThis post is deleted!
-
wrote on 24 Aug 2021, 20:22 last edited by szRicsi
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?
wrote on 25 Aug 2021, 04:11 last edited by -
-
@szRicsi what is the output of
QT_DEBUG_PLUGINS=1 /Users/..../venv/bin/python /Users/.../HelloWorldApp/main.py
wrote on 25 Aug 2021, 06:36 last edited by szRicsi@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 -
wrote on 25 Aug 2021, 20:03 last edited by
@SGaist @eyllanesc
These informations are enough for something?
12/15