Re: mono process - high number of threads
Rubén de Alba <[email protected]> Mon, 5 Dec 2016 18:23:37 +0100
| Newsgroups | gmane.comp.gnome.mono.general |
|---|---|
| Message-ID | <[email protected]> |
Reviewing the output of the mono stackdump (kill -QUIT) is see several lines that print "Threadpool worker" that are supposed to be the .net/mono threadpool threads. That's OK. The problem is that the number of threads continues growing slowly (it happens with mono-4.3 and mono-4.6) The load during the entire test execution is the same, so I don't understand why the number of process threads continues growing. I run pstack too, but I cannot see what's happening. I attach the output of both commands in different times. BTW, the performance of mono-4.6 is much better but the number of threads used is also higher. Rubén. P.S. I know that I can limit the number of threads with MONO_THREADS_PER_CPU, but I'd like to understand the default behavior. On 11/23/2016 18:10, Chris Swiedler wrote: > Those are the .Net/mono threadpool. It may be that you're leaking threadpool threads somehow, or it may be that there's enough contention that eventually you need that many threads. > > Does the number of threads grow infinitely? > > Try setting MONO_THREADS_PER_CPU=1 in the environment of your process. > > Try running pstack on the process and see what the threads are doing. > > chris > > -----Original Message----- > From: Mono-list [mailto:[email protected]] On Behalf Of Rubén de Alba > Sent: Wednesday, November 23, 2016 7:05 AM > To: [email protected]; [email protected] > Subject: [Mono-list] mono process - high number of threads > > I'm testing a server process running with mono under heavy load. > > The server app handles the max number of threads that are available to handle client requests (32) and I can assure you that no new threads are created from our C# code. > > However, I see that the number of threads used by the mono process doesn't stop growing (from 15 to 241 after 2 hours of execution time) > > I use 'ps -o nlwp <pid>' to monitor the process threads. > > Could you explain me why this is happening? > > Is there any way to see if mono is launching new threads itself and why? > > Rubén. > _______________________________________________ > Mono-list maillist - [email protected] http://lists.dot.net/mailman/listinfo/mono-list > _______________________________________________ Mono-list maillist - [email protected] http://lists.dot.net/mailman/listinfo/mono-list
monostackdump.txt
(text/plain, 205.2 KB) - not displayed
pstack.txt
(text/plain, 57.1 KB)
Thread 103 (Thread 0x7f35423ff700 (LWP 5257)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x00000000005f68cc in thread_func () #2 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #3 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 102 (Thread 0x7f353ff14700 (LWP 5258)): #0 0x00007f35491bd790 in sem_wait () from /lib64/libpthread.so.0 #1 0x0000000000619bb8 in mono_sem_wait () #2 0x000000000059ed42 in finalizer_thread () #3 0x000000000057da1e in start_wrapper () #4 0x0000000000620ee0 in inner_start_thread () #5 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #6 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 101 (Thread 0x7f353f534700 (LWP 5259)): #0 0x00007f3548ed64bd in read () from /lib64/libc.so.6 #1 0x000000004157567b in ?? () #2 0x00007f353f533930 in ?? () #3 0x00007f354266dd00 in ?? () #4 0x00007f354266eff8 in ?? () #5 0x0000000000000030 in ?? () #6 0x00007f354266dd00 in ?? () #7 0x00007f3530000e10 in ?? () #8 0x00007f353f533990 in ?? () #9 0x00007f353f533990 in ?? () #10 0x00007f353f5338a0 in ?? () #11 0x000000004157539f in ?? () #12 0x4036000000000000 in ?? () #13 0x6500656b6f766e49 in ?? () #14 0x0000000000000000 in ?? () Thread 100 (Thread 0x7f353f333700 (LWP 5260)): #0 0x00007f35491bba82 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x00000000005fc19c in _wapi_handle_timedwait_signal_handle () #2 0x000000000060cccb in wapi_WaitForSingleObjectEx () #3 0x000000000057ec62 in mono_wait_uninterrupted.clone.1 () #4 0x000000000057eef5 in ves_icall_System_Threading_WaitHandle_WaitOne_internal () #5 0x0000000041577186 in ?? () #6 0x0000000000000038 in ?? () #7 0x00000000011a49f0 in ?? () #8 0x000000000002bf1f in ?? () #9 0x00007f3542670050 in ?? () #10 0x000000000002bf1f in ?? () #11 0x00007f3534000e10 in ?? () #12 0x00007f3542670050 in ?? () #13 0x00007f353f332800 in ?? () #14 0x00007f353f332770 in ?? () #15 0x00007f3540262fba in System_Threading_WaitHandle_WaitOne_int_bool (this=..., millisecondsTimeout=0, exitContext=false) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/mcs/class/corlib/System.Threading/WaitHandle.cs:375 #16 0x00007f354026304c in System_Threading_WaitHandle_WaitOne_int (this=..., millisecondsTimeout=179999) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/mcs/class/corlib/System.Threading/WaitHandle.cs:388 #17 0x00007f3540262360 in System_Threading_Timer_Scheduler_SchedulerThread (this=...) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/mcs/class/corlib/System.Threading/Timer.cs:395 #18 0x00007f35400b7b8b in System_Threading_ThreadHelper_ThreadStart_Context_object (state=0x7f354266e750) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/threading/thread.cs:68 #19 0x00007f35400b6497 in System_Threading_ExecutionContext_RunInternal_System_Threading_ExecutionContext_System_Threading_ContextCallback_object_bool (executionContext=..., callback=..., state=0x7f354266e750, preserveSyncCtx=false) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/threading/executioncontext.cs:581 #20 0x00007f35400b62c1 in System_Threading_ExecutionContext_Run_System_Threading_ExecutionContext_System_Threading_ContextCallback_object_bool (executionContext=..., callback=..., state=0x7f354266e750, preserveSyncCtx=false) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/threading/executioncontext.cs:530 #21 0x00007f35400b624a in System_Threading_ExecutionContext_Run_System_Threading_ExecutionContext_System_Threading_ContextCallback_object (executionContext=..., callback=..., state=0x7f354266e750) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/threading/executioncontext.cs:519 #22 0x00007f35400b7cdf in System_Threading_ThreadHelper_ThreadStart (this=...) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/threading/thread.cs:105 #23 0x00000000414b5177 in ?? () #24 0x0000000000000000 in ?? () Thread 99 (Thread 0x7f353ef32700 (LWP 5261)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle () #2 0x000000000060cccb in wapi_WaitForSingleObjectEx () #3 0x000000000059fa68 in mono_monitor_try_enter_inflated () #4 0x000000000059fdc0 in mono_monitor_enter () #5 0x00000000414c09eb in ?? () #6 0x00007f3530001910 in ?? () #7 0x0000000000000000 in ?? () Thread 98 (Thread 0x7f353ed31700 (LWP 5262)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle () #2 0x000000000060cccb in wapi_WaitForSingleObjectEx () #3 0x000000000057ec62 in mono_wait_uninterrupted.clone.1 () #4 0x000000000057eef5 in ves_icall_System_Threading_WaitHandle_WaitOne_internal () #5 0x0000000041577186 in ?? () #6 0x00007f3530001910 in ?? () #7 0x00007f35427da728 in ?? () #8 0x00007f35427da5c8 in ?? () #9 0x00007f35427da5c8 in ?? () #10 0x00007f35427da690 in ?? () #11 0x00007f352c000e10 in ?? () #12 0x00007f35427da5c8 in ?? () #13 0x00007f353ed308e0 in ?? () #14 0x00007f353ed30860 in ?? () #15 0x00007f3540262efd in System_Threading_WaitHandle_WaitOne (this=...) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/mcs/class/corlib/System.Threading/WaitHandle.cs:353 #16 0x000000004159f4d4 in ?? () #17 0x0000ffffffffffff in ?? () #18 0x6500656b6f766e49 in ?? () #19 0x0000000000000000 in ?? () Thread 97 (Thread 0x7f353e6a4700 (LWP 5263)): #0 0x00007f3548eda69d in poll () from /lib64/libc.so.6 #1 0x0000000000582e20 in poll_event_wait () #2 0x00000000005836eb in selector_thread () #3 0x000000000057da1e in start_wrapper () #4 0x0000000000620ee0 in inner_start_thread () #5 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #6 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 96 (Thread 0x7f353e622700 (LWP 5265)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 95 (Thread 0x7f353e41d700 (LWP 5266)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 94 (Thread 0x7f34d19ff700 (LWP 11290)): #0 0x00007f35491be623 in recvfrom () from /lib64/libpthread.so.0 #1 0x0000000000609f96 in _wapi_recvfrom () #2 0x000000000056f830 in ves_icall_System_Net_Sockets_Socket_Receive_internal () #3 0x00000000415c9c3d in ?? () #4 0x00007f353c4e9350 in ?? () #5 0x00007f34d19fe690 in ?? () #6 0x00007f35426abe50 in ?? () #7 0x0000000000000000 in ?? () Thread 93 (Thread 0x7f34bb15b700 (LWP 13315)): #0 0x00007f35491be4ad in accept () from /lib64/libpthread.so.0 #1 0x0000000000608c16 in _wapi_accept () #2 0x000000000056fba3 in ves_icall_System_Net_Sockets_Socket_Accept_internal () #3 0x000000004162f7fd in ?? () #4 0x00007f3530001910 in ?? () #5 0x00007f35424503e8 in ?? () #6 0x00007f3542450288 in ?? () #7 0x00007f3542450288 in ?? () #8 0x00007f34b9f0b2e0 in ?? () #9 0x00007f34b4000e10 in ?? () #10 0x00007f34bb15a630 in ?? () #11 0x00007f34bb15a760 in ?? () #12 0x00007f34bb15a6c0 in ?? () #13 0x000000004162f6fe in ?? () #14 0x00007f33031efee8 in ?? () #15 0x00007f354249f7c8 in ?? () #16 0x0000000000000001 in ?? () #17 0x00007f34bb15a780 in ?? () #18 0x00007f34a24d0a40 in ?? () #19 0x0000000041669805 in ?? () #20 0x00007f354249f790 in ?? () #21 0x00007f34bb170a30 in ?? () #22 0x00007f33031efee8 in ?? () #23 0x000000004166979d in ?? () #24 0x00007f34bb15a860 in ?? () #25 0x000000004162f54b in ?? () #26 0x00007f3542450288 in ?? () #27 0x00007f34a24d0a18 in ?? () #28 0x0000000000000000 in ?? () Thread 92 (Thread 0x7f34baf5a700 (LWP 13316)): #0 0x00007f35491be4ad in accept () from /lib64/libpthread.so.0 #1 0x0000000000608c16 in _wapi_accept () #2 0x000000000056fba3 in ves_icall_System_Net_Sockets_Socket_Accept_internal () #3 0x000000004162f7fd in ?? () #4 0x00007f3530001910 in ?? () #5 0x00007f3542605f08 in ?? () #6 0x00007f3542605da8 in ?? () #7 0x00007f3542605da8 in ?? () #8 0x00007f3542605a20 in ?? () #9 0x00007f34ac000e10 in ?? () #10 0x00007f34baf59630 in ?? () #11 0x00007f34baf59760 in ?? () #12 0x00007f34baf596c0 in ?? () #13 0x000000004162f6fe in ?? () #14 0x00007f3542605e18 in ?? () #15 0x00007f35400b9e14 in System_Threading_Thread_EndCriticalRegion () at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/mcs/class/corlib/System.Threading/Thread.cs:658 #16 0x00007f34baf59780 in ?? () #17 0x00007f3542605b30 in ?? () #18 0x00007f34baf59990 in ?? () #19 0x00007f3542605f08 in ?? () #20 0x00007f3542605da8 in ?? () #21 0x00007f3542605da8 in ?? () #22 0x00007f3542605e70 in ?? () #23 0x00007f34baf59860 in ?? () #24 0x000000004162f54b in ?? () #25 0x00007f3542605da8 in ?? () #26 0x00007f35426059d8 in ?? () #27 0x00007f3500000000 in ?? () #28 0x00007f353ea264a8 in ?? () #29 0x00007f35426068f8 in ?? () #30 0x00007f353ff499e9 in System_Collections_Hashtable_set_Item_object_object (this=..., key=0x7f3549bcf150, value=0x7f3549be0130) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/collections/hashtable.cs:716 #31 0x0000000041577385 in ?? () #32 0x00007f35426068f8 in ?? () #33 0x000000004162f4ab in ?? () #34 0x00007f3542454020 in ?? () #35 0x000000004162f081 in ?? () #36 0x00007f353ea00840 in ?? () #37 0x00007f3549bcf150 in ?? () #38 0x00007f3549be0130 in ?? () #39 0x000000004162ef97 in ?? () #40 0x00007f3549bcf150 in ?? () #41 0x00007f3549be0130 in ?? () #42 0x00007f3542605f08 in ?? () #43 0x000000004162ef5a in ?? () #44 0x00007f3549bcf150 in ?? () #45 0x00007f3549be0130 in ?? () #46 0x0000000000000000 in ?? () Thread 91 (Thread 0x7f34bad59700 (LWP 13317)): #0 0x00007f35491be623 in recvfrom () from /lib64/libpthread.so.0 #1 0x0000000000609f96 in _wapi_recvfrom () #2 0x000000000056f63d in ves_icall_System_Net_Sockets_Socket_ReceiveFrom_internal () #3 0x000000004164067f in ?? () #4 0x00007f34bad58868 in ?? () #5 0xe4061bb5d501f16e in ?? () #6 0x00007f34bad587f0 in ?? () #7 0x0000000000000000 in ?? () Thread 90 (Thread 0x7f34b9aa7700 (LWP 13470)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle () #2 0x000000000060cccb in wapi_WaitForSingleObjectEx () #3 0x000000000059fa68 in mono_monitor_try_enter_inflated () #4 0x000000000059fdc0 in mono_monitor_enter () #5 0x00000000414c09eb in ?? () #6 0x00007f32fe85b2b8 in ?? () #7 0x0000000000000000 in ?? () Thread 89 (Thread 0x7f34b98a6700 (LWP 13471)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle () #2 0x000000000060cccb in wapi_WaitForSingleObjectEx () #3 0x000000000059fc6e in ves_icall_System_Threading_Monitor_Monitor_wait () #4 0x00007f354025c95e in System_Threading_Monitor_Wait_object_int (obj=0x7f35424c2730, millisecondsTimeout=-1) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/mcs/class/corlib/System.Threading/Monitor.cs:148 #5 0x00007f354025c8e7 in System_Threading_Monitor_Wait_object (obj=0x7f35424c2730) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/mcs/class/corlib/System.Threading/Monitor.cs:134 #6 0x0000000041679da4 in ?? () #7 0x00007f35424c2780 in ?? () #8 0x00007f35424c2848 in ?? () #9 0x00007f35400b7b8b in System_Threading_ThreadHelper_ThreadStart_Context_object (state=0x7f35424c2848) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/threading/thread.cs:68 #10 0x3445147a7dd82937 in ?? () #11 0x00007f35424c2730 in ?? () #12 0xe08ad5fa00000000 in ?? () #13 0x00007f35424c2730 in ?? () #14 0x00007f35424c2730 in ?? () #15 0x0000000000000000 in ?? () Thread 88 (Thread 0x7f34b92ff700 (LWP 14189)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 87 (Thread 0x7f3510077700 (LWP 14240)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 86 (Thread 0x7f350fcdf700 (LWP 14259)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle () #2 0x000000000060cccb in wapi_WaitForSingleObjectEx () #3 0x000000000059fa68 in mono_monitor_try_enter_inflated () #4 0x000000000059fdc0 in mono_monitor_enter () #5 0x00000000414c09eb in ?? () #6 0x00007f34c0f8da50 in ?? () #7 0x0000000000000000 in ?? () Thread 85 (Thread 0x7f350f7bb700 (LWP 14260)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle () #2 0x000000000060cccb in wapi_WaitForSingleObjectEx () #3 0x000000000059fa68 in mono_monitor_try_enter_inflated () #4 0x000000000059fdc0 in mono_monitor_enter () #5 0x00000000414c09eb in ?? () #6 0x00007f34c0f8da50 in ?? () #7 0x0000000000000000 in ?? () Thread 84 (Thread 0x7f350c47f700 (LWP 14261)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle () #2 0x000000000060cccb in wapi_WaitForSingleObjectEx () #3 0x000000000059fa68 in mono_monitor_try_enter_inflated () #4 0x00000000005a0192 in ves_icall_System_Threading_Monitor_Monitor_try_enter_with_atomic_var () #5 0x00007f354025dc5f in System_Threading_ReaderWriterLock_AcquireReaderLock_int_int (this=..., millisecondsTimeout=-1, initialLockCount=1) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/mcs/class/corlib/System.Threading/ReaderWriterLock.cs:92 #6 0x00007f354025dbf7 in System_Threading_ReaderWriterLock_AcquireReaderLock_int (this=..., millisecondsTimeout=-1) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/mcs/class/corlib/System.Threading/ReaderWriterLock.cs:87 #7 0x00000000415f9d71 in ?? () #8 0x00007f350c47d7b0 in ?? () #9 0x00007f3390f89c38 in ?? () #10 0x0000000000000000 in ?? () Thread 83 (Thread 0x7f350c013700 (LWP 14262)): #0 0x00007f35491babbb in pthread_mutex_unlock () from /lib64/libpthread.so.0 #1 0x00000000005de94b in sgen_gc_unlock () #2 0x00000000005c6951 in mono_gc_alloc_vector () #3 0x000000004149215a in ?? () #4 0x00007f35427418e8 in ?? () #5 0x00007f350c0136d8 in ?? () #6 0x0000000000000058 in ?? () #7 0x0000000000e5eb28 in ?? () #8 0x0000000000000035 in ?? () #9 0x00007f350c0120f8 in ?? () #10 0x0000000000000000 in ?? () Thread 82 (Thread 0x7f350baf3700 (LWP 14263)): #0 0x00007f35491bdf4d in __lll_lock_wait () from /lib64/libpthread.so.0 #1 0x00007f35491b9d02 in _L_lock_791 () from /lib64/libpthread.so.0 #2 0x00007f35491b9c08 in pthread_mutex_lock () from /lib64/libpthread.so.0 #3 0x00000000005d6c79 in sgen_alloc_obj () #4 0x00000000005c7d09 in mono_gc_alloc_obj () #5 0x0000000041491783 in ?? () #6 0x00007f35425a7908 in ?? () #7 0x00007f350baf36d8 in ?? () #8 0x00007f331dab2050 in ?? () #9 0x0000000000d71b48 in ?? () #10 0x00007f35425a7920 in ?? () #11 0x00007f350baf20f8 in ?? () #12 0x00007f34e3f30450 in ?? () #13 0x00007f350baf17b0 in ?? () #14 0x00007f350baf1680 in ?? () #15 0x0000000041490162 in ?? () #16 0x00007f331a3da9f8 in ?? () #17 0x0000000000000000 in ?? () Thread 81 (Thread 0x7f35083ff700 (LWP 14264)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 80 (Thread 0x7f34fc50b700 (LWP 14265)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 79 (Thread 0x7f350c9ab700 (LWP 14266)): #0 0x00007f35491bdfea in __lll_unlock_wake () from /lib64/libpthread.so.0 #1 0x00007f35491bac53 in _L_unlock_697 () from /lib64/libpthread.so.0 #2 0x00007f35491babde in pthread_mutex_unlock () from /lib64/libpthread.so.0 #3 0x00000000005de94b in sgen_gc_unlock () #4 0x00000000005c6701 in mono_gc_alloc_string () #5 0x000000004149159b in ?? () #6 0x00007f3549be0130 in ?? () #7 0x0000000000000001 in ?? () #8 0x00007f337bae8f50 in ?? () #9 0x0000000000000000 in ?? () Thread 78 (Thread 0x7f350b503700 (LWP 14267)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle () #2 0x000000000060cccb in wapi_WaitForSingleObjectEx () #3 0x000000000059fa68 in mono_monitor_try_enter_inflated () #4 0x000000000059fdc0 in mono_monitor_enter () #5 0x00000000414c09eb in ?? () #6 0x00007f3393f96548 in ?? () #7 0x0000000000000000 in ?? () Thread 77 (Thread 0x7f34917db700 (LWP 14268)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle () #2 0x000000000060cccb in wapi_WaitForSingleObjectEx () #3 0x000000000059fa68 in mono_monitor_try_enter_inflated () #4 0x000000000059fdc0 in mono_monitor_enter () #5 0x00000000414c09eb in ?? () #6 0x000000000141b078 in ?? () #7 0x0000000000000000 in ?? () Thread 76 (Thread 0x7f348622f700 (LWP 14269)): #0 0x00007f35491bdf4d in __lll_lock_wait () from /lib64/libpthread.so.0 #1 0x00007f35491b9d02 in _L_lock_791 () from /lib64/libpthread.so.0 #2 0x00007f35491b9c08 in pthread_mutex_lock () from /lib64/libpthread.so.0 #3 0x00000000005d6c79 in sgen_alloc_obj () #4 0x00000000005c7d09 in mono_gc_alloc_obj () #5 0x0000000041491783 in ?? () #6 0x00007f35425bcba8 in ?? () #7 0x00007f348622f6d8 in ?? () #8 0x0000000000003726 in ?? () #9 0x0000000000eb6568 in ?? () #10 0x00007f35425bcbc0 in ?? () #11 0x00007f3444000e10 in ?? () #12 0x00007f33e4019810 in ?? () #13 0x00007f348622dfc0 in ?? () #14 0x00007f348622de50 in ?? () #15 0x0000000041490162 in ?? () #16 0x00007f33e4019810 in ?? () #17 0x00007f3345e1e030 in ?? () #18 0x00007f33017fb7e0 in ?? () #19 0x000000000000371b in ?? () #20 0x0000000000000018 in ?? () #21 0x00000000416feaaf in ?? () #22 0x00007f33d7093e20 in ?? () #23 0x00007f3345e1e030 in ?? () #24 0x00007f3345e1e030 in ?? () #25 0x00000000416fea55 in ?? () #26 0x00007f3316f38430 in ?? () #27 0x000000000000371b in ?? () #28 0x00007f3345e1e030 in ?? () #29 0x00000000416fe5fd in ?? () #30 0x00007f3330710c30 in ?? () #31 0x00007f3549b8fd00 in ?? () #32 0x00007f3316f38430 in ?? () #33 0x00000000417050e4 in ?? () #34 0x00007f33e4019810 in ?? () #35 0x00007f348622e0c0 in ?? () #36 0x00007f3330710c30 in ?? () #37 0x00007f33d7093e20 in ?? () #38 0x00007f3330710c30 in ?? () #39 0x0000000000000004 in ?? () #40 0x0000000000000001 in ?? () #41 0x00007f33d7093e20 in ?? () #42 0x00007f3330710c30 in ?? () #43 0x0000000000000000 in ?? () Thread 75 (Thread 0x7f3485a2d700 (LWP 14270)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle () #2 0x000000000060cccb in wapi_WaitForSingleObjectEx () #3 0x000000000059fa68 in mono_monitor_try_enter_inflated () #4 0x000000000059fdc0 in mono_monitor_enter () #5 0x00000000414c09eb in ?? () #6 0x0000000000000000 in ?? () Thread 74 (Thread 0x7f348562b700 (LWP 14271)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle () #2 0x000000000060cccb in wapi_WaitForSingleObjectEx () #3 0x000000000059fa68 in mono_monitor_try_enter_inflated () #4 0x000000000059fdc0 in mono_monitor_enter () #5 0x00000000414c09eb in ?? () #6 0x00007f34c0f8d970 in ?? () #7 0x0000000000000000 in ?? () Thread 73 (Thread 0x7f3508c9b700 (LWP 14274)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle () #2 0x000000000060cccb in wapi_WaitForSingleObjectEx () #3 0x000000000059fa68 in mono_monitor_try_enter_inflated () #4 0x000000000059fdc0 in mono_monitor_enter () #5 0x00000000414c09eb in ?? () #6 0x0000000000000000 in ?? () Thread 72 (Thread 0x7f35075a3700 (LWP 14275)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 71 (Thread 0x7f35035df700 (LWP 14276)): #0 0x00007f35491bdf4d in __lll_lock_wait () from /lib64/libpthread.so.0 #1 0x00007f35491b9d02 in _L_lock_791 () from /lib64/libpthread.so.0 #2 0x00007f35491b9c08 in pthread_mutex_lock () from /lib64/libpthread.so.0 #3 0x00000000005c66e3 in mono_gc_alloc_string () #4 0x000000004149159b in ?? () #5 0x00007f353c193970 in ?? () #6 0x00007f33dfd244b0 in ?? () #7 0x00007f353c193970 in ?? () #8 0x0000000000000011 in ?? () #9 0x0000000000000002 in ?? () #10 0x00007f35035de0f8 in ?? () #11 0x00007f353c193970 in ?? () #12 0x0000000000000011 in ?? () #13 0x00007f35035dd2c0 in ?? () #14 0x00007f3540061eca in string_InternalSubString_int_int (this=0x7f353c193970, startIndex=17, length=2) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/string.cs:1294 #15 0x00007f3540061dcc in string_Substring_int_int (this=0x7f353c193970, startIndex=56489640, length=2) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/string.cs:1286 #16 0x00007f3540061d3f in string_Substring_int (this=0x7f353c193970, startIndex=17) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/string.cs:1252 #17 0x00007f35400615b7 in string_InternalSplitKeepEmptyEntries_int___int___int_int (this=0x7f353c193970, sepList=0x7f33dfd244b0, lengthList=0x0, numReplaces=5, count=2147483646) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/string.cs:1107 #18 0x00007f3540061172 in string_SplitInternal_char___int_System_StringSplitOptions (this=0x7f353c193970, separator=0x5, count=2147483647, options=None) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/string.cs:1029 #19 0x00007f3540060fe9 in string_Split_char__ (this=0x7f353c193970, separator=0x7f3312f99b98) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/string.cs:962 #20 0x000000004169109c in ?? () #21 0x0000000000000013 in ?? () #22 0x00007f332eb0ad50 in ?? () #23 0x0000000000000000 in ?? () Thread 70 (Thread 0x7f3507063700 (LWP 14277)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 69 (Thread 0x7f3502d53700 (LWP 14278)): #0 0x00007f35491bdf4d in __lll_lock_wait () from /lib64/libpthread.so.0 #1 0x00007f35491b9d02 in _L_lock_791 () from /lib64/libpthread.so.0 #2 0x00007f35491b9c08 in pthread_mutex_lock () from /lib64/libpthread.so.0 #3 0x00000000005d6c79 in sgen_alloc_obj () #4 0x00000000005c7d09 in mono_gc_alloc_obj () #5 0x0000000041491783 in ?? () #6 0x00007f35425a8908 in ?? () #7 0x00007f3502d536d8 in ?? () #8 0x00007f333fe8e9b0 in ?? () #9 0x0000000000eb6568 in ?? () #10 0x00007f35425a8920 in ?? () #11 0x00007f3502d520f8 in ?? () #12 0x0000000000000011 in ?? () #13 0x0000000000000000 in ?? () Thread 68 (Thread 0x7f35027d3700 (LWP 14279)): #0 0x00007f35491bdf4d in __lll_lock_wait () from /lib64/libpthread.so.0 #1 0x00007f35491b9d02 in _L_lock_791 () from /lib64/libpthread.so.0 #2 0x00007f35491b9c08 in pthread_mutex_lock () from /lib64/libpthread.so.0 #3 0x00000000005c6933 in mono_gc_alloc_vector () #4 0x000000004149215a in ?? () #5 0x0000000000000000 in ?? () Thread 67 (Thread 0x7f3501d7f700 (LWP 14280)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle () #2 0x000000000060cccb in wapi_WaitForSingleObjectEx () #3 0x000000000059fa68 in mono_monitor_try_enter_inflated () #4 0x000000000059fdc0 in mono_monitor_enter () #5 0x00000000414c09eb in ?? () #6 0x00007f3374ac4658 in ?? () #7 0x0000000000000000 in ?? () Thread 66 (Thread 0x7f34fbbbb700 (LWP 14281)): #0 0x00007f35491bdf4d in __lll_lock_wait () from /lib64/libpthread.so.0 #1 0x00007f35491b9d02 in _L_lock_791 () from /lib64/libpthread.so.0 #2 0x00007f35491b9c08 in pthread_mutex_lock () from /lib64/libpthread.so.0 #3 0x00000000005c6933 in mono_gc_alloc_vector () #4 0x000000004149215a in ?? () #5 0x00007f35424be480 in ?? () #6 0x00007f34fbbbb6d8 in ?? () #7 0x0000000000000030 in ?? () #8 0x0000000000e5eb28 in ?? () #9 0x000000000000000a in ?? () #10 0x00007f34fbbba0f8 in ?? () #11 0x00007f34fbbb9920 in ?? () #12 0x00007f34fbbb9530 in ?? () #13 0x00007f34fbbb9490 in ?? () #14 0x0000000041490488 in ?? () #15 0x00007f35424be4b0 in ?? () #16 0x00007f34fbbb9568 in ?? () #17 0x0000000012002c0e in ?? () #18 0x0000000041491783 in ?? () #19 0x00007f35424be480 in ?? () #20 0x00007f337f29e2f0 in ?? () #21 0x0000000000000000 in ?? () Thread 65 (Thread 0x7f34fb69f700 (LWP 14282)): #0 0x00007f35491bdf4d in __lll_lock_wait () from /lib64/libpthread.so.0 #1 0x00007f35491b9d02 in _L_lock_791 () from /lib64/libpthread.so.0 #2 0x00007f35491b9c08 in pthread_mutex_lock () from /lib64/libpthread.so.0 #3 0x00000000005d6c79 in sgen_alloc_obj () #4 0x00000000005c7d09 in mono_gc_alloc_obj () #5 0x0000000041491783 in ?? () #6 0x0000000000000000 in ?? () Thread 64 (Thread 0x7f350cd83700 (LWP 14290)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle () #2 0x000000000060cccb in wapi_WaitForSingleObjectEx () #3 0x000000000059fa68 in mono_monitor_try_enter_inflated () #4 0x000000000059fdc0 in mono_monitor_enter () #5 0x00000000414c09eb in ?? () #6 0x00007f34c0f8da50 in ?? () #7 0x0000000000000000 in ?? () Thread 63 (Thread 0x7f34fad77700 (LWP 14291)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle () #2 0x000000000060cccb in wapi_WaitForSingleObjectEx () #3 0x000000000059fa68 in mono_monitor_try_enter_inflated () #4 0x000000000059fdc0 in mono_monitor_enter () #5 0x00000000414c09eb in ?? () #6 0x00007f3316aa8860 in ?? () #7 0x0000000000000000 in ?? () Thread 62 (Thread 0x7f34f2fd7700 (LWP 14292)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle () #2 0x000000000060cccb in wapi_WaitForSingleObjectEx () #3 0x000000000059fa68 in mono_monitor_try_enter_inflated () #4 0x000000000059fdc0 in mono_monitor_enter () #5 0x00000000414c09eb in ?? () #6 0x00007f34c0f8da50 in ?? () #7 0x0000000000000000 in ?? () Thread 61 (Thread 0x7f34f2b93700 (LWP 14293)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle () #2 0x000000000060cccb in wapi_WaitForSingleObjectEx () #3 0x000000000059fa68 in mono_monitor_try_enter_inflated () #4 0x000000000059fdc0 in mono_monitor_enter () #5 0x00000000414c09eb in ?? () #6 0x0000000000000000 in ?? () Thread 60 (Thread 0x7f34f1dcb700 (LWP 14294)): #0 0x00007f35491bdf4d in __lll_lock_wait () from /lib64/libpthread.so.0 #1 0x00007f35491b9d02 in _L_lock_791 () from /lib64/libpthread.so.0 #2 0x00007f35491b9c08 in pthread_mutex_lock () from /lib64/libpthread.so.0 #3 0x00000000005d6c79 in sgen_alloc_obj () #4 0x00000000005c7d09 in mono_gc_alloc_obj () #5 0x0000000041491783 in ?? () #6 0x0000000000000000 in ?? () Thread 59 (Thread 0x7f34f1897700 (LWP 14295)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle () #2 0x000000000060cccb in wapi_WaitForSingleObjectEx () #3 0x000000000059fa68 in mono_monitor_try_enter_inflated () #4 0x000000000059fdc0 in mono_monitor_enter () #5 0x00000000414c09eb in ?? () #6 0x00007f3386c8f268 in ?? () #7 0x0000000000000000 in ?? () Thread 58 (Thread 0x7f34f13d7700 (LWP 14296)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle () #2 0x000000000060cccb in wapi_WaitForSingleObjectEx () #3 0x000000000059fa68 in mono_monitor_try_enter_inflated () #4 0x000000000059fdc0 in mono_monitor_enter () #5 0x00000000414c09eb in ?? () #6 0x00007f34c0f8da50 in ?? () #7 0x0000000000000000 in ?? () Thread 57 (Thread 0x7f34f0087700 (LWP 14297)): #0 0x00007f35491bdfea in __lll_unlock_wake () from /lib64/libpthread.so.0 #1 0x00007f35491bac53 in _L_unlock_697 () from /lib64/libpthread.so.0 #2 0x00007f35491babde in pthread_mutex_unlock () from /lib64/libpthread.so.0 #3 0x00000000005de94b in sgen_gc_unlock () #4 0x00000000005c6701 in mono_gc_alloc_string () #5 0x000000004149159b in ?? () #6 0x00007f353c191ef0 in ?? () #7 0x00007f3374a8bb30 in ?? () #8 0x00007f353c191ef0 in ?? () #9 0x000000000000000e in ?? () #10 0x0000000000000002 in ?? () #11 0x00007f34f00860f8 in ?? () #12 0x00007f333fe8d184 in ?? () #13 0x000000000000000e in ?? () #14 0x00007f34f00852e0 in ?? () #15 0x00007f3540061eca in string_InternalSubString_int_int (this=0x7f353c191ef0, startIndex=14, length=2) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/string.cs:1294 #16 0x00007f3540061dcc in string_Substring_int_int (this=0x7f353c191ef0, startIndex=-267880792, length=2) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/string.cs:1286 #17 0x00007f3540061522 in string_InternalSplitKeepEmptyEntries_int___int___int_int (this=0x7f353c191ef0, sepList=0x7f3374a8bb30, lengthList=0x0, numReplaces=5, count=2147483646) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/string.cs:1101 #18 0x00007f3540061172 in string_SplitInternal_char___int_System_StringSplitOptions (this=0x7f353c191ef0, separator=0x5, count=2147483647, options=None) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/string.cs:1029 #19 0x00007f3540060fe9 in string_Split_char__ (this=0x7f353c191ef0, separator=0x7f3312f98a40) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/string.cs:962 #20 0x000000004169109c in ?? () #21 0x0000000000000013 in ?? () #22 0x00007f332eb09950 in ?? () #23 0x0000000000000000 in ?? () Thread 56 (Thread 0x7f34eafe7700 (LWP 14298)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle () #2 0x000000000060cccb in wapi_WaitForSingleObjectEx () #3 0x000000000059fa68 in mono_monitor_try_enter_inflated () #4 0x000000000059fdc0 in mono_monitor_enter () #5 0x00000000414c09eb in ?? () #6 0x0000000000000000 in ?? () Thread 55 (Thread 0x7f34e9beb700 (LWP 14299)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle () #2 0x000000000060cccb in wapi_WaitForSingleObjectEx () #3 0x000000000059fa68 in mono_monitor_try_enter_inflated () #4 0x000000000059fdc0 in mono_monitor_enter () #5 0x00000000414c09eb in ?? () #6 0x00007f33333512b0 in ?? () #7 0x0000000000000000 in ?? () Thread 54 (Thread 0x7f34e73ef700 (LWP 14300)): #0 0x00007f35491bdf4d in __lll_lock_wait () from /lib64/libpthread.so.0 #1 0x00007f35491b9d02 in _L_lock_791 () from /lib64/libpthread.so.0 #2 0x00007f35491b9c08 in pthread_mutex_lock () from /lib64/libpthread.so.0 #3 0x00000000005d6c79 in sgen_alloc_obj () #4 0x00000000005c7d09 in mono_gc_alloc_obj () #5 0x0000000041491783 in ?? () #6 0x00007f35427baeb0 in ?? () #7 0x00007f34e73ef6d8 in ?? () #8 0x00007f332c523fb0 in ?? () #9 0x0000000000f2dc08 in ?? () #10 0x00007f35427baed8 in ?? () #11 0x00007f34e73ee0f8 in ?? () #12 0x0000000000000000 in ?? () Thread 53 (Thread 0x7f34e6f17700 (LWP 14301)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle () #2 0x000000000060cccb in wapi_WaitForSingleObjectEx () #3 0x000000000059fa68 in mono_monitor_try_enter_inflated () #4 0x00000000005a0192 in ves_icall_System_Threading_Monitor_Monitor_try_enter_with_atomic_var () #5 0x00007f354025dc5f in System_Threading_ReaderWriterLock_AcquireReaderLock_int_int (this=..., millisecondsTimeout=-1, initialLockCount=1) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/mcs/class/corlib/System.Threading/ReaderWriterLock.cs:92 #6 0x00007f354025dbf7 in System_Threading_ReaderWriterLock_AcquireReaderLock_int (this=..., millisecondsTimeout=-1) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/mcs/class/corlib/System.Threading/ReaderWriterLock.cs:87 #7 0x000000004161591d in ?? () #8 0x00007f34e6f158c0 in ?? () #9 0x0000000000000005 in ?? () #10 0x0000000000000003 in ?? () #11 0x000000004168fe80 in ?? () #12 0x00007f34e6f159c0 in ?? () #13 0x00007f335843e430 in ?? () #14 0x00007f353e9fc600 in ?? () #15 0x00007f353e9fc600 in ?? () #16 0x00007f34e6f159c0 in ?? () #17 0x0000000041619840 in ?? () #18 0x00007f335843e4b0 in ?? () #19 0x00007f353e9fc600 in ?? () #20 0x00007f330babb830 in ?? () #21 0x00007f335843e430 in ?? () #22 0x0000000000000005 in ?? () #23 0x00007f34e6f15950 in ?? () #24 0x0000000000000000 in ?? () Thread 52 (Thread 0x7f34c6e8a700 (LWP 14302)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x00000000005fc2c0 in _wapi_handle_timedwait_signal_handle () #2 0x000000000060cccb in wapi_WaitForSingleObjectEx () #3 0x000000000059fa68 in mono_monitor_try_enter_inflated () #4 0x000000000059fdc0 in mono_monitor_enter () #5 0x00000000414c09eb in ?? () #6 0x00007f332496dd28 in ?? () #7 0x0000000000000000 in ?? () Thread 51 (Thread 0x7f347606f700 (LWP 14368)): #0 0x00007f35491bba82 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x0000000000617704 in mono_cond_timedwait_ms () #2 0x000000000060dfb0 in wapi_SleepEx () #3 0x000000000057eb69 in ves_icall_System_Threading_Thread_Sleep_internal () #4 0x00000000416cb68b in ?? () #5 0x00007f3530001910 in ?? () #6 0x00007f3514366ba0 in ?? () #7 0x00007f34e0906630 in ?? () #8 0x00007f3514366e78 in ?? () #9 0x00007f3514366e78 in ?? () #10 0x00007f33e8000e10 in ?? () #11 0x00007f34d9eddd80 in ?? () #12 0x00007f347606e990 in ?? () #13 0x00007f347606e870 in ?? () #14 0x00007f35400b8587 in System_Threading_Thread_Sleep_int (millisecondsTimeout=3000) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/threading/thread.cs:715 #15 0x00000000416cb352 in ?? () #16 0x00007f35400b7b8b in System_Threading_ThreadHelper_ThreadStart_Context_object (state=0xbb8) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/threading/thread.cs:68 #17 0x0000000000fcbbb0 in ?? () #18 0x0000000000000000 in ?? () Thread 50 (Thread 0x7f3476a76700 (LWP 14418)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 49 (Thread 0x7f3477acf700 (LWP 14426)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 48 (Thread 0x7f34778ce700 (LWP 14427)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 47 (Thread 0x7f3477427700 (LWP 14428)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 46 (Thread 0x7f3476e77700 (LWP 14429)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 45 (Thread 0x7f3476875700 (LWP 14430)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 44 (Thread 0x7f33e37bf700 (LWP 14495)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 43 (Thread 0x7f33e2901700 (LWP 14496)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 42 (Thread 0x7f33e19f7700 (LWP 14497)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 41 (Thread 0x7f33e0ccf700 (LWP 14499)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 40 (Thread 0x7f33d2997700 (LWP 14500)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 39 (Thread 0x7f33d1f35700 (LWP 14501)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 38 (Thread 0x7f33d1b3b700 (LWP 14502)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 37 (Thread 0x7f33a99b3700 (LWP 14503)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 36 (Thread 0x7f33a97b2700 (LWP 14504)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 35 (Thread 0x7f33a6158700 (LWP 14505)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 34 (Thread 0x7f33a59bb700 (LWP 14506)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 33 (Thread 0x7f33a4b6f700 (LWP 14507)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 32 (Thread 0x7f33a4290700 (LWP 14508)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 31 (Thread 0x7f339a81e700 (LWP 14509)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 30 (Thread 0x7f3399da0700 (LWP 14510)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 29 (Thread 0x7f3399b9f700 (LWP 14511)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 28 (Thread 0x7f3475467700 (LWP 14637)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 27 (Thread 0x7f34744aa700 (LWP 14638)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 26 (Thread 0x7f33e3fff700 (LWP 14639)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 25 (Thread 0x7f33d218f700 (LWP 14640)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 24 (Thread 0x7f33a637d700 (LWP 14641)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 23 (Thread 0x7f33394fb700 (LWP 14663)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 22 (Thread 0x7f3338bff700 (LWP 14664)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 21 (Thread 0x7f33389fe700 (LWP 14665)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 20 (Thread 0x7f33387fd700 (LWP 14666)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 19 (Thread 0x7f33385fc700 (LWP 14667)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 18 (Thread 0x7f339329b700 (LWP 14703)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 17 (Thread 0x7f338fccb700 (LWP 14704)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 16 (Thread 0x7f337a31b700 (LWP 14781)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 15 (Thread 0x7f33784c6700 (LWP 14782)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 14 (Thread 0x7f33782c5700 (LWP 14783)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 13 (Thread 0x7f3348d9e700 (LWP 14784)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 12 (Thread 0x7f3348b9d700 (LWP 14785)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 11 (Thread 0x7f334899c700 (LWP 14786)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 10 (Thread 0x7f3345244700 (LWP 14787)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 9 (Thread 0x7f3345043700 (LWP 14788)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 8 (Thread 0x7f3340dce700 (LWP 14789)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 7 (Thread 0x7f3340bcd700 (LWP 14790)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 6 (Thread 0x7f33409cc700 (LWP 14791)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 5 (Thread 0x7f33407cb700 (LWP 14792)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 4 (Thread 0x7f3344c3d700 (LWP 14884)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 3 (Thread 0x7f334477b700 (LWP 14885)): #0 0x00007f35491bb6d5 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x000000000058012e in worker_thread () #2 0x000000000057da1e in start_wrapper () #3 0x0000000000620ee0 in inner_start_thread () #4 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #5 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 2 (Thread 0x7f353e663700 (LWP 23808)): #0 0x00007f35491bba82 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib64/libpthread.so.0 #1 0x0000000000617704 in mono_cond_timedwait_ms () #2 0x000000000060dfb0 in wapi_SleepEx () #3 0x000000000057fb38 in monitor_thread () #4 0x000000000057da1e in start_wrapper () #5 0x0000000000620ee0 in inner_start_thread () #6 0x00007f35491b7dc5 in start_thread () from /lib64/libpthread.so.0 #7 0x00007f3548ee4ced in clone () from /lib64/libc.so.6 Thread 1 (Thread 0x7f3549ced780 (LWP 5251)): #0 0x00007f3548eda69d in poll () from /lib64/libc.so.6 #1 0x00007f34ba92f904 in wait_for_any (shutting_down=<optimized out>, timeout=<optimized out>, fd_structs=<optimized out>, currfd=<optimized out>, count=<optimized out>, signals=<optimized out>) at signal.c:365 #2 Mono_Unix_UnixSignal_WaitAny (_signals=0x7f35426267c8, count=4, timeout=-1, shutting_down=<optimized out>) at signal.c:415 #3 0x000000004164142b in ?? () #4 0x00007f35426267e0 in ?? () #5 0x00007f3542626730 in ?? () #6 0x0000000000000004 in ?? () #7 0x00007f35426267a8 in ?? () #8 0x00007f3542626768 in ?? () #9 0x00000000018f6748 in ?? () #10 0x0000000000d67490 in ?? () #11 0x0000000041641365 in ?? () #12 0x00007f3542626730 in ?? () #13 0x00007ffe2b4a8ae0 in ?? () #14 0x00007f3542626730 in ?? () #15 0x000000004164124c in ?? () #16 0x00007f35426266f8 in ?? () #17 0x00007f3542626730 in ?? () #18 0x00007f35426266c0 in ?? () #19 0x00007f3542626190 in ?? () #20 0x00007f354259f508 in ?? () #21 0x00007f354259f3c8 in ?? () #22 0x0000000001954d90 in ?? () #23 0x00007f3542626760 in ?? () #24 0xffffffffffffffff in ?? () #25 0x00000000416410cf in ?? () #26 0x00007f3542626768 in ?? () #27 0x000000004163fd62 in ?? () #28 0x0000000000dad9c0 in ?? () #29 0x00007ffe2b4a8ca0 in ?? () #30 0x00007ffe2b4a9150 in ?? () #31 0x0000000000d44e10 in ?? () #32 0x00007f354259f508 in ?? () #33 0x00007f354259f3c8 in ?? () #34 0x00007f3542626768 in ?? () #35 0x00007f3542620401 in ?? () #36 0x00007f3542626768 in ?? () #37 0x00007f3542626768 in ?? () #38 0x00007f3542626768 in ?? () #39 0x00007f3542626768 in ?? () #40 0x00007f3542626730 in ?? () #41 0x00007f35426266f8 in ?? () #42 0x00007f35426266c0 in ?? () #43 0x00007f3542626190 in ?? () #44 0x00007ffe2b4a8ca0 in ?? () #45 0x000000004159f95b in ?? () #46 0x48f78b4cf87d894c in ?? () #47 0x00007f3540060608 in string_Equals_string_string (a=0xffffffffffffffff, b=0x7f35426261c8) at /home/abuild/rpmbuild/BUILD/plasticscm-mono4/external/referencesource/mscorlib/system/string.cs:617 #48 0x00007f35427da760 in ?? () #49 0x0000000000000000 in ?? ()