Skip to content

Commit 80508f0

Browse files
author
Jacob Lacouture
committed
report segv threadid
1 parent a0b18fd commit 80508f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

thread_pthread.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ static void log_tail_dump() {
154154

155155
static struct sigaction old_sa;
156156
static void tail_segv_handler(int signum, siginfo_t *info, void *context) {
157+
DUMP_LOG_REPORT("SEGV: dumping");
157158
log_tail_dump();
158159
sigaction(SIGSEGV, &old_sa, NULL);
159160
raise(SIGSEGV);

0 commit comments

Comments
 (0)