Skip to content

Instantly share code, notes, and snippets.

@bvssvni
Last active August 29, 2015 14:04
Show Gist options
  • Save bvssvni/9732a1258d250a0373e5 to your computer and use it in GitHub Desktop.
Save bvssvni/9732a1258d250a0373e5 to your computer and use it in GitHub Desktop.
$ RUST_BACKTRACE=1 ./examples/line_app
task '<main>' failed at 'index out of bounds: the len is 2 but the index is 2', examples/line_app.rs:1
stack backtrace:
1: 0x10343ee50 - rt::backtrace::imp::write::h6c359fe14955957dFfq
2: 0x103442451 - failure::on_fail::h5b364bef631ee448Yvq
3: 0x1034497b9 - unwind::begin_unwind_inner::hc444ac215ae53372AXd
4: 0x103449329 - unwind::begin_unwind_fmt::hd7ab0995d98f02223Ud
5: 0x103449131 - rust_begin_unwind
6: 0x10346b02e - failure::begin_unwind::h948981b6474164f3Ksj
7: 0x10346b509 - failure::fail_bounds_check::h4841fda35ea669a6Wqj
8: 0x103397692 - main::h74edab487e1b5155eca
9: 0x103436049 - start::closure.$x22closure$x22$LP$8331$RP$
10: 0x10344a55c - rust_try
11: 0x1034471db - unwind::try::h9c8ec25df621a361ZLd
12: 0x103446f73 - task::Task::run::ha3447ee15804783dRXc
13: 0x103435e6e - start::h3a8245e5c0e6d5ccqpe
14: 0x103435c8c - lang_start::hac8d8a5d26d7ffcbKoe
$ RUST_BACKTRACE=1 ./examples/line_app
task '<main>' failed at 'index out of bounds: the len is 2 but the index is 2', examples/line_app.rs:1
stack backtrace:
1: 0x1091b2bd0 - rt::backtrace::imp::write::h6c359fe14955957dFfq
2: 0x1091b61d1 - failure::on_fail::h5b364bef631ee448Yvq
3: 0x1091bd539 - unwind::begin_unwind_inner::hc444ac215ae53372AXd
4: 0x1091bd0a9 - unwind::begin_unwind_fmt::hd7ab0995d98f02223Ud
5: 0x1091bceb1 - rust_begin_unwind
6: 0x1091dedde - failure::begin_unwind::h948981b6474164f3Ksj
7: 0x1091df2b9 - failure::fail_bounds_check::h4841fda35ea669a6Wqj
8: 0x1090fc05d - render::h7c291bb9786050d3yaa
9: 0x109106068 - main::h74edab487e1b5155eca
10: 0x109141259 - start::closure.$x22closure$x22$LP$8331$RP$
11: 0x1091be2dc - rust_try
12: 0x1091baf5b - unwind::try::h9c8ec25df621a361ZLd
13: 0x1091bacf3 - task::Task::run::ha3447ee15804783dRXc
14: 0x10914107e - start::h3a8245e5c0e6d5ccqpe
15: 0x109140e9c - lang_start::hac8d8a5d26d7ffcbKoe
16: 0x1091060cf - main
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment