We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c995a62 commit 9902e79Copy full SHA for 9902e79
src/rt/rust_task.cpp
@@ -595,7 +595,6 @@ rust_task::new_big_stack() {
595
} else {
596
stk_seg *borrowed_big_stack = sched_loop->borrow_big_stack();
597
if (!borrowed_big_stack) {
598
- dump_stacks();
599
abort();
600
601
big_stack = borrowed_big_stack;
src/rt/rust_task.h
@@ -291,8 +291,6 @@ rust_task : public kernel_owned<rust_task>
291
char const *file,
292
size_t line);
293
294
- void dump_stacks();
295
-
296
friend void task_start_wrapper(spawn_args *a);
297
friend void cleanup_task(cleanup_args *a);
298
friend void reset_stack_limit_on_c_stack(reset_args *a);
0 commit comments