Ticket #558: backtrace

File backtrace, 1.3 KB (added by bobob0, 23 months ago)

backtrace of a typical run of the file "p3"

Line 
1Program received signal SIGSEGV, Segmentation fault.
2[Switching to Thread 0xb7cb06c0 (LWP 9379)]
30xb7f1a8a3 in st_lookup () from /usr/lib/libruby18.so.1.8
4Current language:  auto; currently asm
5(gdb) bt
6#0  0xb7f1a8a3 in st_lookup () from /usr/lib/libruby18.so.1.8
7#1  0xb7ea7adc in search_method () from /usr/lib/libruby18.so.1.8
8#2  0xb7ea7b3d in rb_get_method_body ()
9   from /usr/lib/libruby18.so.1.8
10#3  0xb7eafc08 in rb_call () from /usr/lib/libruby18.so.1.8
11#4  0xb7eb5bb1 in rb_eval () from /usr/lib/libruby18.so.1.8
12#5  0xb7eba9ba in rb_yield_0 () from /usr/lib/libruby18.so.1.8
13#6  0xb7ebba41 in rb_yield () from /usr/lib/libruby18.so.1.8
14#7  0xb7b7c510 in (anonymous namespace)::Composite<paludis::AllDepSpec>::each () from /usr/lib/libpaludisruby.so.26
15#8  0xb7ea74db in call_cfunc () from /usr/lib/libruby18.so.1.8
16#9  0xb7eaf974 in rb_call0 () from /usr/lib/libruby18.so.1.8
17#10 0xb7eafccc in rb_call () from /usr/lib/libruby18.so.1.8
18#11 0xb7eb5bb1 in rb_eval () from /usr/lib/libruby18.so.1.8
19#12 0xb7eb8edb in rb_eval () from /usr/lib/libruby18.so.1.8
20#13 0xb7eb68dd in rb_eval () from /usr/lib/libruby18.so.1.8
21#14 0xb7ebd457 in ruby_exec_internal ()
22   from /usr/lib/libruby18.so.1.8
23#15 0xb7ebd4a2 in ruby_exec () from /usr/lib/libruby18.so.1.8
24#16 0xb7ebd4df in ruby_run () from /usr/lib/libruby18.so.1.8
25#17 0x0804870d in main ()
26(gdb)