summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel/qcrashhandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/corelib/kernel/qcrashhandler.cpp')
-rw-r--r--src/corelib/kernel/qcrashhandler.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/corelib/kernel/qcrashhandler.cpp b/src/corelib/kernel/qcrashhandler.cpp
index 6c73516..979e215 100644
--- a/src/corelib/kernel/qcrashhandler.cpp
+++ b/src/corelib/kernel/qcrashhandler.cpp
@@ -339,6 +339,9 @@ static void print_backtrace(FILE *outb)
"EOF\n",
globalProgName, (int)getpid()))
return;
+#elif defined(Q_OS_INTEGRITY)
+ /* abort */
+ CheckSuccess(Failure);
#else /* All other platforms */
/*
* TODO: SCO/UnixWare 7 must be something like (not tested)