Skip to content

Commit

Permalink
Apply patch from #36821 for Julia 1.5.3.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sacha0 committed Oct 21, 2020
1 parent fc97ae4 commit 3ee6dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/signals-mach.c
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ void *mach_profile_listener(void *arg)

forceDwarf = -2;
#else
bt_size_cur += rec_backtrace_ctx((jl_bt_element_t*)bt_data_prof + bt_size_cur, bt_size_max - bt_size_cur - 1, uc, NULL);
bt_size_cur += rec_backtrace_ctx((jl_bt_element_t*)bt_data_prof + bt_size_cur, bt_size_max - bt_size_cur - 1, uc, NULL, 1);
#endif

// Mark the end of this block with 0
Expand Down

0 comments on commit 3ee6dd7

Please sign in to comment.