Skip to content

Instantly share code, notes, and snippets.

@olsonjeffery
Created August 18, 2012 15:02
Show Gist options
  • Select an option

  • Save olsonjeffery/3387303 to your computer and use it in GitHub Desktop.

Select an option

Save olsonjeffery/3387303 to your computer and use it in GitHub Desktop.
failure doing make check-stage1-core
gdb --args x86_64-unknown-linux-gnu/stage1/bin/rustc --cfg stage1 --target=x86_64-unknown-linux-gnu -o x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib/libcore.so /home/jeff/src/rust/src/libcore/core.rc && touch x86_64-unknown-linux-gnu/stage1/lib/rustc/x86_64-unknown-linux-gnu/lib/libcore.so
break on upcall_fail ...
(gdb) bt
#0 upcall_fail (expr=0x7fffec1035b0 "connection closed", file=0x7ffff76ac940 "/home/jeff/src/rust/src/libcore/option.rs", line=179)
at /home/jeff/src/rust/src/rt/rust_upcall.cpp:96
#1 0x00007ffff4f56801 in rust_upcall_fail (expr=0x7fffec1035b0 "connection closed", file=0x7ffff76ac940 "/home/jeff/src/rust/src/libcore/option.rs",
line=179) at /home/jeff/src/rust/src/rt/rust_upcall.cpp:108
#2 0x00007ffff76985f7 in rt::rustrt::rust_upcall_fail::_96f05ec2f2882f7a::_03 ()
from /home/jeff/src/rust/build/x86_64-unknown-linux-gnu/stage1/bin/../lib/libcore-c3ca5d77d81b46c1-0.3.so
#3 0x00007ffff75f99fe in rt::rt_fail::_96f05ec2f2882f7a::_03 ()
from /home/jeff/src/rust/build/x86_64-unknown-linux-gnu/stage1/bin/../lib/libcore-c3ca5d77d81b46c1-0.3.so
#4 0x00007ffff763430a in option::unwrap_expect806::_efa557af1a6424e8::_03 ()
from /home/jeff/src/rust/build/x86_64-unknown-linux-gnu/stage1/bin/../lib/libcore-c3ca5d77d81b46c1-0.3.so
#5 0x00007ffff76341e5 in pipes::recv805::_c247a9b45efb804f::_03 ()
from /home/jeff/src/rust/build/x86_64-unknown-linux-gnu/stage1/bin/../lib/libcore-c3ca5d77d81b46c1-0.3.so
#6 0x00007ffff7633d9c in pipes::__extensions__::recv804::_742a7bf679a3558b::_03 ()
from /home/jeff/src/rust/build/x86_64-unknown-linux-gnu/stage1/bin/../lib/libcore-c3ca5d77d81b46c1-0.3.so
#7 0x00007ffff7632ca4 in task::__extensions__::future_result::anon ()
from /home/jeff/src/rust/build/x86_64-unknown-linux-gnu/stage1/bin/../lib/libcore-c3ca5d77d81b46c1-0.3.so
#8 0x0000000000419817 in future::with693::_7a441f86deed7d64::_00 ()
#9 0x0000000000419671 in future::get692::_f3a2474415860c2::_00 ()
#10 0x0000000000417cf1 in task::__extensions__::try629::_9f13fbef63c127b2::_00 ()
#11 0x000000000041f350 in __morestack ()
#12 0x000000000041629a in task::try567::_9f13fbef63c127b2::_00 ()
#13 0x0000000000415153 in monitor::_2d2bea7624945cfd::_00 ()
#14 0x000000000041f350 in __morestack ()
#15 0x000000000041ef1c in main::_dccbfa892e7c7fb::_00 ()
#16 0x000000000041ef5e in _rust_main ()
#17 0x00007ffff4f52fc0 in task_start_wrapper (a=0x6373d0) at /home/jeff/src/rust/src/rt/rust_task.cpp:159
#18 0x0000000000000000 in ?? ()
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment