Skip to content

Instantly share code, notes, and snippets.

@yorickpeterse
Created February 17, 2015 21:55
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 yorickpeterse/b659c906738a5ce54f66 to your computer and use it in GitHub Desktop.
Save yorickpeterse/b659c906738a5ce54f66 to your computer and use it in GitHub Desktop.
Starting program: /home/yorickpeterse/Private/Projects/ruby/rubinius/staging/bin/rbx -e foo
warning: Could not load shared library symbols for linux-vdso.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 0x7ffff7f8f700 (LWP 25155)]
[New Thread 0x7ffff4cf7700 (LWP 25156)]
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff7066410 in pthread_join () from /usr/lib/libpthread.so.0
Thread 3 (Thread 0x7ffff4cf7700 (LWP 25156)):
#0 0x00007ffff706a8cf in pthread_cond_wait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
#1 0x00000000007d6d06 in wait (this=<optimized out>, mutex=...) at /home/yorickpeterse/Private/Projects/ruby/rubinius/vm/util/thread.hpp:448
#2 rubinius::SignalThread::run (this=0x1a3f8d0, state=0x7ffff4cf6ec0) at vm/signal.cpp:109
#3 0x000000000060b0a1 in rubinius::InternalThread::run (ptr=0x1a3f8d0) at vm/internal_threads.cpp:46
#4 0x00007ffff7065314 in start_thread () from /usr/lib/libpthread.so.0
#5 0x00007ffff61fa24d in clone () from /usr/lib/libc.so.6
Thread 2 (Thread 0x7ffff7f8f700 (LWP 25155)):
#0 0x00007ffff706a8cf in pthread_cond_wait@@GLIBC_2.3.2 () from /usr/lib/libpthread.so.0
#1 0x000000000089397d in wait (this=<optimized out>, mutex=...) at /home/yorickpeterse/Private/Projects/ruby/rubinius/vm/util/thread.hpp:448
#2 worker_wait (this=<optimized out>) at vm/gc/finalize.cpp:420
#3 rubinius::FinalizerThread::run (this=0x1a0fb80, state=0x7ffff7f8eec0) at vm/gc/finalize.cpp:142
#4 0x000000000060b0a1 in rubinius::InternalThread::run (ptr=0x1a0fb80) at vm/internal_threads.cpp:46
#5 0x00007ffff7065314 in start_thread () from /usr/lib/libpthread.so.0
#6 0x00007ffff61fa24d in clone () from /usr/lib/libc.so.6
Thread 1 (Thread 0x7ffff7fbc740 (LWP 25151)):
#0 0x00007ffff7066410 in pthread_join () from /usr/lib/libpthread.so.0
#1 0x000000000060b27f in rubinius::InternalThread::stop_thread (this=0x1a40480, state=0x19b1ee0) at vm/internal_threads.cpp:95
#2 0x000000000060b389 in rubinius::InternalThread::stop (this=0x1a40480, state=0x19b1ee0) at vm/internal_threads.cpp:101
#3 0x00000000005de25a in stop_jit (this=<optimized out>, state=<optimized out>) at vm/environment.cpp:164
#4 rubinius::Environment::halt (this=0x7fffffffd8c8, state=0x19b1ee0) at vm/environment.cpp:558
#5 0x000000000088f60b in main (argc=<optimized out>, argv=<optimized out>) at vm/drivers/cli.cpp:134
A debugging session is active.
Inferior 1 [process 25151] will be killed.
Quit anyway? (y or n)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment