Details
-
Bug
-
Resolution: Done
-
Not Evaluated
-
5.4.1
-
None
-
Ubuntu 14.04, Qt 5.4.1
-
f6e6ef46b382e1a7f827afc5f70ce6e5deaa7e86
Description
QSegfaultHandler installs its own handler for SEGV, however this doesn't call the default handler, so core dumps can no longer be created. As QSegfaultHandler is initialized for gui apps using the eglfs platform (in qfbvthandler), this effectively means that core dumps can't be genereated for GUI apps.
A workaround can be to set QT_QPA_ENABLE_TERMINAL_KEYBOARD=1 if you don't have keyboard.