>>> Will fix this in CVS today.
>>
>>In 1.0.36.30.
>>
>>Cheers,
>>
>> -- Nikodemus
>>
>OK, I re-ran my program with the version from CVS. I also increased
>the dynamic space size: --dynamic-space-size 1800
I ran again, with --dynamic-space-size 1000 and it crashed after about
55 minutes, with the same error. (Plus some warning messages about
hash tables!) This time, I am attaching the complete
list of backtraces from gdb, as well as the error message itself.
Just to be clear, I am running the latest sbcl from cvs with the
following modifications:
(def!constant gencgc-page-bytes (* 4 *backend-page-bytes*))
(def!constant +highest-normal-generation+ 1)
(def!constant +pseudo-static-generation+ 2))
Brett
****************************************************************************
298 sessions
Gen byte alloc gcs avgage
0 58971808 1 0.0
1 196937208 28 4.8518
2 26116096 0 0.0
time: 2.37s gc and 52.712s total run time
Warning: no pointer at 1607c008 in hash table: this indicates non-fatal corruption caused by concurrent access to a hash-table from multiple threads. Any accesses to hash-tables shared between threads should be protected by locks.
Warning: no pointer at 222e8008 in hash table: this indicates non-fatal corruption caused by concurrent access to a hash-table from multiple threads. Any accesses to hash-tables shared between threads should be protected by locks.
Warning: no pointer at 222e8008 in hash table: this indicates non-fatal corruption caused by concurrent access to a hash-table from multiple threads. Any accesses to hash-tables shared between threads should be protected by locks.
Warning: no pointer at 222e8008 in hash table: this indicates non-fatal corruption caused by concurrent access to a hash-table from multiple threads. Any accesses to hash-tables shared between threads should be protected by locks.
Warning: no pointer at 222e8008 in hash table: this indicates non-fatal corruption caused by concurrent access to a hash-table from multiple threads. Any accesses to hash-tables shared between threads should be protected by locks.
Warning: no pointer at 222e8008 in hash table: this indicates non-fatal corruption caused by concurrent access to a hash-table from multiple threads. Any accesses to hash-tables shared between threads should be protected by locks.
Warning: no pointer at 222e8008 in hash table: this indicates non-fatal corruption caused by concurrent access to a hash-table from multiple threads. Any accesses to hash-tables shared between threads should be protected by locks.
Warning: no pointer at 28ce0008 in hash table: this indicates non-fatal corruption caused by concurrent access to a hash-table from multiple threads. Any accesses to hash-tables shared between threads should be protected by locks.
Warning: no pointer at 222e8008 in hash table: this indicates non-fatal corruption caused by concurrent access to a hash-table from multiple threads. Any accesses to hash-tables shared between threads should be protected by locks.
Warning: no pointer at 222e8008 in hash table: this indicates non-fatal corruption caused by concurrent access to a hash-table from multiple threads. Any accesses to hash-tables shared between threads should be protected by locks.
Heap exhausted during allocation: 32456704 bytes available, 67108872 requested.
Gen StaPg UbSta LaSta LUbSt Boxed Unboxed LB LUB !move Alloc Waste Trig WP GCs Mem-age
0: 1622 0 62018 0 160 3 12290 7459 4190 325654880 583328 193420760 0 1 0.0000
1: 0 0 0 0 11187 3959 2583 5376 2615 376819760 1732560 481677360 12892 30 0.0000
2: 0 0 0 0 1316 278 0 0 0 26116096 0 2000000 940 0 0.0000
Total bytes allocated = 728590736
Dynamic-space-size bytes = 1048576000
GC control variables:
*GC-INHIBIT* = true
*GC-PENDING* = true
*STOP-FOR-GC-PENDING* = true
CORRUPTION WARNING in SBCL pid 2958(tid 2986326928):
Signalling HEAP-EXHAUSTED in a WITHOUT-INTERRUPTS.
The integrity of this image is possibly compromised.
Continuing with fingers crossed.
debugger invoked on a SB-KERNEL::HEAP-EXHAUSTED-ERROR in thread #<THREAD
"Hunchentoot worker (client: 127.0.0.1:54102)" RUNNING
{B5AB059}>:
Heap exhausted (no more space for allocation).
There are still 32456704 bytes available; the request was for 67108872 bytes.
PROCEED WITH CAUTION.
****************************************************************************************************
attach gdb:
(gdb) thread apply all ba
Thread 24 (Thread 0xb7fdeac0 (LWP 2958)):
#0 0xb7fff410 in __kernel_vsyscall ()
#1 0x00b099e5 in pthread_cond_wait@... () from /lib/libpthread.so.0
#2 0x08056e62 in sig_stop_for_gc_handler (signal=12, info=0x0, context=0xb7a035dc) at thread.h:53
#3 0x08057190 in interrupt_handle_pending (context=0xb7a035dc) at interrupt.c:861
#4 0x0805620b in low_level_handle_now_handler (signal=5, info=0xb7a0355c, void_context=0xb7a035dc)
at interrupt.c:1713
#5 <signal handler called>
#6 0x09d047be in ?? ()
#7 0x00000000 in ?? ()
Thread 23 (Thread 0xb75b3b90 (LWP 2960)):
#0 0xb7fff410 in __kernel_vsyscall ()
#1 0x00b099e5 in pthread_cond_wait@... () from /lib/libpthread.so.0
#2 0x08056e62 in sig_stop_for_gc_handler (signal=12, info=0x0, context=0xb75b2acc) at thread.h:53
#3 0x08057190 in interrupt_handle_pending (context=0xb75b2acc) at interrupt.c:861
#4 0x0805620b in low_level_handle_now_handler (signal=5, info=0xb75b2a4c, void_context=0xb75b2acc)
at interrupt.c:1713
#5 <signal handler called>
#6 0x0100057d in ?? ()
#7 0x0935b42a in ?? ()
#8 0x0a9b00ff in ?? ()
#9 0x00000000 in ?? ()
Thread 22 (Thread 0xb716db90 (LWP 2961)):
#0 0xb7fff410 in __kernel_vsyscall ()
#1 0x00b099e5 in pthread_cond_wait@... () from /lib/libpthread.so.0
#2 0x08056e62 in sig_stop_for_gc_handler (signal=12, info=0xb716cb9c, context=0xb716cc1c) at thread.h:53
#3 0x0805620b in low_level_handle_now_handler (signal=12, info=0xb716cb9c, void_context=0xb716cc1c)
at interrupt.c:1713
#4 <signal handler called>
#5 0xb7fff410 in __kernel_vsyscall ()
#6 0x00b0d116 in nanosleep () from /lib/libpthread.so.0
#7 0x09b9e356 in ?? ()
#8 0xb736dff4 in ?? ()
#9 0xb736dfec in ?? ()
#10 0x0b447724 in ?? ()
#11 0x00000081 in ?? ()
#12 0x00000001 in ?? ()
#13 0x00000000 in ?? ()
Thread 21 (Thread 0xb6d27b90 (LWP 2963)):
#0 0xb7fff410 in __kernel_vsyscall ()
#1 0x00b099e5 in pthread_cond_wait@... () from /lib/libpthread.so.0
#2 0x08056e62 in sig_stop_for_gc_handler (signal=12, info=0xb6d26b9c, context=0xb6d26c1c) at thread.h:53
#3 0x0805620b in low_level_handle_now_handler (signal=12, info=0xb6d26b9c, void_context=0xb6d26c1c)
at interrupt.c:1713
#4 <signal handler called>
#5 0xb7fff410 in __kernel_vsyscall ()
#6 0x00b0d116 in nanosleep () from /lib/libpthread.so.0
#7 0x09b9e356 in ?? ()
#8 0xb6f27ff4 in ?? ()
#9 0xb6f27fec in ?? ()
#10 0x0b49c624 in ?? ()
#11 0x000337a0 in ?? ()
#12 0x00000fa0 in ?? ()
#13 0x0c707195 in ?? ()
#14 0x0fef9fe3 in ?? ()
#15 0x009272a8 in ?? ()
#16 0xb6d26f80 in ?? ()
#17 0x00000000 in ?? ()
Thread 20 (Thread 0xb5c0fb90 (LWP 4289)):
#0 0xb7fff410 in __kernel_vsyscall ()
#1 0x00b099e5 in pthread_cond_wait@... () from /lib/libpthread.so.0
#2 0x08056e62 in sig_stop_for_gc_handler (signal=12, info=0x0, context=0xb5c0d5ac) at thread.h:53
#3 0x08057190 in interrupt_handle_pending (context=0xb5c0d5ac) at interrupt.c:861
#4 0x0805620b in low_level_handle_now_handler (signal=5, info=0xb5c0d52c, void_context=0xb5c0d5ac)
at interrupt.c:1713
#5 <signal handler called>
#6 0x0932a63d in ?? ()
#7 0x00000000 in ?? ()
Thread 19 (Thread 0xb57c6b90 (LWP 4291)):
#0 0xb7fff410 in __kernel_vsyscall ()
#1 0x00b099e5 in pthread_cond_wait@... () from /lib/libpthread.so.0
#2 0x08056e62 in sig_stop_for_gc_handler (signal=12, info=0x0, context=0xb57c399c) at thread.h:53
#3 0x08057190 in interrupt_handle_pending (context=0xb57c399c) at interrupt.c:861
#4 0x0805620b in low_level_handle_now_handler (signal=5, info=0xb57c391c, void_context=0xb57c399c)
at interrupt.c:1713
#5 <signal handler called>
#6 0x0fa84d4c in ?? ()
#7 0x10e0e54d in ?? ()
#8 0x011002e7 in ?? ()
#9 0x011002e7 in ?? ()
#10 0xb57c3ca3 in ?? ()
#11 0x00000038 in ?? ()
#12 0x00aae938 in ?? ()
#13 0x01100027 in ?? ()
#14 0x2fdc0007 in ?? ()
#15 0x0aa8a767 in ?? ()
#16 0x0110000b in ?? ()
#17 0x00000010 in ?? ()
#18 0x00000004 in ?? ()
#19 0x152d7a5b in ?? ()
#20 0x0aa8a167 in ?? ()
#21 0x00000008 in ?? ()
#22 0x0110000b in ?? ()
#23 0xb57c3d18 in ?? ()
#24 0x0e67fab0 in ?? ()
#25 0x0aa8a167 in ?? ()
#26 0x152d7a5b in ?? ()
#27 0xb57c3d18 in ?? ()
#28 0x00000010 in ?? ()
#29 0x0c1bfe87 in ?? ()
#30 0x0b4f3233 in ?? ()
#31 0x0b4f2d3f in ?? ()
#32 0x0c1bfe87 in ?? ()
#33 0x0b4f3233 in ?? ()
#34 0x0c1f0147 in ?? ()
#35 0x0c898a2b in ?? ()
#36 0x0f6724ad in ?? ()
#37 0x0b4f3253 in ?? ()
#38 0x0aa8a167 in ?? ()
#39 0x0cbeea81 in ?? ()
#40 0xb57c3cd8 in ?? ()
#41 0xb57c3d58 in ?? ()
#42 0x0e91aa14 in ?? ()
#43 0xb57c3d58 in ?? ()
#44 0x09f303d3 in ?? ()
#45 0x0b4f30f3 in ?? ()
#46 0x0b4f322b in ?? ()
#47 0x0110000b in ?? ()
#48 0x0b4f2d3f in ?? ()
#49 0x0aa8a167 in ?? ()
#50 0x152d7a5b in ?? ()
#51 0x0b4f324b in ?? ()
#52 0x0b4f3239 in ?? ()
#53 0x0e91aa9e in ?? ()
#54 0x0110000b in ?? ()
#55 0x0b4f2d3f in ?? ()
#56 0x0b4f324b in ?? ()
#57 0xb57c3d98 in ?? ()
#58 0x0e91aa9e in ?? ()
#59 0x0b4f304d in ?? ()
#60 0x00000010 in ?? ()
#61 0x0c1bfe87 in ?? ()
#62 0x0b4f30d3 in ?? ()
#63 0x0110000b in ?? ()
#64 0x0b4f2d3f in ?? ()
#65 0x0aa8a767 in ?? ()
#66 0x152d7a5b in ?? ()
#67 0x0b4f30f3 in ?? ()
#68 0x0b4f30e1 in ?? ()
#69 0x0b4f3163 in ?? ()
#70 0x0110000b in ?? ()
#71 0x0b4f2d3f in ?? ()
#72 0x0b4f30f3 in ?? ()
#73 0xb57c3dd8 in ?? ()
#74 0x0e91aa9e in ?? ()
#75 0xb57c3dd8 in ?? ()
#76 0x00000010 in ?? ()
#77 0x0c1bfe87 in ?? ()
#78 0x0b4f306b in ?? ()
#79 0x0110000b in ?? ()
#80 0x0b4f2d3f in ?? ()
#81 0x0aa8b8a7 in ?? ()
#82 0x152d7a5b in ?? ()
#83 0x0b4f308b in ?? ()
#84 0x0b4f3079 in ?? ()
#85 0x0b4f30cb in ?? ()
#86 0x0110000b in ?? ()
#87 0x0b4f2d3f in ?? ()
#88 0x0b4f308b in ?? ()
#89 0xb57c3e18 in ?? ()
#90 0x0e91aa9e in ?? ()
#91 0xb57c3e18 in ?? ()
#92 0x09f303d3 in ?? ()
#93 0x0b4f2e4b in ?? ()
#94 0x0b4f3003 in ?? ()
#95 0x0110000b in ?? ()
#96 0x0b4f2d3f in ?? ()
#97 0x0901a5df in ?? ()
#98 0x152d7a5b in ?? ()
#99 0x0b4f3023 in ?? ()
#100 0x0b4f3011 in ?? ()
#101 0x0b4f3063 in ?? ()
#102 0x0110000b in ?? ()
#103 0x0b4f2d3f in ?? ()
#104 0x0b4f3023 in ?? ()
#105 0xb57c3e58 in ?? ()
#106 0x0e91aa9e in ?? ()
#107 0x0b4f2d8d in ?? ()
#108 0x00000010 in ?? ()
#109 0x0c1bfe87 in ?? ()
#110 0x0b4f2e2b in ?? ()
#111 0x0110000b in ?? ()
#112 0x0b4f2d3f in ?? ()
#113 0x0901aa77 in ?? ()
#114 0x152d7a5b in ?? ()
#115 0x0b4f2e4b in ?? ()
#116 0x0b4f2e39 in ?? ()
#117 0x0b4f2eab in ?? ()
#118 0x0110000b in ?? ()
#119 0x0b4f2d3f in ?? ()
#120 0x0b4f2e4b in ?? ()
#121 0xb57c3e98 in ?? ()
#122 0x0e91aa9e in ?? ()
#123 0x0b4f2d15 in ?? ()
#124 0x00000010 in ?? ()
#125 0x0c1bfe87 in ?? ()
#126 0x0b4f2dab in ?? ()
#127 0x0110000b in ?? ()
#128 0x0b4f2d3f in ?? ()
#129 0x0aa83da7 in ?? ()
#130 0x152d7a5b in ?? ()
#131 0x0b4f2dcb in ?? ()
#132 0x0b4f2db9 in ?? ()
#133 0x0b4f2e0b in ?? ()
#134 0x0110000b in ?? ()
#135 0x0b4f2d3f in ?? ()
#136 0x0b4f2dcb in ?? ()
#137 0xb57c3ed8 in ?? ()
#138 0x0e91aa9e in ?? ()
#139 0x48b24d8c in ?? ()
#140 0x00000200 in ?? ()
#141 0x00000000 in ?? ()
Thread 18 (Thread 0xb537bb90 (LWP 4295)):
#0 0xb7fff410 in __kernel_vsyscall ()
#1 0x00b099e5 in pthread_cond_wait@... () from /lib/libpthread.so.0
#2 0x08056e62 in sig_stop_for_gc_handler (signal=12, info=0x0, context=0xb537a3ec) at thread.h:53
#3 0x08057190 in interrupt_handle_pending (context=0xb537a3ec) at interrupt.c:861
#4 0x0805620b in low_level_handle_now_handler (signal=5, info=0xb537a36c, void_context=0xb537a3ec)
at interrupt.c:1713
#5 <signal handler called>
#6 0x090515de in ?? ()
#7 0x0c4fd17f in ?? ()
#8 0x00000014 in ?? ()
#9 0x00000008 in ?? ()
#10 0x0c4fd17f in ?? ()
#11 0x0ff9f15a in ?? ()
#12 0x00000004 in ?? ()
#13 0xb537a718 in ?? ()
#14 0x0ff9f15a in ?? ()
#15 0x0c4fce43 in ?? ()
#16 0x0110000b in ?? ()
#17 0x1a442da7 in ?? ()
#18 0x0b49bd57 in ?? ()
#19 0x0fc52ff0 in ?? ()
#20 0xb537a760 in ?? ()
#21 0xb537a760 in ?? ()
#22 0x0fc52ff0 in ?? ()
#23 0x0c4fd167 in ?? ()
#24 0x0b5b195f in ?? ()
#25 0x00000008 in ?? ()
#26 0x0c4fcf17 in ?? ()
#27 0x0c4fce43 in ?? ()
#28 0x0b4a420b in ?? ()
#29 0x00000004 in ?? ()
#30 0x0c4fd167 in ?? ()
#31 0x0c4fcf17 in ?? ()
#32 0x1a442da7 in ?? ()
#33 0x00000010 in ?? ()
#34 0x1a442da7 in ?? ()
#35 0x0c4fce43 in ?? ()
#36 0x0c4fd167 in ?? ()
#37 0x0c4fd16f in ?? ()
#38 0x0110000b in ?? ()
#39 0xb537a7a8 in ?? ()
#40 0x0fc5333a in ?? ()
#41 0x0c4fce4f in ?? ()
#42 0x0b5b195f in ?? ()
#43 0x00000004 in ?? ()
#44 0x0c4fcbd3 in ?? ()
#45 0x00000000 in ?? ()
Thread 17 (Thread 0xb2cdbb90 (LWP 4296)):
#0 0xb7fff410 in __kernel_vsyscall ()
#1 0x00b099e5 in pthread_cond_wait@... () from /lib/libpthread.so.0
#2 0x08056e62 in sig_stop_for_gc_handler (signal=12, info=0x0, context=0xb2cda3ac) at thread.h:53
#3 0x08057190 in interrupt_handle_pending (context=0xb2cda3ac) at interrupt.c:861
#4 0x0805620b in low_level_handle_now_handler (signal=5, info=0xb2cda32c, void_context=0xb2cda3ac)
at interrupt.c:1713
#5 <signal handler called>
#6 0x09d047be in ?? ()
#7 0x01100027 in ?? ()
#8 0xb2edbf7c in ?? ()
#9 0xb2edbefc in ?? ()
#10 0xb2edbfec in ?? ()
#11 0x09ee64b5 in ?? ()
#12 0x0935b3fb in ?? ()
#13 0xb2cda718 in ?? ()
#14 0x09ee6563 in ?? ()
#15 0x01100027 in ?? ()
#16 0x00005d44 in ?? ()
#17 0x00000000 in ?? ()
Thread 16 (Thread 0xb4f30b90 (LWP 4298)):
#0 0xb7fff410 in __kernel_vsyscall ()
#1 0x00b099e5 in pthread_cond_wait@... () from /lib/libpthread.so.0
#2 0x08056e62 in sig_stop_for_gc_handler (signal=12, info=0x0, context=0xb4f2f4bc) at thread.h:53
#3 0x08057190 in interrupt_handle_pending (context=0xb4f2f4bc) at interrupt.c:861
#4 0x0805620b in low_level_handle_now_handler (signal=5, info=0xb4f2f43c, void_context=0xb4f2f4bc)
at interrupt.c:1713
#5 <signal handler called>
#6 0x0100057d in ?? ()
#7 0x0935b42a in ?? ()
#8 0x00000000 in ?? ()
Thread 15 (Thread 0xb288eb90 (LWP 4300)):
#0 0xb7fff410 in __kernel_vsyscall ()
#1 0x00b099e5 in pthread_cond_wait@... () from /lib/libpthread.so.0
#2 0x0805d0e7 in gc_stop_the_world () at ./thread.h:53
#3 0x090bee43 in ?? ()
#4 0xb2a80372 in ?? ()
#5 0x0110000b in ?? ()
#6 0xb288d428 in ?? ()
#7 0x0110000b in ?? ()
#8 0x0110000b in ?? ()
#9 0x0901612f in ?? ()
#10 0xb288d3cc in ?? ()
#11 0xb288d428 in ?? ()
#12 0x0901612f in ?? ()
#13 0x00000000 in ?? ()
Thread 14 (Thread 0xb4ae5b90 (LWP 4301)):
#0 0xb7fff410 in __kernel_vsyscall ()
#1 0x00b099e5 in pthread_cond_wait@... () from /lib/libpthread.so.0
#2 0x08056e62 in sig_stop_for_gc_handler (signal=12, info=0xb4ae303c, context=0xb4ae30bc) at thread.h:53
#3 0x0805620b in low_level_handle_now_handler (signal=12, info=0xb4ae303c, void_context=0xb4ae30bc)
at interrupt.c:1713
#4 <signal handler called>
#5 0xb7fff410 in __kernel_vsyscall ()
#6 0x00c78567 in syscall () from /lib/libc.so.6
#7 0x0805edad in futex_wake (lock_word=0x90bfcb0, n=1) at linux-os.c:103
#8 0x0931b7bc in ?? ()
#9 0x090bfcb0 in ?? ()
#10 0x00000001 in ?? ()
#11 0xb4ce0372 in ?? ()
#12 0x00b0c63c in __lll_unlock_wake () from /lib/libpthread.so.0
#13 0xb4ae33f8 in ?? ()
#14 0x090bfca1 in ?? ()
#15 0xb4ae3494 in ?? ()
#16 0x090c072f in ?? ()
#17 0x090162d3 in ?? ()
#18 0xb4ae3458 in ?? ()
#19 0xb4ae3458 in ?? ()
#20 0x01100527 in ?? ()
#21 0x79238fe0 in ?? ()
#22 0x0a8f8017 in ?? ()
#23 0xb4ae3458 in ?? ()
#24 0x0a8f801f in ?? ()
#25 0x00000008 in ?? ()
#26 0x00000000 in ?? ()
Thread 13 (Thread 0xb469ab90 (LWP 4302)):
#0 0xb7fff410 in __kernel_vsyscall ()
#1 0x00b099e5 in pthread_cond_wait@... () from /lib/libpthread.so.0
#2 0x08056e62 in sig_stop_for_gc_handler (signal=12, info=0xb469961c, context=0xb469969c) at thread.h:53
#3 0x0805620b in low_level_handle_now_handler (signal=12, info=0xb469961c, void_context=0xb469969c)
at interrupt.c:1713
#4 <signal handler called>
#5 0x09b3ba1b in ?? ()
#6 0x0110000b in ?? ()
#7 0x0110000b in ?? ()
#8 0x00000004 in ?? ()
#9 0x090610a7 in ?? ()
#10 0x01100027 in ?? ()
#11 0x0110000b in ?? ()
#12 0x0110000b in ?? ()
#13 0x09e924e1 in ?? ()
#14 0x0110000b in ?? ()
#15 0x0bfefad7 in ?? ()
#16 0x2ddb8007 in ?? ()
#17 0x0cbeea81 in ?? ()
#18 0x0905bd07 in ?? ()
#19 0x2edbc007 in ?? ()
#20 0xb4699a08 in ?? ()
#21 0x09b3b84b in ?? ()
#22 0x00000000 in ?? ()
Thread 12 (Thread 0xb2445b90 (LWP 4303)):
#0 0xb7fff410 in __kernel_vsyscall ()
#1 0x00b099e5 in pthread_cond_wait@... () from /lib/libpthread.so.0
#2 0x08056e62 in sig_stop_for_gc_handler (signal=12, info=0x0, context=0xb244466c) at thread.h:53
#3 0x08057190 in interrupt_handle_pending (context=0xb244466c) at interrupt.c:861
#4 0x0805620b in low_level_handle_now_handler (signal=5, info=0xb24445ec, void_context=0xb244466c)
at interrupt.c:1713
#5 <signal handler called>
#6 0x01000b1f in ?? ()
#7 0x0e91aa4c in ?? ()
#8 0x0344a620 in ?? ()
#9 0x00000200 in ?? ()
#10 0x00000000 in ?? ()
Thread 11 (Thread 0xb4250b90 (LWP 4306)):
#0 0xb7fff410 in __kernel_vsyscall ()
#1 0x00b099e5 in pthread_cond_wait@... () from /lib/libpthread.so.0
#2 0x08056e62 in sig_stop_for_gc_handler (signal=12, info=0xb424f6bc, context=0xb424f73c) at thread.h:53
#3 0x0805620b in low_level_handle_now_handler (signal=12, info=0xb424f6bc, void_context=0xb424f73c)
at interrupt.c:1713
#4 <signal handler called>
#5 0x0924ee47 in ?? ()
#6 0x00000fa0 in ?? ()
#7 0x0935bc1f in ?? ()
#8 0x0935bc17 in ?? ()
#9 0x0935bc0f in ?? ()
#10 0x000009fc in ?? ()
#11 0x0935bc27 in ?? ()
#12 0x098b345a in ?? ()
#13 0x0913f391 in ?? ()
#14 0xb424fa6d in ?? ()
#15 0x00000000 in ?? ()
Thread 10 (Thread 0xb6055b90 (LWP 4312)):
#0 0xb7fff410 in __kernel_vsyscall ()
#1 0x00b099e5 in pthread_cond_wait@... () from /lib/libpthread.so.0
#2 0x08056e62 in sig_stop_for_gc_handler (signal=12, info=0xb605459c, context=0xb605461c) at thread.h:53
#3 0x0805620b in low_level_handle_now_handler (signal=12, info=0xb605459c, void_context=0xb605461c)
at interrupt.c:1713
#4 <signal handler called>
#5 0x0924e629 in ?? ()
#6 0x00000070 in ?? ()
#7 0x00000114 in ?? ()
#8 0x0a9615cf in ?? ()
#9 0x0a961467 in ?? ()
#10 0x00000184 in ?? ()
#11 0x00000000 in ?? ()
Thread 9 (Thread 0xb39beb90 (LWP 4313)):
#0 0xb7fff410 in __kernel_vsyscall ()
#1 0x00b099e5 in pthread_cond_wait@... () from /lib/libpthread.so.0
#2 0x08056e62 in sig_stop_for_gc_handler (signal=12, info=0xb39bcffc, context=0xb39bd07c) at thread.h:53
#3 0x0805620b in low_level_handle_now_handler (signal=12, info=0xb39bcffc, void_context=0xb39bd07c)
at interrupt.c:1713
#4 <signal handler called>
#5 0x099397cc in ?? ()
#6 0xb669c048 in ?? ()
#7 0xb39bd49c in ?? ()
#8 0xb39bd370 in ?? ()
#9 0xb39bf328 in ?? ()
#10 0xb39bde0c in ?? ()
#11 0xb3bbeffc in ?? ()
#12 0xb39bd3e4 in ?? ()
#13 0xb39bd3a8 in ?? ()
#14 0x09939a5a in ?? ()
#15 0xb39bd39c in ?? ()
#16 0xb3bbf048 in ?? ()
#17 0x0b5a9269 in ?? ()
#18 0xb39bd388 in ?? ()
#19 0x09246009 in ?? ()
#20 0xb39bd410 in ?? ()
#21 0x0936bb5c in ?? ()
#22 0x0000013a in ?? ()
#23 0x0110000b in ?? ()
#24 0x08067a24 in __dso_handle ()
#25 0xb39bd3b0 in ?? ()
#26 0xb39bd49c in ?? ()
#27 0x0004325f in ?? ()
#28 0x00000000 in ?? ()
Thread 8 (Thread 0xb1ffbb90 (LWP 4314)):
#0 0xb7fff410 in __kernel_vsyscall ()
#1 0x00c78567 in syscall () from /lib/libc.so.6
#2 0x0805ee01 in futex_wait (lock_word=0xa8e89cc, oldval=17825803, sec=128, usec=0) at linux-os.c:103
#3 0x09ecb94e in ?? ()
#4 0x0a8e89cc in ?? ()
#5 0x0110000b in ?? ()
#6 0xffffffff in ?? ()
#7 0x00000000 in ?? ()
Thread 7 (Thread 0xb176fb90 (LWP 4316)):
#0 0xb7fff410 in __kernel_vsyscall ()
#1 0x00b099e5 in pthread_cond_wait@... () from /lib/libpthread.so.0
#2 0x08056e62 in sig_stop_for_gc_handler (signal=12, info=0xb176e6bc, context=0xb176e73c) at thread.h:53
#3 0x0805620b in low_level_handle_now_handler (signal=12, info=0xb176e6bc, void_context=0xb176e73c)
at interrupt.c:1713
#4 <signal handler called>
#5 0x0924ee47 in ?? ()
#6 0x00000000 in ?? ()
Thread 6 (Thread 0xb3573b90 (LWP 5164)):
#0 0xb7fff410 in __kernel_vsyscall ()
#1 0x00b099e5 in pthread_cond_wait@... () from /lib/libpthread.so.0
#2 0x08056e62 in sig_stop_for_gc_handler (signal=12, info=0xb357262c, context=0xb35726ac) at thread.h:53
#3 0x0805620b in low_level_handle_now_handler (signal=12, info=0xb357262c, void_context=0xb35726ac)
at interrupt.c:1713
#4 <signal handler called>
#5 0x09b3ba1b in ?? ()
#6 0x09060d87 in ?? ()
#7 0x0b10cb07 in ?? ()
#8 0x08065880 in alloc_overflow_ebx () at x86-assem.S:595
#9 0xb35729d0 in ?? ()
#10 0x0fed29bd in ?? ()
#11 0x092635e5 in ?? ()
#12 0x092c640d in ?? ()
#13 0x2ddb8007 in ?? ()
#14 0x0cbeea81 in ?? ()
#15 0x0905bd07 in ?? ()
#16 0x2edbc007 in ?? ()
#17 0xb3572a10 in ?? ()
#18 0x09b3b84b in ?? ()
#19 0x01100027 in ?? ()
#20 0x00000000 in ?? ()
Thread 5 (Thread 0xb0a9db90 (LWP 5183)):
#0 0xb7fff410 in __kernel_vsyscall ()
#1 0x00b099e5 in pthread_cond_wait@... () from /lib/libpthread.so.0
#2 0x08056e62 in sig_stop_for_gc_handler (signal=12, info=0xb0a9c5ec, context=0xb0a9c66c) at thread.h:53
#3 0x0805620b in low_level_handle_now_handler (signal=12, info=0xb0a9c5ec, void_context=0xb0a9c66c)
at interrupt.c:1713
#4 <signal handler called>
#5 0x09b3ba1b in ?? ()
#6 0x0b588e0f in ?? ()
#7 0x0110000b in ?? ()
#8 0x00000000 in ?? ()
Thread 4 (Thread 0xb0ee3b90 (LWP 5225)):
#0 0xb7fff410 in __kernel_vsyscall ()
#1 0x00b099e5 in pthread_cond_wait@... () from /lib/libpthread.so.0
#2 0x08056e62 in sig_stop_for_gc_handler (signal=12, info=0xb0ee25ec, context=0xb0ee266c) at thread.h:53
#3 0x0805620b in low_level_handle_now_handler (signal=12, info=0xb0ee25ec, void_context=0xb0ee266c)
at interrupt.c:1713
#4 <signal handler called>
#5 0x09b3ba11 in ?? ()
#6 0x00003288 in ?? ()
#7 0x00000000 in ?? ()
Thread 3 (Thread 0xb0657b90 (LWP 5687)):
#0 0xb7fff410 in __kernel_vsyscall ()
#1 0x00b099e5 in pthread_cond_wait@... () from /lib/libpthread.so.0
#2 0x08056e62 in sig_stop_for_gc_handler (signal=12, info=0xb06565dc, context=0xb065665c) at thread.h:53
#3 0x0805620b in low_level_handle_now_handler (signal=12, info=0xb06565dc, void_context=0xb065665c)
at interrupt.c:1713
#4 <signal handler called>
#5 0x0fe11379 in ?? ()
#6 0x0110000b in ?? ()
#7 0x0c1fc607 in ?? ()
#8 0x0a91c7a7 in ?? ()
#9 0x00000004 in ?? ()
#10 0x0a91c7a7 in ?? ()
#11 0x00000018 in ?? ()
#12 0xb0656988 in ?? ()
#13 0x10167019 in ?? ()
#14 0x15315c83 in ?? ()
#15 0x0a939d8f in ?? ()
#16 0x187065c3 in ?? ()
#17 0x0a91ca6b in ?? ()
#18 0x0110000b in ?? ()
#19 0x0110000b in ?? ()
#20 0xb06569a8 in ?? ()
#21 0x0fa60feb in ?? ()
#22 0x0923309d in ?? ()
#23 0x0a93b3d1 in ?? ()
#24 0x00000034 in ?? ()
#25 0x0110000b in ?? ()
#26 0x0a93b3d1 in ?? ()
#27 0x0a91ca3b in ?? ()
#28 0xb06569c8 in ?? ()
#29 0x0fc8cf06 in ?? ()
#30 0x0c20b507 in ?? ()
#31 0x0a939d8f in ?? ()
#32 0x0a93b3d1 in ?? ()
#33 0x0c20b507 in ?? ()
#34 0x0c844716 in ?? ()
#35 0xb06569ac in ?? ()
#36 0xb06569e8 in ?? ()
#37 0x0c844716 in ?? ()
#38 0x0110000b in ?? ()
#39 0x0110000b in ?? ()
#40 0x0c0511b1 in ?? ()
#41 0x0110000b in ?? ()
#42 0x0d791be1 in ?? ()
#43 0x0c20b507 in ?? ()
#44 0xb0656a28 in ?? ()
#45 0x0d791be1 in ?? ()
#46 0x0110000b in ?? ()
#47 0x0b41447d in ?? ()
#48 0x0c05119b in ?? ()
#49 0x0a93b3d1 in ?? ()
#50 0x0b113a27 in ?? ()
#51 0x0a93aed7 in ?? ()
#52 0x0c0511b1 in ?? ()
#53 0x0a91ca09 in ?? ()
#54 0x0110000b in ?? ()
#55 0x0c0511a3 in ?? ()
#56 0x0c0511ab in ?? ()
#57 0x01100027 in ?? ()
#58 0x0110000b in ?? ()
#59 0x0c050ee9 in ?? ()
#60 0xb0656a48 in ?? ()
#61 0x0da699d5 in ?? ()
#62 0x0c8452bb in ?? ()
#63 0x0b113a27 in ?? ()
#64 0x0a93b3d1 in ?? ()
#65 0x0a93aed7 in ?? ()
#66 0x0da42cc9 in ?? ()
#67 0x0c051163 in ?? ()
#68 0xb0656a68 in ?? ()
#69 0x0da42cc9 in ?? ()
#70 0x00000000 in ?? ()
Thread 2 (Thread 0xb68e1b90 (LWP 5757)):
#0 0xb7fff410 in __kernel_vsyscall ()
#1 0x00b099e5 in pthread_cond_wait@... () from /lib/libpthread.so.0
#2 0x08056e62 in sig_stop_for_gc_handler (signal=12, info=0xb68e06bc, context=0xb68e073c) at thread.h:53
#3 0x0805620b in low_level_handle_now_handler (signal=12, info=0xb68e06bc, void_context=0xb68e073c)
at interrupt.c:1713
#4 <signal handler called>
#5 0x0924ee47 in ?? ()
#6 0x00000fa0 in ?? ()
#7 0x0935bc1f in ?? ()
#8 0x0935bc17 in ?? ()
#9 0x0935bc0f in ?? ()
#10 0x00000988 in ?? ()
#11 0x0935bc27 in ?? ()
#12 0x098b345a in ?? ()
#13 0x0913f391 in ?? ()
#14 0xb68e0a6d in ?? ()
#15 0x00000000 in ?? ()
Thread 1 (Thread 0xb649bb90 (LWP 6250)):
#0 0xb7fff410 in __kernel_vsyscall ()
#1 0x00b099e5 in pthread_cond_wait@... () from /lib/libpthread.so.0
#2 0x08056e62 in sig_stop_for_gc_handler (signal=12, info=0xb649a2dc, context=0xb649a35c) at thread.h:53
#3 0x0805620b in low_level_handle_now_handler (signal=12, info=0xb649a2dc, void_context=0xb649a35c)
at interrupt.c:1713
#4 <signal handler called>
#5 0x099397cc in ?? ()
#6 0x4ba28d00 in ?? ()
#7 0x0c7ef5f5 in ?? ()
#8 0xb649a650 in ?? ()
#9 0xb649c328 in ?? ()
#10 0xb649ae0c in ?? ()
#11 0xb669bffc in ?? ()
#12 0xb649a6c4 in ?? ()
#13 0xb649a688 in ?? ()
#14 0x09939a5a in ?? ()
#15 0xb66a0048 in ?? ()
#16 0x00000000 in ?? ()
#0 0xb7fff410 in __kernel_vsyscall ()
However this doesn't work:
(gdb) thread apply all call_backtrace_from_fp($ebp, 100)
Thread 24 (Thread 0xb7fdeac0 (LWP 2958)):
Undefined command: "call_backtrace_from_fp". Try "help".
|