Skip to content

Commit 2c32705

Browse files
committed
---
yaml --- r: 55666 b: refs/heads/master c: 9902e79 h: refs/heads/master v: v3
1 parent 2edf8ec commit 2c32705

File tree

3 files changed

+1
-4
lines changed

3 files changed

+1
-4
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: c995a62d44ce8534d4f8bf36284419661b87e167
2+
refs/heads/master: 9902e798d5bdc983228cdf82242ff52409dd76e6
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 79a2b2eafc3c766cecec8a5f76317693bae9ed17
55
refs/heads/try: 8eb2bab100b42f0ba751552d8eff00eb2134c55a

trunk/src/rt/rust_task.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -595,7 +595,6 @@ rust_task::new_big_stack() {
595595
} else {
596596
stk_seg *borrowed_big_stack = sched_loop->borrow_big_stack();
597597
if (!borrowed_big_stack) {
598-
dump_stacks();
599598
abort();
600599
} else {
601600
big_stack = borrowed_big_stack;

trunk/src/rt/rust_task.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,8 +291,6 @@ rust_task : public kernel_owned<rust_task>
291291
char const *file,
292292
size_t line);
293293

294-
void dump_stacks();
295-
296294
friend void task_start_wrapper(spawn_args *a);
297295
friend void cleanup_task(cleanup_args *a);
298296
friend void reset_stack_limit_on_c_stack(reset_args *a);

0 commit comments

Comments
 (0)