Skip to content

Instantly share code, notes, and snippets.

@evanmcc
Created March 29, 2012 20:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evanmcc/2243196 to your computer and use it in GitHub Desktop.
Save evanmcc/2243196 to your computer and use it in GitHub Desktop.
glue_take backtrace
(gdb) bt
#0 0x00007ffff6af1f39 in glue_take99900 ()
at src/rustc/middle/trans/base.rs:3084
#1 0x00007ffff6b919eb in mk_expr () at src/rustc/syntax/parse/parser.rs:759
#2 0x00007ffff6b9afdc in mk_pexpr () at src/rustc/syntax/parse/parser.rs:792
#3 parse_prefix_expr () at rustc.rc:1188
#4 0x00007ffff6b9b1b0 in parse_binops ()
at src/rustc/syntax/parse/parser.rs:1219
#5 0x00007ffff6b9b915 in parse_assign_expr ()
at src/rustc/syntax/parse/parser.rs:1255
#6 0x00007ffff6ba0c5c in parse_expr_res ()
at src/rustc/syntax/parse/parser.rs:1496
#7 parse_stmt () at rustc.rc:1738
#8 0x00007ffff6ba3a20 in parse_block_tail_ ()
at src/rustc/syntax/parse/parser.rs:1849
#9 0x00007ffff6ba2b13 in parse_inner_attrs_and_block ()
at src/rustc/syntax/parse/parser.rs:1813
#10 0x00007ffff6b9c13d in parse_block ()
at src/rustc/syntax/parse/parser.rs:1783
#11 0x00007ffff6b97540 in parse_fn_expr ()
at src/rustc/syntax/parse/parser.rs:1384
#12 0x00007ffff6b93801 in parse_bottom_expr ()
at src/rustc/syntax/parse/parser.rs:882
#13 0x00007ffff6d354fc in __morestack ()
from /home/evan/src/rust/x86_64-unknown-linux-gnu/stage1/bin/../lib/librustc-2384c9e5928f8c53-0.2.so
#14 0x00007ffff6b98cf0 in parse_dot_or_call_expr ()
at src/rustc/syntax/parse/parser.rs:1050
#15 0x00007ffff6b9b057 in parse_prefix_expr ()
at src/rustc/syntax/parse/parser.rs:1186
#16 0x00007ffff6b9b1b0 in parse_binops ()
at src/rustc/syntax/parse/parser.rs:1219
#17 0x00007ffff6b9b915 in parse_assign_expr ()
at src/rustc/syntax/parse/parser.rs:1255
#18 0x00007ffff6b948e2 in parse_expr_res ()
at src/rustc/syntax/parse/parser.rs:1496
#19 parse_expr () at rustc.rc:1483
#20 parse_bottom_expr () at rustc.rc:956
#21 0x00007ffff6b98cf0 in parse_dot_or_call_expr ()
at src/rustc/syntax/parse/parser.rs:1050
#22 0x00007ffff6b9b057 in parse_prefix_expr ()
at src/rustc/syntax/parse/parser.rs:1186
#23 0x00007ffff6b9b1b0 in parse_binops ()
at src/rustc/syntax/parse/parser.rs:1219
#24 0x00007ffff6b9b915 in parse_assign_expr ()
---Type <return> to continue, or q <return> to quit---
at src/rustc/syntax/parse/parser.rs:1255
#25 0x00007ffff6d354fc in __morestack ()
from /home/evan/src/rust/x86_64-unknown-linux-gnu/stage1/bin/../lib/librustc-2384c9e5928f8c53-0.2.so
#26 0x00007ffff6ba0c5c in parse_expr_res ()
at src/rustc/syntax/parse/parser.rs:1496
#27 parse_stmt () at rustc.rc:1738
#28 0x00007ffff6ba3a20 in parse_block_tail_ ()
at src/rustc/syntax/parse/parser.rs:1849
#29 0x00007ffff6ba2b13 in parse_inner_attrs_and_block ()
at src/rustc/syntax/parse/parser.rs:1813
#30 0x00007ffff6ba4f89 in parse_item_fn ()
at src/rustc/syntax/parse/parser.rs:1971
#31 0x00007ffff6ba1ce5 in parse_item ()
at src/rustc/syntax/parse/parser.rs:2392
#32 0x00007ffff6ba9db4 in parse_mod_items ()
at src/rustc/syntax/parse/parser.rs:2177
#33 0x00007ffff6bb448f in syntax::parse::eval::eval_crate_directive::_d7856f373fd56759 () at src/rustc/syntax/parse/eval.rs:109
#34 0x00007ffff6bb3ab1 in eval_crate_directives ()
at src/rustc/syntax/parse/eval.rs:19
#35 eval_crate_directives_to_mod () at rustc.rc:33
#36 0x00007ffff6bb49b5 in syntax::parse::eval::eval_crate_directive::_d7856f373fd56759 () at src/rustc/syntax/parse/eval.rs:125
#37 0x00007ffff6bb3ab1 in eval_crate_directives ()
at src/rustc/syntax/parse/eval.rs:19
#38 eval_crate_directives_to_mod () at rustc.rc:33
#39 0x00007ffff6bb49b5 in syntax::parse::eval::eval_crate_directive::_d7856f373fd56759 () at src/rustc/syntax/parse/eval.rs:125
#40 0x00007ffff6bb3ab1 in eval_crate_directives ()
at src/rustc/syntax/parse/eval.rs:19
#41 eval_crate_directives_to_mod () at rustc.rc:33
#42 0x00007ffff6d354fc in __morestack ()
from /home/evan/src/rust/x86_64-unknown-linux-gnu/stage1/bin/../lib/librustc-2384c9e5928f8c53-0.2.so
#43 0x00007ffff6bb224d in parse_crate_from_crate_file ()
at src/rustc/syntax/parse/parser.rs:2824
#44 0x00007ffff6bb3fdf in parse_crate_from_file ()
at src/rustc/syntax/parse/parser.rs:2837
#45 0x00007ffff6d137dc in parse_input () at src/rustc/driver/driver.rs:79
#46 0x00007ffff6d1753a in time () at src/rustc/driver/driver.rs:87
#47 0x00007ffff6d13975 in compile_upto () at src/rustc/driver/driver.rs:110
#48 0x00007ffff6d354fc in __morestack ()
from /home/evan/src/rust/x86_64-unknown-linux-gnu/stage1/bin/../lib/librustc----Type <return> to continue, or q <return> to quit---
2384c9e5928f8c53-0.2.so
#49 0x00007ffff6d1a78c in compile_input () at src/rustc/driver/driver.rs:217
#50 0x0000000000403f52 in run_compiler::_3cf3e64fc73e172d ()
#51 0x0000000000407a38 in __morestack ()
#52 0x000000000040751a in main::anon ()
#53 0x0000000000406e0f in monitor::anon ()
#54 0x0000000000406a0c in task::try314::anon ()
#55 0x00007ffff7a7e4c8 in task::spawn_raw::anon ()
from /home/evan/src/rust/x86_64-unknown-linux-gnu/stage1/bin/../lib/libcore-14bd852465126fe7-0.2.so
#56 0x00007ffff669e98d in task_start_wrapper (a=<optimized out>)
at ./src/rt/rust_task.cpp:128
#57 0x0000000000000000 in ?? ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment