summaryrefslogtreecommitdiff
path: root/src/debug/createdump/dumpwriter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/debug/createdump/dumpwriter.cpp')
-rw-r--r--src/debug/createdump/dumpwriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debug/createdump/dumpwriter.cpp b/src/debug/createdump/dumpwriter.cpp
index 9057d180e1..69f0ece8af 100644
--- a/src/debug/createdump/dumpwriter.cpp
+++ b/src/debug/createdump/dumpwriter.cpp
@@ -209,7 +209,7 @@ DumpWriter::WriteDump()
// Write all the thread's state and registers
for (const ThreadInfo* thread : m_crashInfo.Threads())
{
- if (!WriteThread(*thread, 0)) {
+ if (!WriteThread(*thread, SIGABRT)) {
return false;
}
}