Skip to content

Instantly share code, notes, and snippets.

@ku1ik
Created January 30, 2010 19:00
Show Gist options
  • Save ku1ik/290676 to your computer and use it in GitHub Desktop.
Save ku1ik/290676 to your computer and use it in GitHub Desktop.
Application: Kodr (ruby), signal: Segmentation fault
[Current thread is 1 (Thread 0xb7543a20 (LWP 9446))]
Thread 3 (Thread 0xb72c1b70 (LWP 9447)):
#0 0xb78b5424 in __kernel_vsyscall ()
#1 0xb75b4182 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#2 0xb769e654 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/libc.so.6
#3 0xb78575fb in thread_timer () from /usr/lib/libruby.so.1.9
#4 0xb75af8ac in start_thread () from /lib/libpthread.so.0
#5 0xb769101e in clone () from /lib/libc.so.6
Thread 2 (Thread 0xb1701b70 (LWP 9449)):
#0 0xb78b5424 in __kernel_vsyscall ()
#1 0xb75b3e55 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#2 0xb769e5fd in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libc.so.6
#3 0xb188dd67 in ?? () from /usr/lib/libQtScript.so.4
#4 0xb188ddb1 in ?? () from /usr/lib/libQtScript.so.4
#5 0xb75af8ac in start_thread () from /lib/libpthread.so.0
#6 0xb769101e in clone () from /lib/libc.so.6
Thread 1 (Thread 0xb7543a20 (LWP 9446)):
[KCrash Handler]
#6 0x00000000 in ?? ()
#7 0xb6542087 in resolve_classname(smokeruby_object*) () from /usr/lib/libqtruby4shared.so.2
#8 0xb655439b in marshall_basetype(Marshall*) () from /usr/lib/libqtruby4shared.so.2
#9 0xb6579d0b in QtRuby::MethodReturnValue::MethodReturnValue(Smoke*, short, Smoke::StackItem*, unsigned long*) () from /usr/lib/libqtruby4shared.so.2
#10 0xb657c66c in QtRuby::MethodCall::callMethod() () from /usr/lib/libqtruby4shared.so.2
#11 0xb6579c3e in QtRuby::MethodCallBase::next() () from /usr/lib/libqtruby4shared.so.2
#12 0xb654a7b0 in marshall_QString(Marshall*) () from /usr/lib/libqtruby4shared.so.2
#13 0xb6579c89 in QtRuby::MethodCallBase::next() () from /usr/lib/libqtruby4shared.so.2
#14 0xb654a7b0 in marshall_QString(Marshall*) () from /usr/lib/libqtruby4shared.so.2
#15 0xb6579c89 in QtRuby::MethodCallBase::next() () from /usr/lib/libqtruby4shared.so.2
#16 0xb6545da6 in class_method_missing(int, unsigned long*, unsigned long) () from /usr/lib/libqtruby4shared.so.2
#17 0xb7843c08 in call_cfunc () from /usr/lib/libruby.so.1.9
#18 0xb7850b1e in vm_call0 () from /usr/lib/libruby.so.1.9
#19 0xb78466de in rb_funcall2 () from /usr/lib/libruby.so.1.9
#20 0xb78468ef in vm_method_missing () from /usr/lib/libruby.so.1.9
#21 0xb785055a in vm_call_method () from /usr/lib/libruby.so.1.9
#22 0x00000004 in ?? ()
#23 0x00000000 in ?? ()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment