Skip to content
Snippets Groups Projects
Commit b682adae authored by Nikolai Kosjar's avatar Nikolai Kosjar
Browse files

CrashHandler: Handle signal SIGABRT


This signal is generated if abort() is called. This happens e.g.
  1. if there is an attempt to call a pure virtual method
  2. if Qt detects an uncaught exception or printing a message fails
     (qlogging.cpp, qt_message())

Change-Id: I6a1d8f094a884ebc6bfc6a1fc168aea8afe825b5
Reviewed-by: default avatarChristian Kandeler <christian.kandeler@digia.com>
parent b36a53cd
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment