Skip to content

Commit 3a60fa0

Browse files
committed
---
yaml --- r: 57633 b: refs/heads/incoming c: 9902e79 h: refs/heads/master i: 57631: ccb03b5 v: v3
1 parent ff0789d commit 3a60fa0

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
@@ -6,7 +6,7 @@ refs/heads/try: bf67eb2362b7d0f37012f2d6dac604c3bbacd2c6
66
refs/tags/release-0.1: 1f5c5126e96c79d22cb7862f75304136e204f105
77
refs/heads/ndm: f3868061cd7988080c30d6d5bf352a5a5fe2460b
88
refs/heads/try2: 147ecfdd8221e4a4d4e090486829a06da1e0ca3c
9-
refs/heads/incoming: c995a62d44ce8534d4f8bf36284419661b87e167
9+
refs/heads/incoming: 9902e798d5bdc983228cdf82242ff52409dd76e6
1010
refs/heads/dist-snap: 00dbbd01c2aee72982b3e0f9511ae1d4428c3ba9
1111
refs/tags/release-0.2: c870d2dffb391e14efb05aa27898f1f6333a9596
1212
refs/tags/release-0.3: b5f0d0f648d9a6153664837026ba1be43d3e2503

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