Skip to content

Instantly share code, notes, and snippets.

@mynery
Created November 7, 2013 20:41
Show Gist options
  • Save mynery/7361511 to your computer and use it in GitHub Desktop.
Save mynery/7361511 to your computer and use it in GitHub Desktop.
Starting program: ./f 5 < test
warning: Could not load shared library symbols for linux-gate.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[New Thread 0xb7202b40 (LWP 3605)]
[New Thread 0xb7101b40 (LWP 3606)]
Program received signal SIGABRT, Aborted.
[Switching to Thread 0xb7202b40 (LWP 3605)]
0xb7fdd424 in __kernel_vsyscall ()
@mynery
Copy link
Author

mynery commented Nov 7, 2013

#0 0xb7fdd424 in __kernel_vsyscall ()
#1 0xb77444c6 in raise () from /usr/lib/libc.so.6
#2 0xb7745c53 in abort () from /usr/lib/libc.so.6
#3 0xb7a10497 in ?? ()

from /home/myname/tmp/03/02/../../../../../usr/lib/rustc/i686-unknown-linux-gnu/lib/librustuv-d4277cd5f62aa99-0.9-pre.so
#4 0xb7a04dae in uv_run ()

from /home/myname/tmp/03/02/../../../../../usr/lib/rustc/i686-unknown-linux-gnu/lib/librustuv-d4277cd5f62aa99-0.9-pre.so
#5 0xb7a01aa5 in rust_uv_run ()

from /home/myname/tmp/03/02/../../../../../usr/lib/rustc/i686-unknown-linux-gnu/lib/librustuv-d4277cd5f62aa99-0.9-pre.so
#6 0xb79fa90c in uvll::run::h147d2b5957fedaS::v0.9$x2dpre ()

from /home/myname/tmp/03/02/../../../../../usr/lib/rustc/i686-unknown-linux-gnu/lib/librustuv-d4277cd5f62aa99-0.9-pre.so
#7 0xb7991c2a in uvio::EventLoop$UvEventLoop::run::hf98c11c771917e09ca5::v0.9$x2dpre

()

from /home/myname/tmp/03/02/../../../../../usr/lib/rustc/i686-unknown-linux-gnu/lib/librustuv-d4277cd5f62aa99-0.9-pre.so
#8 0xb7b8acd4 in rt::sched::Scheduler::run::hf3525925b944a5141ak::v0.9$x2dpre ()

from /home/myname/tmp/03/02/../../../../../usr/lib/rustc/i686-unknown-linux-gnu/lib/libstd-6c65cf4b443341b1-0.9-pre.so
#9 0xb7b3adb4 in rt::sched::Scheduler::bootstrap::hcf14d6b0de6c5d3641a4::v0.9$x2dpre

()

from /home/myname/tmp/03/02/../../../../../usr/lib/rustc/i686-unknown-linux-gnu/lib/libstd-6c65cf4b443341b1-0.9-pre.so
#10 0xb7bb5db9 in ?? ()

from /home/myname/tmp/03/02/../../../../../usr/lib/rustc/i686-unknown-linux-gnu/lib/libstd-6c65cf4b443341b1-0.9-pre.so
#11 0xb7ba557e in ?? ()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment