Skip to content

Commit 4eabb5b

Browse files
committed
---
yaml --- r: 57039 b: refs/heads/try c: 9902e79 h: refs/heads/master i: 57037: e7e7c60 57035: 5bf2c18 57031: 2c0f45a 57023: ac5549b v: v3
1 parent 08047f0 commit 4eabb5b

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
@@ -2,7 +2,7 @@
22
refs/heads/master: c081ffbd1e845687202a975ea2e698b623e5722f
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 79a2b2eafc3c766cecec8a5f76317693bae9ed17
5-
refs/heads/try: c995a62d44ce8534d4f8bf36284419661b87e167
5+
refs/heads/try: 9902e798d5bdc983228cdf82242ff52409dd76e6
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c

branches/try/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;

branches/try/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)