High CPU usage with jvm1.3.1_10

From: Alistair McKeown (Alistair.Mckeown@jacobsrimell.com)
Date: Mon Mar 21 2005 - 10:25:59 EST


Hi,
        One of customers is running Run 3.1 and Solaris 8. Does any one know
how I can find out this there is any bug with JVM 1.3.1_10

Hi,

 

On Friday 18.03.2005 01:00 we restarted JRUN on huaps01 and did some java
debugging:

 

Conclusion:

 

Similar to the truss actions last time we could see that LWP's are created
and killed afterwards - all the time.

With using "gdb" it's now clear why they are killed - because the stack is
running over.

 

 

35 LWP 1989 0xff3691f0 in __sigprocmask () from
/usr/lib/libthread.so.1

 

 

(gdb) thread 35

[Switching to thread 35 (LWP 1989 )]#0 0xff3691f0 in
__sigprocmask () from /usr/lib/libthread.so.1

(gdb) bt

#0 0xff3691f0 in __sigprocmask () from /usr/lib/libthread.so.1

#1 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#2 0xff360688 in __thr_sigsetmask () from /usr/lib/libthread.so.1

#3 <signal handler called>

#4 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#5 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#6 <signal handler called>

#7 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

thread #8 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#9 <signal handler called>

#10 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

3#11 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#12 <signal handler called>

6#13 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#14 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#15 <signal handler called>

            .....

            

We have watched it up to the 1000th stack frame, but it should go further
until the OS limit or memory limit is reached.

That means that the application jumps in to a signal handler which
repeatedly calls itself and thus uses up all available memory until memory
limit.

And it explains the high amount of SysCalls/sec and the CPU usage.

The reason is either

a) bad code of the application or

b) a bug in the JVM.

 

What's exactly the root cause is not clear for us - except that it started
with the function 'sigprocmask' (mask of the signal mask).

As we do not think that JR needs that function within the APS application we
think that its more a JVM bug (maybe somewhere documented?).

Maybe JR can find out which LWP was affected.

 

 

Screen Log von der GDB Session:

 

=~=~=~=~=~=~=~=~=~=~=~= PuTTY log 2005.03.18 01:52:24
=~=~=~=~=~=~=~=~=~=~=~=

infot hre threads

  77 Thread 59943 (LWP 2704) 0xff29c080 in _so_accept () from
/usr/lib/libc.so.1

  76 Thread 32373 0xff357d88 in cond_reltimedwait () from
/usr/lib/libthread.so.1

  75 Thread 47111 (LWP 1989) 0xff3691f0 in __sigprocmask () from
/usr/lib/libthread.so.1

  74 Thread 8393 (LWP 481) 0xff29f274 in _lwp_kill () from
/usr/lib/libc.so.1

  73 Thread 1220 (LWP 89) 0xff29e86c in _read () from /usr/lib/libc.so.1

  72 Thread 1219 0xff357d88 in cond_reltimedwait () from
/usr/lib/libthread.so.1

  71 Thread 66 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  70 Thread 33140 0xff357d88 in cond_reltimedwait () from
/usr/lib/libthread.so.1

  69 Thread 33139 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  68 Thread 33138 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  67 Thread 33137 0xff357d88 in cond_reltimedwait () from
/usr/lib/libthread.so.1

  66 Thread 33136 0xff357d88 in cond_reltimedwait () from
/usr/lib/libthread.so.1

  65 Thread 547 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  64 Thread 31 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  63 Thread 26 (LWP 2654) 0xff29d5e8 in _poll () from /usr/lib/libc.so.1

  62 Thread 23 (LWP 2689) 0xff29d5e8 in _poll () from /usr/lib/libc.so.1

  61 Thread 21 (LWP 2529) 0xff29e86c in _read () from /usr/lib/libc.so.1

  60 Thread 20 0xff357d88 in cond_reltimedwait () from
/usr/lib/libthread.so.1

  59 Thread 19 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  58 Thread 18 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  57 Thread 17 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  56 Thread 16 (LWP 8) 0xff29c080 in _so_accept () from /usr/lib/libc.so.1

  55 Thread 15 (LWP 5) 0xff29c080 in _so_accept () from /usr/lib/libc.so.1

  54 Thread 14 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  53 Thread 13 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  52 Thread 12 0xff3581ac in cond_wait () from
/usr/lib/libthread.so.1

  51 Thread 11 0xff3581ac in cond_wait () from
/usr/lib/libthread.so.1

  50 Thread 10 0xff3581ac in cond_wait () from
/usr/lib/libthread.so.1

  49 Thread 9 0xff3581ac in cond_wait () from
/usr/lib/libthread.so.1

  48 Thread 8 (LWP 2630) 0xff29d5e8 in _poll () from /usr/lib/libc.so.1

  47 Thread 7 0xff3581ac in cond_wait () from
/usr/lib/libthread.so.1

  46 Thread 6 0xff3581ac in cond_wait () from
/usr/lib/libthread.so.1

  45 Thread 5 (LWP 6) 0xff3691fc in private___lwp_cond_wait () from
/usr/lib/libthread.so.1

  44 Thread 4 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  43 Thread 3 0xff35d9b8 in _reap_wait () from
/usr/lib/libthread.so.1

  42 Thread 2 (LWP 2) 0xff29edac in _signotifywait () from
/usr/lib/libc.so.1

  41 Thread 1 0xff3581ac in cond_wait () from
/usr/lib/libthread.so.1

  40 LWP 2 0xff29edac in _signotifywait () from
/usr/lib/libc.so.1

  39 LWP 2679 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  38 LWP 4 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  37 LWP 5 0xff29c080 in _so_accept () from /usr/lib/libc.so.1

  36 LWP 6 0xff3691fc in private___lwp_cond_wait () from
/usr/lib/libthread.so.1

  35 LWP 1989 0xff3691f0 in __sigprocmask () from
/usr/lib/libthread.so.1

  34 LWP 8 0xff29c080 in _so_accept () from /usr/lib/libc.so.1

  33 LWP 2692 0xff3691fc in private___lwp_cond_wait () from
/usr/lib/libthread.so.1

  32 LWP 2705 0xff3691fc in private___lwp_cond_wait () from
/usr/lib/libthread.so.1

  31 LWP 2706 0xff3691fc in private___lwp_cond_wait () from
/usr/lib/libthread.so.1

  30 LWP 2700 0xff3691fc in private___lwp_cond_wait () from
/usr/lib/libthread.so.1

  29 LWP 2654 0xff29d5e8 in _poll () from /usr/lib/libc.so.1

  28 LWP 2647 0xff3691fc in private___lwp_cond_wait () from
/usr/lib/libthread.so.1

  27 LWP 2685 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  26 LWP 2707 0xff3691fc in private___lwp_cond_wait () from
/usr/lib/libthread.so.1

  25 LWP 2613 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  24 LWP 481 0xff29f274 in _lwp_kill () from /usr/lib/libc.so.1

  23 LWP 2690 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  22 LWP 2689 0xff29d5e8 in _poll () from /usr/lib/libc.so.1

  21 LWP 2698 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  20 LWP 2694 0xff3691fc in private___lwp_cond_wait () from
/usr/lib/libthread.so.1

  19 LWP 2682 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  18 LWP 2708 0xff3691fc in private___lwp_cond_wait () from
/usr/lib/libthread.so.1

---Type <return> to continue, or q <return> to quit---

  17 LWP 2709 0xff3691fc in private___lwp_cond_wait () from
/usr/lib/libthread.so.1

  16 LWP 2630 0xff29d5e8 in _poll () from /usr/lib/libc.so.1

  15 LWP 2710 0xff29c950 in door_restart () from
/usr/lib/libc.so.1

  14 LWP 2686 0xff3691fc in private___lwp_cond_wait () from
/usr/lib/libthread.so.1

  13 LWP 2703 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  12 LWP 2704 0xff29c080 in _so_accept () from
/usr/lib/libc.so.1

  11 LWP 2590 0xff3691fc in private___lwp_cond_wait () from
/usr/lib/libthread.so.1

  10 LWP 2661 0xff3691fc in private___lwp_cond_wait () from
/usr/lib/libthread.so.1

  9 LWP 2624 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  8 LWP 2620 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  7 LWP 2625 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  6 LWP 2676 0xff3691fc in private___lwp_cond_wait () from
/usr/lib/libthread.so.1

  5 LWP 89 0xff29e86c in _read () from /usr/lib/libc.so.1

  4 LWP 2678 0xff3691fc in private___lwp_cond_wait () from
/usr/lib/libthread.so.1

  3 LWP 2529 0xff29e86c in _read () from /usr/lib/libc.so.1

* 2 Thread 549 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  1 LWP 2636 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

(gdb) bt

#0 0xff29f45c in _lwp_sema_wait () from /usr/lib/libc.so.1

#1 0xff3596e4 in _park () from /usr/lib/libthread.so.1

#2 0xff3593ac in _swtch () from /usr/lib/libthread.so.1

#3 0xff357d90 in cond_reltimedwait () from /usr/lib/libthread.so.1

(gdb) thread 1

[Switching to thread 1 (LWP 2636 )]#0 0xff29f45c in
_lwp_sema_wait () from /usr/lib/libc.so.1

(gdb) bt

#0 0xff29f45c in _lwp_sema_wait () from /usr/lib/libc.so.1

#1 0xff3596e4 in _park () from /usr/lib/libthread.so.1

#2 0xff3593ac in _swtch () from /usr/lib/libthread.so.1

#3 0xff357d90 in cond_reltimedwait () from /usr/lib/libthread.so.1

(gdb) thread 2

[Switching to thread 2 (Thread 549 )]#0 0xff29f45c in _lwp_sema_wait
() from /usr/lib/libc.so.1

(gdb) bt

#0 0xff29f45c in _lwp_sema_wait () from /usr/lib/libc.so.1

#1 0xff3596e4 in _park () from /usr/lib/libthread.so.1

#2 0xff3593ac in _swtch () from /usr/lib/libthread.so.1

#3 0xff357d90 in cond_reltimedwait () from /usr/lib/libthread.so.1

(gdb) thread 3

[Switching to thread 3 (LWP 2529 )]#0 0xff29e86c in _read () from
/usr/lib/libc.so.1

(gdb) bt

#0 0xff29e86c in _read () from /usr/lib/libc.so.1

#1 0xff369fb0 in read () from /usr/lib/libthread.so.1

#2 0xfe1ef268 in JVM_Read () from
/opt/aps/j2sdk1_3_1_10/jre/lib/sparc/server/libjvm.so

#3 0xe51366bc in Java_java_net_SocketInputStream_socketRead () from
/opt/aps/j2sdk1_3_1_10/jre/lib/sparc/libnet.so

(gdb) thread 4

[Switching to thread 4 (LWP 2678 )]#0 0xff3691fc in
private___lwp_cond_wait () from /usr/lib/libthread.so.1

(gdb) bt

#0 0xff3691fc in private___lwp_cond_wait () from /usr/lib/libthread.so.1

#1 0xff358ccc in _age () from /usr/lib/libthread.so.1

#2 0xff358c50 in _qswtch () from /usr/lib/libthread.so.1

#3 0xff357d90 in cond_reltimedwait () from /usr/lib/libthread.so.1

t(gdb) thread 5

(gdb) bt

#0 0xff29e86c in _read () from /usr/lib/libc.so.1

#1 0xff369fb0 in read () from /usr/lib/libthread.so.1

#2 0xfe1ef268 in JVM_Read () from
/opt/aps/j2sdk1_3_1_10/jre/lib/sparc/server/libjvm.so

#3 0xe51366bc in Java_java_net_SocketInputStream_socketRead () from
/opt/aps/j2sdk1_3_1_10/jre/lib/sparc/libnet.so

(gdb) thread 5;bt

Invalid character ';' in expression.

(gdb) thread 5

[Switching to thread 5 (LWP 89 )]#0 0xff29e86c in _read () from
/usr/lib/libc.so.1

(gdb) bt

#0 0xff29e86c in _read () from /usr/lib/libc.so.1

#1 0xff369fb0 in read () from /usr/lib/libthread.so.1

#2 0xfe1ef268 in JVM_Read () from
/opt/aps/j2sdk1_3_1_10/jre/lib/sparc/server/libjvm.so

#3 0xe51366bc in Java_java_net_SocketInputStream_socketRead () from
/opt/aps/j2sdk1_3_1_10/jre/lib/sparc/libnet.so

(gdb) thread 6

[Switching to thread 6 (LWP 2676 )]#0 0xff3691fc in
private___lwp_cond_wait () from /usr/lib/libthread.so.1

(gdb) bt

#0 0xff3691fc in private___lwp_cond_wait () from /usr/lib/libthread.so.1

#1 0xff358ccc in _age () from /usr/lib/libthread.so.1

#2 0xff358c50 in _qswtch () from /usr/lib/libthread.so.1

#3 0xff35ada8 in _mutex_adaptive_lock () from /usr/lib/libthread.so.1

(gdb) thread 7

[Switching to thread 7 (LWP 2625 )]#0 0xff29f45c in
_lwp_sema_wait () from /usr/lib/libc.so.1

(gdb) bt

#0 0xff29f45c in _lwp_sema_wait () from /usr/lib/libc.so.1

#1 0xff3596e4 in _park () from /usr/lib/libthread.so.1

#2 0xff3593ac in _swtch () from /usr/lib/libthread.so.1

#3 0xff357d90 in cond_reltimedwait () from /usr/lib/libthread.so.1

(gdb) thread 8

[Switching to thread 8 (LWP 2620 )]#0 0xff29f45c in
_lwp_sema_wait () from /usr/lib/libc.so.1

(gdb) bt

#0 0xff29f45c in _lwp_sema_wait () from /usr/lib/libc.so.1

#1 0xff3596e4 in _park () from /usr/lib/libthread.so.1

#2 0xff3593ac in _swtch () from /usr/lib/libthread.so.1

#3 0xff357d90 in cond_reltimedwait () from /usr/lib/libthread.so.1

(gdb) thread 9

[Switching to thread 9 (LWP 2624 )]#0 0xff29f45c in
_lwp_sema_wait () from /usr/lib/libc.so.1

(gdb) bt

#0 0xff29f45c in _lwp_sema_wait () from /usr/lib/libc.so.1

#1 0xff3596e4 in _park () from /usr/lib/libthread.so.1

#2 0xff3593ac in _swtch () from /usr/lib/libthread.so.1

#3 0xff357d90 in cond_reltimedwait () from /usr/lib/libthread.so.1

(gdb) thread 10

[Switching to thread 10 (LWP 2661 )]#0 0xff3691fc in
private___lwp_cond_wait () from /usr/lib/libthread.so.1

(gdb) bt

#0 0xff3691fc in private___lwp_cond_wait () from /usr/lib/libthread.so.1

#1 0xff358ccc in _age () from /usr/lib/libthread.so.1

#2 0xff358c50 in _qswtch () from /usr/lib/libthread.so.1

#3 0xff357d90 in cond_reltimedwait () from /usr/lib/libthread.so.1

(gdb) thread 11

[Switching to thread 11 (LWP 2590 )]#0 0xff3691fc in
private___lwp_cond_wait () from /usr/lib/libthread.so.1

(gdb) bt

#0 0xff3691fc in private___lwp_cond_wait () from /usr/lib/libthread.so.1

#1 0xff358ccc in _age () from /usr/lib/libthread.so.1

#2 0xff358c50 in _qswtch () from /usr/lib/libthread.so.1

#3 0xff357d90 in cond_reltimedwait () from /usr/lib/libthread.so.1

(gdb) thread 12

[Switching to thread 12 (LWP 2704 )]#0 0xff29c080 in _so_accept
() from /usr/lib/libc.so.1

(gdb) bt

#0 0xff29c080 in _so_accept () from /usr/lib/libc.so.1

#1 0xfe37ff0c in __1cDhpiGaccept6FipnIsockaddr_pi_i_ () from
/opt/aps/j2sdk1_3_1_10/jre/lib/sparc/server/libjvm.so

#2 0xfe37da7c in JVM_Accept () from
/opt/aps/j2sdk1_3_1_10/jre/lib/sparc/server/libjvm.so

#3 0xe51355d8 in Java_java_net_PlainSocketImpl_socketAccept () from
/opt/aps/j2sdk1_3_1_10/jre/lib/sparc/libnet.so

(gdb) thread 13

[Switching to thread 13 (LWP 2703 )]#0 0xff29f45c in
_lwp_sema_wait () from /usr/lib/libc.so.1

(gdb) bt

#0 0xff29f45c in _lwp_sema_wait () from /usr/lib/libc.so.1

#1 0xff3596e4 in _park () from /usr/lib/libthread.so.1

#2 0xff3593ac in _swtch () from /usr/lib/libthread.so.1

#3 0xff357d90 in cond_reltimedwait () from /usr/lib/libthread.so.1

(gdb) thread 14

[Switching to thread 14 (LWP 2686 )]#0 0xff3691fc in
private___lwp_cond_wait () from /usr/lib/libthread.so.1

(gdb) bt

#0 0xff3691fc in private___lwp_cond_wait () from /usr/lib/libthread.so.1

#1 0xff358ccc in _age () from /usr/lib/libthread.so.1

#2 0xff358c50 in _qswtch () from /usr/lib/libthread.so.1

#3 0xff357d90 in cond_reltimedwait () from /usr/lib/libthread.so.1

(gdb) thread 15

[Switching to thread 15 (LWP 2710 )]#0 0xff29c950 in door_restart
() from /usr/lib/libc.so.1

(gdb) bt

#0 0xff29c950 in door_restart () from /usr/lib/libc.so.1

#1 0xff3667d0 in _sc_door_func () from /usr/lib/libthread.so.1

#2 0xff35a360 in _lwp_start () from /usr/lib/libthread.so.1

#3 0xff361c34 in thr_yield () from /usr/lib/libthread.so.1

(gdb) thread 16

[Switching to thread 16 (LWP 2630 )]#0 0xff29d5e8 in _poll ()
from /usr/lib/libc.so.1

(gdb) bt

#0 0xff29d5e8 in _poll () from /usr/lib/libc.so.1

#1 0xff24d548 in select () from /usr/lib/libc.so.1

#2 0xff36aa30 in select () from /usr/lib/libthread.so.1

#3 0xfe0f7850 in __1cCosFsleep6FpnGThread_xl_i_ () from
/opt/aps/j2sdk1_3_1_10/jre/lib/sparc/server/libjvm.so

(gdb) thread 17

[Switching to thread 17 (LWP 2709 )]#0 0xff3691fc in
private___lwp_cond_wait () from /usr/lib/libthread.so.1

(gdb) bt

#0 0xff3691fc in private___lwp_cond_wait () from /usr/lib/libthread.so.1

#1 0xff358ccc in _age () from /usr/lib/libthread.so.1

#2 0xff29c9b4 in door_restart () from /usr/lib/libc.so.1

#3 0x00000008 in ?? ()

(gdb) thread 18

[Switching to thread 18 (LWP 2708 )]#0 0xff3691fc in
private___lwp_cond_wait () from /usr/lib/libthread.so.1

(gdb) bt

#0 0xff3691fc in private___lwp_cond_wait () from /usr/lib/libthread.so.1

#1 0xff358ccc in _age () from /usr/lib/libthread.so.1

#2 0xff29c9b4 in door_restart () from /usr/lib/libc.so.1

#3 0x00000008 in ?? ()

(gdb) thread 19

[Switching to thread 19 (LWP 2682 )]#0 0xff29f45c in
_lwp_sema_wait () from /usr/lib/libc.so.1

(gdb) bt

#0 0xff29f45c in _lwp_sema_wait () from /usr/lib/libc.so.1

#1 0xff3596e4 in _park () from /usr/lib/libthread.so.1

#2 0xff3593ac in _swtch () from /usr/lib/libthread.so.1

#3 0xff357d90 in cond_reltimedwait () from /usr/lib/libthread.so.1

(gdb) thread 20

[Switching to thread 20 (LWP 2694 )]#0 0xff3691fc in
private___lwp_cond_wait () from /usr/lib/libthread.so.1

(gdb) bt

#0 0xff3691fc in private___lwp_cond_wait () from /usr/lib/libthread.so.1

#1 0xff358ccc in _age () from /usr/lib/libthread.so.1

#2 0xff358c50 in _qswtch () from /usr/lib/libthread.so.1

#3 0xff357d90 in cond_reltimedwait () from /usr/lib/libthread.so.1

(gdb) thread 21

[Switching to thread 21 (LWP 2698 )]#0 0xff29f45c in
_lwp_sema_wait () from /usr/lib/libc.so.1

(gdb) bt

#0 0xff29f45c in _lwp_sema_wait () from /usr/lib/libc.so.1

#1 0xff3596e4 in _park () from /usr/lib/libthread.so.1

#2 0xff3593ac in _swtch () from /usr/lib/libthread.so.1

#3 0xff357d90 in cond_reltimedwait () from /usr/lib/libthread.so.1

(gdb) thread 22

[Switching to thread 22 (LWP 2689 )]#0 0xff29d5e8 in _poll ()
from /usr/lib/libc.so.1

(gdb) bt

#0 0xff29d5e8 in _poll () from /usr/lib/libc.so.1

#1 0xff24d548 in select () from /usr/lib/libc.so.1

#2 0xff36aa30 in select () from /usr/lib/libthread.so.1

#3 0xfe0f78e4 in __1cCosFsleep6FpnGThread_xl_i_ () from
/opt/aps/j2sdk1_3_1_10/jre/lib/sparc/server/libjvm.so

(gdb) thread 23

[Switching to thread 23 (LWP 2690 )]#0 0xff29f45c in
_lwp_sema_wait () from /usr/lib/libc.so.1

(gdb) bt

#0 0xff29f45c in _lwp_sema_wait () from /usr/lib/libc.so.1

#1 0xff3596e4 in _park () from /usr/lib/libthread.so.1

#2 0xff3593ac in _swtch () from /usr/lib/libthread.so.1

#3 0xff357d90 in cond_reltimedwait () from /usr/lib/libthread.so.1

(gdb) thread 24

[Switching to thread 24 (LWP 481 )]#0 0xff29f274 in _lwp_kill ()
from /usr/lib/libc.so.1

(gdb) bt

#0 0xff29f274 in _lwp_kill () from /usr/lib/libc.so.1

#1 0xff35de10 in _deliversigs () from /usr/lib/libthread.so.1

#2 0xff360688 in __thr_sigsetmask () from /usr/lib/libthread.so.1

#3 <signal handler called>

(gdb) thread 25

[Switching to thread 25 (LWP 2613 )]#0 0xff29f45c in
_lwp_sema_wait () from /usr/lib/libc.so.1

(gdb) bt

#0 0xff29f45c in _lwp_sema_wait () from /usr/lib/libc.so.1

#1 0xff3596e4 in _park () from /usr/lib/libthread.so.1

#2 0xff3593ac in _swtch () from /usr/lib/libthread.so.1

#3 0xff357d90 in cond_reltimedwait () from /usr/lib/libthread.so.1

(gdb) thread 26

[Switching to thread 26 (LWP 2707 )]#0 0xff3691fc in
private___lwp_cond_wait () from /usr/lib/libthread.so.1

(gdb) bt

#0 0xff3691fc in private___lwp_cond_wait () from /usr/lib/libthread.so.1

#1 0xff358ccc in _age () from /usr/lib/libthread.so.1

#2 0xff358c50 in _qswtch () from /usr/lib/libthread.so.1

#3 0x00000008 in ?? ()

(gdb) thread 27

[Switching to thread 27 (LWP 2685 )]#0 0xff29f45c in
_lwp_sema_wait () from /usr/lib/libc.so.1

(gdb) bt

#0 0xff29f45c in _lwp_sema_wait () from /usr/lib/libc.so.1

#1 0xff3596e4 in _park () from /usr/lib/libthread.so.1

#2 0xff3593ac in _swtch () from /usr/lib/libthread.so.1

#3 0xff357d90 in cond_reltimedwait () from /usr/lib/libthread.so.1

(gdb) thread 28

[Switching to thread 28 (LWP 2647 )]#0 0xff3691fc in
private___lwp_cond_wait () from /usr/lib/libthread.so.1

(gdb) bt

#0 0xff3691fc in private___lwp_cond_wait () from /usr/lib/libthread.so.1

#1 0xff358ccc in _age () from /usr/lib/libthread.so.1

#2 0xff358c50 in _qswtch () from /usr/lib/libthread.so.1

#3 0xff35d9c0 in _reap_wait () from /usr/lib/libthread.so.1

(gdb) thread 29

[Switching to thread 29 (LWP 2654 )]#0 0xff29d5e8 in _poll ()
from /usr/lib/libc.so.1

(gdb) bt

#0 0xff29d5e8 in _poll () from /usr/lib/libc.so.1

#1 0xff24d548 in select () from /usr/lib/libc.so.1

#2 0xff36aa30 in select () from /usr/lib/libthread.so.1

#3 0xfe0f78e4 in __1cCosFsleep6FpnGThread_xl_i_ () from
/opt/aps/j2sdk1_3_1_10/jre/lib/sparc/server/libjvm.so

(gdb) thread 30

[Switching to thread 30 (LWP 2700 )]#0 0xff3691fc in
private___lwp_cond_wait () from /usr/lib/libthread.so.1

(gdb) bt

#0 0xff3691fc in private___lwp_cond_wait () from /usr/lib/libthread.so.1

#1 0xff358ccc in _age () from /usr/lib/libthread.so.1

#2 0xff358c50 in _qswtch () from /usr/lib/libthread.so.1

#3 0xff357d90 in cond_reltimedwait () from /usr/lib/libthread.so.1

(gdb) thread 31

[Switching to thread 31 (LWP 2706 )]#0 0xff3691fc in
private___lwp_cond_wait () from /usr/lib/libthread.so.1

(gdb) bt

#0 0xff3691fc in private___lwp_cond_wait () from /usr/lib/libthread.so.1

#1 0xff358ccc in _age () from /usr/lib/libthread.so.1

#2 0xff29c9b4 in door_restart () from /usr/lib/libc.so.1

#3 0x00000008 in ?? ()

(gdb) thread 32

[Switching to thread 32 (LWP 2705 )]#0 0xff3691fc in
private___lwp_cond_wait () from /usr/lib/libthread.so.1

(gdb) bt

#0 0xff3691fc in private___lwp_cond_wait () from /usr/lib/libthread.so.1

#1 0xff358ccc in _age () from /usr/lib/libthread.so.1

#2 0xff29c9b4 in door_restart () from /usr/lib/libc.so.1

#3 0x00000008 in ?? ()

(gdb) thread 33

[Switching to thread 33 (LWP 2692 )]#0 0xff3691fc in
private___lwp_cond_wait () from /usr/lib/libthread.so.1

(gdb) bt

#0 0xff3691fc in private___lwp_cond_wait () from /usr/lib/libthread.so.1

#1 0xff358ccc in _age () from /usr/lib/libthread.so.1

#2 0xff358c50 in _qswtch () from /usr/lib/libthread.so.1

#3 0x00000008 in ?? ()

(gdb) thread 34

[Switching to thread 34 (LWP 8 )]#0 0xff29c080 in _so_accept ()
from /usr/lib/libc.so.1

(gdb) bt

#0 0xff29c080 in _so_accept () from /usr/lib/libc.so.1

#1 0xfe37ff0c in __1cDhpiGaccept6FipnIsockaddr_pi_i_ () from
/opt/aps/j2sdk1_3_1_10/jre/lib/sparc/server/libjvm.so

#2 0xfe37da7c in JVM_Accept () from
/opt/aps/j2sdk1_3_1_10/jre/lib/sparc/server/libjvm.so

#3 0xe51355d8 in Java_java_net_PlainSocketImpl_socketAccept () from
/opt/aps/j2sdk1_3_1_10/jre/lib/sparc/libnet.so

(gdb) thread 35

[Switching to thread 35 (LWP 1989 )]#0 0xff3691f0 in
__sigprocmask () from /usr/lib/libthread.so.1

(gdb) bt

#0 0xff3691f0 in __sigprocmask () from /usr/lib/libthread.so.1

#1 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#2 0xff360688 in __thr_sigsetmask () from /usr/lib/libthread.so.1

#3 <signal handler called>

#4 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#5 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#6 <signal handler called>

#7 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

thread #8 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#9 <signal handler called>

#10 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

3#11 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#12 <signal handler called>

6#13 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#14 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#15 <signal handler called>

#16 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#17 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#18 <signal handler called>

#19 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#20 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#21 <signal handler called>

#22 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#23 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#24 <signal handler called>

#25 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#26 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#27 <signal handler called>

#28 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#29 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#30 <signal handler called>

#31 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#32 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#33 <signal handler called>

#34 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#35 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#36 <signal handler called>

#37 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#38 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#39 <signal handler called>

#40 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#41 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#42 <signal handler called>

#43 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#44 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#45 <signal handler called>

#46 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#47 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#48 <signal handler called>

#49 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#50 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#51 <signal handler called>

#52 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#53 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#54 <signal handler called>

#55 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#56 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#57 <signal handler called>

#58 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#59 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

---Type <return> to continue, or q <return> to quit---thread 36

#60 <signal handler called>

#61 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#62 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#63 <signal handler called>

#64 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#65 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#66 <signal handler called>

#67 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#68 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#69 <signal handler called>

#70 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#71 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#72 <signal handler called>

#73 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#74 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#75 <signal handler called>

#76 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#77 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#78 <signal handler called>

#79 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#80 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#81 <signal handler called>

#82 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#83 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#84 <signal handler called>

#85 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#86 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#87 <signal handler called>

#88 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#89 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#90 <signal handler called>

#91 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#92 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#93 <signal handler called>

#94 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#95 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#96 <signal handler called>

#97 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#98 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#99 <signal handler called>

#100 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#101 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#102 <signal handler called>

#103 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#104 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#105 <signal handler called>

#106 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

 

#107 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#108 <signal handler called>

#109 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#110 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#111 <signal handler called>

#112 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#113 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#114 <signal handler called>

#115 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#116 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#117 <signal handler called>

#118 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#119 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

---Type <return> to continue, or q <return> to quit---

#120 <signal handler called>

#121 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#122 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#123 <signal handler called>

#124 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#125 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#126 <signal handler called>

#127 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#128 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#129 <signal handler called>

#130 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#131 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#132 <signal handler called>

#133 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#134 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#135 <signal handler called>

#136 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#137 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#138 <signal handler called>

#139 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#140 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#141 <signal handler called>

#142 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#143 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#144 <signal handler called>

#145 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#146 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#147 <signal handler called>

#148 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#149 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#150 <signal handler called>

#151 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#152 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#153 <signal handler called>

#154 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#155 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#156 <signal handler called>

#157 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#158 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#159 <signal handler called>

#160 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#161 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#162 <signal handler called>

#163 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#164 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#165 <signal handler called>

#166 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#167 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#168 <signal handler called>

#169 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#170 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#171 <signal handler called>

#172 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#173 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#174 <signal handler called>

#175 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#176 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#177 <signal handler called>

#178 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#179 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

---Type <return> to continue, or q <return> to quit---

#180 <signal handler called>

#181 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#182 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#183 <signal handler called>

#184 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#185 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#186 <signal handler called>

#187 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#188 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#189 <signal handler called>

#190 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#191 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#192 <signal handler called>

#193 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#194 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#195 <signal handler called>

#196 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#197 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#198 <signal handler called>

#199 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#200 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#201 <signal handler called>

#202 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#203 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#204 <signal handler called>

#205 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#206 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#207 <signal handler called>

#208 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#209 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#210 <signal handler called>

#211 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#212 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#213 <signal handler called>

#214 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#215 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#216 <signal handler called>

#217 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#218 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#219 <signal handler called>

#220 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#221 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#222 <signal handler called>

#223 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#224 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#225 <signal handler called>

#226 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#227 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#228 <signal handler called>

#229 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#230 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#231 <signal handler called>

#232 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#233 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#234 <signal handler called>

#235 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#236 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#237 <signal handler called>

#238 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#239 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

---Type <return> to continue, or q <return> to quit---

#240 <signal handler called>

#241 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#242 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#243 <signal handler called>

#244 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#245 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#246 <signal handler called>

#247 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#248 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#249 <signal handler called>

#250 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#251 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#252 <signal handler called>

#253 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#254 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#255 <signal handler called>

#256 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#257 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#258 <signal handler called>

#259 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#260 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#261 <signal handler called>

#262 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#263 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#264 <signal handler called>

#265 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#266 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#267 <signal handler called>

#268 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#269 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#270 <signal handler called>

#271 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#272 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#273 <signal handler called>

#274 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#275 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#276 <signal handler called>

#277 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#278 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#279 <signal handler called>

#280 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#281 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#282 <signal handler called>

#283 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#284 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#285 <signal handler called>

 

#286 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

 

#287 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#288 <signal handler called>

 

#289 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

 

#290 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#291 <signal handler called>

 

#292 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

 

#293 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#294 <signal handler called>

#295 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#296 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#297 <signal handler called>

#298 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#299 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

---Type <return> to continue, or q <return> to quit---

#300 <signal handler called>

#301 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#302 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#303 <signal handler called>

#304 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#305 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#306 <signal handler called>

#307 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#308 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#309 <signal handler called>

#310 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#311 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#312 <signal handler called>

#313 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#314 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#315 <signal handler called>

#316 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#317 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#318 <signal handler called>

#319 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#320 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#321 <signal handler called>

#322 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#323 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#324 <signal handler called>

#325 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#326 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#327 <signal handler called>

#328 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#329 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#330 <signal handler called>

#331 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#332 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#333 <signal handler called>

#334 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#335 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#336 <signal handler called>

#337 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#338 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#339 <signal handler called>

#340 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#341 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#342 <signal handler called>

#343 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#344 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#345 <signal handler called>

#346 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#347 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#348 <signal handler called>

#349 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#350 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#351 <signal handler called>

#352 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#353 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#354 <signal handler called>

#355 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#356 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#357 <signal handler called>

#358 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#359 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

---Type <return> to continue, or q <return> to quit---

#360 <signal handler called>

#361 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#362 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#363 <signal handler called>

#364 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#365 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#366 <signal handler called>

#367 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#368 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#369 <signal handler called>

#370 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#371 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#372 <signal handler called>

#373 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#374 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#375 <signal handler called>

#376 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#377 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#378 <signal handler called>

#379 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#380 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#381 <signal handler called>

#382 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#383 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#384 <signal handler called>

#385 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#386 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#387 <signal handler called>

#388 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#389 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#390 <signal handler called>

#391 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#392 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#393 <signal handler called>

#394 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#395 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#396 <signal handler called>

#397 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#398 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#399 <signal handler called>

#400 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#401 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#402 <signal handler called>

#403 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#404 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#405 <signal handler called>

#406 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#407 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#408 <signal handler called>

#409 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#410 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#411 <signal handler called>

#412 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#413 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#414 <signal handler called>

#415 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#416 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#417 <signal handler called>

#418 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#419 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

---Type <return> to continue, or q <return> to quit---

#420 <signal handler called>

#421 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#422 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#423 <signal handler called>

#424 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#425 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#426 <signal handler called>

#427 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#428 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#429 <signal handler called>

#430 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#431 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#432 <signal handler called>

#433 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#434 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#435 <signal handler called>

#436 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#437 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#438 <signal handler called>

#439 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#440 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#441 <signal handler called>

#442 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#443 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#444 <signal handler called>

#445 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#446 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#447 <signal handler called>

#448 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#449 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#450 <signal handler called>

#451 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#452 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#453 <signal handler called>

#454 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#455 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#456 <signal handler called>

#457 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#458 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#459 <signal handler called>

#460 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#461 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#462 <signal handler called>

#463 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#464 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#465 <signal handler called>

#466 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#467 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#468 <signal handler called>

#469 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#470 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#471 <signal handler called>

#472 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#473 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#474 <signal handler called>

#475 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#476 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#477 <signal handler called>

#478 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#479 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

---Type <return> to continue, or q <return> to quit---

#480 <signal handler called>

#481 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#482 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#483 <signal handler called>

#484 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#485 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#486 <signal handler called>

#487 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#488 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#489 <signal handler called>

#490 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#491 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#492 <signal handler called>

#493 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#494 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#495 <signal handler called>

#496 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#497 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#498 <signal handler called>

#499 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#500 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#501 <signal handler called>

#502 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#503 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#504 <signal handler called>

#505 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#506 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#507 <signal handler called>

#508 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#509 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#510 <signal handler called>

#511 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#512 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#513 <signal handler called>

#514 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#515 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#516 <signal handler called>

#517 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#518 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#519 <signal handler called>

#520 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#521 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#522 <signal handler called>

#523 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#524 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#525 <signal handler called>

#526 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#527 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#528 <signal handler called>

#529 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#530 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#531 <signal handler called>

#532 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#533 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#534 <signal handler called>

#535 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#536 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#537 <signal handler called>

#538 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#539 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

---Type <return> to continue, or q <return> to quit---

#540 <signal handler called>

#541 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#542 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#543 <signal handler called>

#544 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#545 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#546 <signal handler called>

#547 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#548 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#549 <signal handler called>

#550 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#551 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#552 <signal handler called>

#553 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#554 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#555 <signal handler called>

#556 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#557 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#558 <signal handler called>

#559 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#560 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#561 <signal handler called>

#562 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#563 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#564 <signal handler called>

#565 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#566 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#567 <signal handler called>

#568 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#569 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#570 <signal handler called>

#571 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#572 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#573 <signal handler called>

#574 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#575 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#576 <signal handler called>

#577 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#578 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#579 <signal handler called>

#580 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#581 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#582 <signal handler called>

#583 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#584 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#585 <signal handler called>

#586 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#587 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#588 <signal handler called>

#589 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#590 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#591 <signal handler called>

#592 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#593 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#594 <signal handler called>

#595 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#596 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#597 <signal handler called>

#598 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#599 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

---Type <return> to continue, or q <return> to quit---

#600 <signal handler called>

#601 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#602 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#603 <signal handler called>

#604 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#605 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#606 <signal handler called>

#607 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#608 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#609 <signal handler called>

#610 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#611 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#612 <signal handler called>

#613 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#614 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#615 <signal handler called>

#616 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#617 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#618 <signal handler called>

#619 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#620 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#621 <signal handler called>

#622 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#623 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#624 <signal handler called>

#625 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#626 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#627 <signal handler called>

#628 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#629 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#630 <signal handler called>

#631 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#632 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#633 <signal handler called>

#634 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#635 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#636 <signal handler called>

#637 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#638 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#639 <signal handler called>

#640 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#641 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#642 <signal handler called>

#643 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#644 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#645 <signal handler called>

#646 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#647 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#648 <signal handler called>

#649 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#650 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#651 <signal handler called>

#652 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#653 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#654 <signal handler called>

#655 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#656 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#657 <signal handler called>

#658 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#659 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

---Type <return> to continue, or q <return> to quit---

#660 <signal handler called>

#661 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#662 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#663 <signal handler called>

#664 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#665 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#666 <signal handler called>

#667 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#668 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#669 <signal handler called>

#670 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#671 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#672 <signal handler called>

#673 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#674 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#675 <signal handler called>

#676 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#677 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#678 <signal handler called>

#679 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#680 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#681 <signal handler called>

#682 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#683 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#684 <signal handler called>

#685 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#686 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#687 <signal handler called>

#688 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#689 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#690 <signal handler called>

#691 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#692 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#693 <signal handler called>

#694 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#695 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#696 <signal handler called>

#697 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#698 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#699 <signal handler called>

#700 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#701 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#702 <signal handler called>

#703 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#704 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#705 <signal handler called>

#706 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#707 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#708 <signal handler called>

#709 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#710 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#711 <signal handler called>

#712 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#713 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#714 <signal handler called>

#715 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#716 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

#717 <signal handler called>

#718 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

#719 0xff35ddb4 in _deliversigs () from /usr/lib/libthread.so.1

---Type <return> to continue, or q <return> to quit---q

Quit

(gdb) info threads

  77 Thread 59943 (LWP 2704) 0xff29c080 in _so_accept () from
/usr/lib/libc.so.1

  76 Thread 32373 0xff357d88 in cond_reltimedwait () from
/usr/lib/libthread.so.1

  75 Thread 47111 (LWP 1989) 0xff3691f0 in __sigprocmask () from
/usr/lib/libthread.so.1

  74 Thread 8393 (LWP 481) 0xff29f274 in _lwp_kill () from
/usr/lib/libc.so.1

  73 Thread 1220 (LWP 89) 0xff29e86c in _read () from /usr/lib/libc.so.1

  72 Thread 1219 0xff357d88 in cond_reltimedwait () from
/usr/lib/libthread.so.1

  71 Thread 66 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  70 Thread 33140 0xff357d88 in cond_reltimedwait () from
/usr/lib/libthread.so.1

  69 Thread 33139 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  68 Thread 33138 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  67 Thread 33137 0xff357d88 in cond_reltimedwait () from
/usr/lib/libthread.so.1

  66 Thread 33136 0xff357d88 in cond_reltimedwait () from
/usr/lib/libthread.so.1

  65 Thread 547 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  64 Thread 31 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  63 Thread 26 (LWP 2654) 0xff29d5e8 in _poll () from /usr/lib/libc.so.1

  62 Thread 23 (LWP 2689) 0xff29d5e8 in _poll () from /usr/lib/libc.so.1

  61 Thread 21 (LWP 2529) 0xff29e86c in _read () from /usr/lib/libc.so.1

  60 Thread 20 0xff357d88 in cond_reltimedwait () from
/usr/lib/libthread.so.1

  59 Thread 19 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  58 Thread 18 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  57 Thread 17 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  56 Thread 16 (LWP 8) 0xff29c080 in _so_accept () from /usr/lib/libc.so.1

  55 Thread 15 (LWP 5) 0xff29c080 in _so_accept () from /usr/lib/libc.so.1

  54 Thread 14 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  53 Thread 13 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  52 Thread 12 0xff3581ac in cond_wait () from
/usr/lib/libthread.so.1

  51 Thread 11 0xff3581ac in cond_wait () from
/usr/lib/libthread.so.1

  50 Thread 10 0xff3581ac in cond_wait () from
/usr/lib/libthread.so.1

  49 Thread 9 0xff3581ac in cond_wait () from
/usr/lib/libthread.so.1

  48 Thread 8 (LWP 2630) 0xff29d5e8 in _poll () from /usr/lib/libc.so.1

  47 Thread 7 0xff3581ac in cond_wait () from
/usr/lib/libthread.so.1

  46 Thread 6 0xff3581ac in cond_wait () from
/usr/lib/libthread.so.1

  45 Thread 5 (LWP 6) 0xff3691fc in private___lwp_cond_wait () from
/usr/lib/libthread.so.1

  44 Thread 4 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  43 Thread 3 0xff35d9b8 in _reap_wait () from
/usr/lib/libthread.so.1

  42 Thread 2 (LWP 2) 0xff29edac in _signotifywait () from
/usr/lib/libc.so.1

  41 Thread 1 0xff3581ac in cond_wait () from
/usr/lib/libthread.so.1

  40 LWP 2 0xff29edac in _signotifywait () from
/usr/lib/libc.so.1

  39 LWP 2679 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  38 LWP 4 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  37 LWP 5 0xff29c080 in _so_accept () from /usr/lib/libc.so.1

  36 LWP 6 0xff3691fc in private___lwp_cond_wait () from
/usr/lib/libthread.so.1

* 35 LWP 1989 0xff3691f0 in __sigprocmask () from
/usr/lib/libthread.so.1

  34 LWP 8 0xff29c080 in _so_accept () from /usr/lib/libc.so.1

  33 LWP 2692 0xff3691fc in private___lwp_cond_wait () from
/usr/lib/libthread.so.1

  32 LWP 2705 0xff3691fc in private___lwp_cond_wait () from
/usr/lib/libthread.so.1

  31 LWP 2706 0xff3691fc in private___lwp_cond_wait () from
/usr/lib/libthread.so.1

  30 LWP 2700 0xff3691fc in private___lwp_cond_wait () from
/usr/lib/libthread.so.1

  29 LWP 2654 0xff29d5e8 in _poll () from /usr/lib/libc.so.1

  28 LWP 2647 0xff3691fc in private___lwp_cond_wait () from
/usr/lib/libthread.so.1

  27 LWP 2685 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  26 LWP 2707 0xff3691fc in private___lwp_cond_wait () from
/usr/lib/libthread.so.1

  25 LWP 2613 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  24 LWP 481 0xff29f274 in _lwp_kill () from /usr/lib/libc.so.1

  23 LWP 2690 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  22 LWP 2689 0xff29d5e8 in _poll () from /usr/lib/libc.so.1

  21 LWP 2698 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  20 LWP 2694 0xff3691fc in private___lwp_cond_wait () from
/usr/lib/libthread.so.1

  19 LWP 2682 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  18 LWP 2708 0xff3691fc in private___lwp_cond_wait () from
/usr/lib/libthread.so.1

---Type <return> to continue, or q <return> to quit---

  17 LWP 2709 0xff3691fc in private___lwp_cond_wait () from
/usr/lib/libthread.so.1

  16 LWP 2630 0xff29d5e8 in _poll () from /usr/lib/libc.so.1

  15 LWP 2710 0xff29c950 in door_restart () from
/usr/lib/libc.so.1

  14 LWP 2686 0xff3691fc in private___lwp_cond_wait () from
/usr/lib/libthread.so.1

  13 LWP 2703 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  12 LWP 2704 0xff29c080 in _so_accept () from
/usr/lib/libc.so.1

  11 LWP 2590 0xff3691fc in private___lwp_cond_wait () from
/usr/lib/libthread.so.1

  10 LWP 2661 0xff3691fc in private___lwp_cond_wait () from
/usr/lib/libthread.so.1

  9 LWP 2624 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  8 LWP 2620 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  7 LWP 2625 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  6 LWP 2676 0xff3691fc in private___lwp_cond_wait () from
/usr/lib/libthread.so.1

  5 LWP 89 0xff29e86c in _read () from /usr/lib/libc.so.1

  4 LWP 2678 0xff3691fc in private___lwp_cond_wait () from
/usr/lib/libthread.so.1

  3 LWP 2529 0xff29e86c in _read () from /usr/lib/libc.so.1

  2 Thread 549 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

  1 LWP 2636 0xff29f45c in _lwp_sema_wait () from
/usr/lib/libc.so.1

(gdb) fram 1 e 1000

#1000 0xff37c000 in _GLOBAL_OFFSET_TABLE_ () from /usr/lib/libthread.so.1

(gdb) Quit
_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



This archive was generated by hypermail 2.1.7 : Wed Apr 09 2008 - 23:30:24 EDT