Skip to content

Commit

Permalink
Remove suprious abort()
Browse files Browse the repository at this point in the history
  • Loading branch information
pdillinger committed Nov 22, 2023
1 parent 546a432 commit 7d7763b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion port/stack_trace.cc
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,6 @@ static void StackTraceHandler(int sig) {
uint64_t expected = 0;
if (g_thread_handling_stack_trace.compare_exchange_strong(expected, me)) {
// Acquired mutex
abort();
g_recursion_count = 0;
break;
}
Expand Down

0 comments on commit 7d7763b

Please sign in to comment.