[Mono-list] Got a SIGABRT, what to do?

Esben Laursen el at rantek.dk
Tue Aug 16 05:52:28 EDT 2011



> -----Oprindelig meddelelse-----
> Fra: Esben Laursen

<snip>

> > > I got this from my mono install, do any of you know that to do about it?
> > >
> > > ERROR:../../mono/io-layer/handles-private.h:362:_wapi_handle_share_r
> > > el
> > > ease: assertion failed: (info->handle_refs>  0)
> > > Stacktrace:
> > >
> > ...
> >
> > > Mono JIT compiler version 2.6.7 (Debian 2.6.7-5) Copyright (C)
> > > 2002-2010 Novell, Inc and Contributors. www.mono-project.com
> >
> > Try to disable the so called "shared handles" (see Mono's man page):
> >
> > MONO_DISABLE_SHM=1 mono yourapp.exe
> >
> > Anyways, consider upgrading from this old Mono version.
>
>
> Hi Robert,
>
> Thanks for your email, I have tried to disable shared handles and that does
> not seem to work. Any other ideas?
>
> About the version, then I am running 2.6.7 as this is the long support edition
> that is suggested to be the most stable. Would you recon that 2.10.4 is a
> better choice?


Hi Again,

I have upgraded to mono 2.10.4 and it seems to have a little more output now.. I still get a SIGSEGV, here is the output:

Stacktrace:


Native stacktrace:

        mono() [0x80ddbe9]
        mono() [0x81208eb]
        mono() [0x805bd01]
        [0xb78b840c]

Debug info from gdb:

Mono support loaded.
[Thread debugging using libthread_db enabled]
[New Thread 0xb4df6b70 (LWP 14221)]
[New Thread 0xb4c3eb70 (LWP 14220)]
[New Thread 0xb4c66b70 (LWP 14204)]
[New Thread 0xb4c86b70 (LWP 14203)]
[New Thread 0xb47ffb70 (LWP 14202)]
[New Thread 0xb48ffb70 (LWP 14201)]
[New Thread 0xb49ffb70 (LWP 14199)]
[New Thread 0xb4affb70 (LWP 14200)]
[New Thread 0xb5281b70 (LWP 14194)]
[New Thread 0xb57ffb70 (LWP 14193)]
[New Thread 0xb5aacb70 (LWP 14192)]
[New Thread 0xb5bacb70 (LWP 14191)]
[New Thread 0xb6c1ab70 (LWP 14190)]
[New Thread 0xb7708b70 (LWP 14189)]
0xb7869d5a in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  15 Thread 0xb7708b70 (LWP 14189)  0xb7869d5a in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  14 Thread 0xb6c1ab70 (LWP 14190)  0xb786bf20 in sem_wait@@GLIBC_2.1 () from /lib/libpthread.so.0
  13 Thread 0xb5bacb70 (LWP 14191)  0xb7869d5a in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  12 Thread 0xb5aacb70 (LWP 14192)  mono_arch_decompose_long_opts (cfg=0xa6701c8, long_ins=0xa66aaac) at mini-x86.c:6177
  11 Thread 0xb57ffb70 (LWP 14193)  0xb786a238 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  10 Thread 0xb5281b70 (LWP 14194)  0xb786a238 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  9 Thread 0xb4affb70 (LWP 14200)  0xb786cbd1 in read () from /lib/libpthread.so.0
  8 Thread 0xb49ffb70 (LWP 14199)  0xb7869d5a in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  7 Thread 0xb48ffb70 (LWP 14201)  0xb7869d5a in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  6 Thread 0xb47ffb70 (LWP 14202)  0xb7869d5a in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
  5 Thread 0xb4c86b70 (LWP 14203)  0xb77e712c in epoll_wait () from /lib/libc.so.6
  4 Thread 0xb4c66b70 (LWP 14204)  0xb786c0be in sem_timedwait () from /lib/libpthread.so.0
  3 Thread 0xb4c3eb70 (LWP 14220)  0xb786d2dc in nanosleep () from /lib/libpthread.so.0
  2 Thread 0xb4df6b70 (LWP 14221)  0xb786c0be in sem_timedwait () from /lib/libpthread.so.0
* 1 Thread 0xb771a8f0 (LWP 14188)  0xb7869d5a in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0

Thread 15 (Thread 0xb7708b70 (LWP 14189)):
#0  0xb7869d5a in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#1  0x08219151 in GC_wait_marker () at pthread_support.c:1863
#2  0x08216a8c in GC_help_marker (my_mark_no=14) at mark.c:1116
#3  0x082180e2 in GC_mark_thread (id=0x0) at pthread_support.c:552
#4  0xb78657b0 in start_thread () from /lib/libpthread.so.0
#5  0xb77e68fe in clone () from /lib/libc.so.6

Thread 14 (Thread 0xb6c1ab70 (LWP 14190)):
#0  0xb786bf20 in sem_wait@@GLIBC_2.1 () from /lib/libpthread.so.0
#1  0x081f9b70 in mono_sem_wait (sem=0x82ee640, alertable=1) at mono-semaphore.c:113
#2  0x0812d52e in finalizer_thread (unused=0x0) at gc.c:1066
#3  0x081dbca6 in start_wrapper_internal (data=0xa2d27c0) at threads.c:782
#4  start_wrapper (data=0xa2d27c0) at threads.c:830
#5  0x081ee6df in thread_start_routine (args=0xa2c14f4) at wthreads.c:285
#6  0x08218dee in GC_start_routine (arg=0x61fe0) at pthread_support.c:1468
#7  0xb78657b0 in start_thread () from /lib/libpthread.so.0
#8  0xb77e68fe in clone () from /lib/libc.so.6

Thread 13 (Thread 0xb5bacb70 (LWP 14191)):
#0  0xb7869d5a in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#1  0x081ecb81 in _wapi_handle_timedwait_signal_handle (handle=0x424, timeout=0x0, alertable=1, poll=0) at handles.c:1654
#2  0x081ecbf4 in _wapi_handle_wait_signal_handle (handle=0x424, alertable=1) at handles.c:1597
#3  0x081e7957 in WaitForSingleObjectEx (handle=0x424, timeout=4294967295, alertable=1) at wait.c:203
#4  0x0816f7b9 in ves_icall_System_Threading_Monitor_Monitor_wait (obj=0x3514f8, ms=4294967295) at monitor.c:1380
#5  0xb5bb48a0 in ?? ()
#6  0xb5bb4588 in ?? ()
#7  0xb5bb7ecc in ?? ()
#8  0xb46f9634 in ?? ()
#9  0xb5bb7b9c in ?? ()
#10 0xb5bb1fce in ?? ()
#11 0xb5baf670 in ?? ()
#12 0xb5baf070 in ?? ()
#13 0xb6c45089 in ?? ()
#14 0x08063928 in mono_jit_runtime_invoke (method="System.Threading.ThreadStart:Invoke ()", obj=0x5c8f8, params=0xb5bac2b8, exc=0x0) at mini.c:5763
#15 0x0817ba90 in mono_runtime_invoke (method="System.Threading.ThreadStart:Invoke ()", obj=0x5c8f8, params=0xb5bac2b8, exc=0x0) at object.c:2754
#16 0x0817bcf4 in mono_runtime_delegate_invoke (delegate=0x5c8f8, params=0xb5bac2b8, exc=0x0) at object.c:3419
#17 0x081dbd77 in start_wrapper_internal (data=0xa4c8a60) at threads.c:788
#18 start_wrapper (data=0xa4c8a60) at threads.c:830
#19 0x081ee6df in thread_start_routine (args=0xa2c168c) at wthreads.c:285
#20 0x08218dee in GC_start_routine (arg=0x61fa0) at pthread_support.c:1468
#21 0xb78657b0 in start_thread () from /lib/libpthread.so.0
#22 0xb77e68fe in clone () from /lib/libc.so.6

Thread 12 (Thread 0xb5aacb70 (LWP 14192)):
#0  mono_arch_decompose_long_opts (cfg=0xa6701c8, long_ins=0xa66aaac) at mini-x86.c:6177
#1  0x0809f48c in mono_decompose_long_opts (cfg=0xa6701c8) at decompose.c:501
#2  0x08061360 in mini_method_compile (method="9r.9o:F ()", opts=59861503, domain=0x34e58, run_cctors=1, compile_aot=<value optimized out>, parts=0) at mini.c:4517
#3  0x08062f18 in mono_jit_compile_method_inner (method=<value optimized out>, opt=59861503, ex=<value optimized out>) at mini.c:5154
#4  mono_jit_compile_method_with_opt (method=<value optimized out>, opt=59861503, ex=<value optimized out>) at mini.c:5378
#5  0x0806383e in mono_jit_compile_method (method="9r.9o:F ()") at mini.c:5403
#6  0x080e1a0d in common_call_trampoline (regs=<value optimized out>, code=0xb46ab814 "\203\304\020\311\303", m="9r.9o:F ()", tramp=0x0, vt=0x0, vtable_slot=0x0,
    need_rgctx_tramp=0) at mini-trampolines.c:488
#7  0xb7709066 in ?? ()
#8  0xb46ab763 in ?? ()
#9  0xb46ab724 in ?? ()
#10 0xb46ed6cc in ?? ()
#11 0xb46ed50e in ?? ()
#12 0xb46dcc10 in ?? ()
#13 0xb46dcaec in ?? ()
#14 0xb46dc768 in ?? ()
#15 0xb46dc66c in ?? ()
#16 0xb46fd165 in ?? ()
#17 0xb46fcadc in ?? ()
#18 0xb46fc7f4 in ?? ()
#19 0xb46fc644 in ?? ()
#20 0xb46fc204 in ?? ()
#21 0xb46fbe94 in ?? ()
#22 0xb46fb54d in ?? ()
#23 0xb46fb464 in ?? ()
#24 0xb46fb9f0 in ?? ()
#25 0xb46fb984 in ?? ()
#26 0xb46fb92c in ?? ()
#27 0xb46fb768 in ?? ()
#28 0xb46fa840 in ?? ()
#29 0xb4c95268 in ?? ()
#30 0xb4c95158 in ?? ()
#31 0xb4c9316e in ?? ()
#32 0xb4c9310c in ?? ()
#33 0xb4c92dd4 in ?? ()
#34 0xb4c92a1c in ?? ()
#35 0xb46dc284 in ?? ()
#36 0xb46dc224 in ?? ()
#37 0xb46e6003 in ?? ()
#38 0xb4c8da80 in ?? ()
#39 0xb4c8d64c in ?? ()
#40 0xb4c8d618 in ?? ()
#41 0xb4c8d416 in ?? ()
#42 0xb4c8cff8 in ?? ()
#43 0xb4c8ce44 in ?? ()
#44 0xb4c892fc in ?? ()
#45 0xb4c890e0 in ?? ()
#46 0xb5bb3f74 in ?? ()
#47 0xb5baf070 in ?? ()
#48 0xb6c45089 in ?? ()
#49 0x08063928 in mono_jit_runtime_invoke (method="System.Threading.ThreadStart:Invoke ()", obj=0xaff88, params=0xb5aac2b8, exc=0x0) at mini.c:5763
#50 0x0817ba90 in mono_runtime_invoke (method="System.Threading.ThreadStart:Invoke ()", obj=0xaff88, params=0xb5aac2b8, exc=0x0) at object.c:2754
#51 0x0817bcf4 in mono_runtime_delegate_invoke (delegate=0xaff88, params=0xb5aac2b8, exc=0x0) at object.c:3419
#52 0x081dbd77 in start_wrapper_internal (data=0xa4bc638) at threads.c:788
#53 start_wrapper (data=0xa4bc638) at threads.c:830
#54 0x081ee6df in thread_start_routine (args=0xa2c179c) at wthreads.c:285
#55 0x08218dee in GC_start_routine (arg=0x61fa0) at pthread_support.c:1468
#56 0xb78657b0 in start_thread () from /lib/libpthread.so.0
#57 0xb77e68fe in clone () from /lib/libc.so.6

Thread 11 (Thread 0xb57ffb70 (LWP 14193)):
#0  0xb786a238 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#1  0x081ecaac in _wapi_handle_timedwait_signal_handle (handle=0x41b, timeout=0xb57feed8, alertable=1, poll=0) at handles.c:1652
#2  0x081e77d6 in WaitForSingleObjectEx (handle=0x41b, timeout=4998, alertable=1) at wait.c:205
#3  0x0816f7b9 in ves_icall_System_Threading_Monitor_Monitor_wait (obj=0x60908, ms=4998) at monitor.c:1380
#4  0xb5bb48a0 in ?? ()
#5  0xb5bb4588 in ?? ()
#6  0xb5283cc8 in ?? ()
#7  0xb5bb514c in ?? ()
#8  0xb5baf070 in ?? ()
#9  0xb6c45089 in ?? ()
#10 0x08063928 in mono_jit_runtime_invoke (method="System.Threading.ThreadStart:Invoke ()", obj=0x5c540, params=0xb57ff2b8, exc=0x0) at mini.c:5763
#11 0x0817ba90 in mono_runtime_invoke (method="System.Threading.ThreadStart:Invoke ()", obj=0x5c540, params=0xb57ff2b8, exc=0x0) at object.c:2754
#12 0x0817bcf4 in mono_runtime_delegate_invoke (delegate=0x5c540, params=0xb57ff2b8, exc=0x0) at object.c:3419
#13 0x081dbd77 in start_wrapper_internal (data=0xb6a19260) at threads.c:788
#14 start_wrapper (data=0xb6a19260) at threads.c:830
#15 0x081ee6df in thread_start_routine (args=0xa2c1934) at wthreads.c:285
#16 0x08218dee in GC_start_routine (arg=0x61e60) at pthread_support.c:1468
#17 0xb78657b0 in start_thread () from /lib/libpthread.so.0
#18 0xb77e68fe in clone () from /lib/libc.so.6

Thread 10 (Thread 0xb5281b70 (LWP 14194)):
#0  0xb786a238 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#1  0x081ecaac in _wapi_handle_timedwait_signal_handle (handle=0x429, timeout=0xb5280fb8, alertable=1, poll=0) at handles.c:1652
#2  0x081e77d6 in WaitForSingleObjectEx (handle=0x429, timeout=59999, alertable=1) at wait.c:205
#3  0x081d85a3 in ves_icall_System_Threading_WaitHandle_WaitOne_internal (this=0x162798, handle=0x429, ms=59999, exitContext=0) at threads.c:1663
#4  0xb52906fc in ?? ()
#5  0xb52904f0 in ?? ()
#6  0xb5290429 in ?? ()
#7  0xb528ebac in ?? ()
#8  0xb5baf070 in ?? ()
#9  0xb6c45089 in ?? ()
#10 0x08063928 in mono_jit_runtime_invoke (method="System.Threading.ThreadStart:Invoke ()", obj=0xff540, params=0xb52812b8, exc=0x0) at mini.c:5763
#11 0x0817ba90 in mono_runtime_invoke (method="System.Threading.ThreadStart:Invoke ()", obj=0xff540, params=0xb52812b8, exc=0x0) at object.c:2754
#12 0x0817bcf4 in mono_runtime_delegate_invoke (delegate=0xff540, params=0xb52812b8, exc=0x0) at object.c:3419
#13 0x081dbd77 in start_wrapper_internal (data=0xb58b9ca0) at threads.c:788
#14 start_wrapper (data=0xb58b9ca0) at threads.c:830
#15 0x081ee6df in thread_start_routine (args=0xa2c2814) at wthreads.c:285
#16 0x08218dee in GC_start_routine (arg=0x61f40) at pthread_support.c:1468
#17 0xb78657b0 in start_thread () from /lib/libpthread.so.0
#18 0xb77e68fe in clone () from /lib/libc.so.6

Thread 9 (Thread 0xb4affb70 (LWP 14200)):
#0  0xb786cbd1 in read () from /lib/libpthread.so.0
#1  0x080ddd95 in mono_handle_native_sigsegv (signal=11, ctx=0xb5997d0c) at mini-exceptions.c:2207
#2  0x081208eb in mono_arch_handle_altstack_exception (sigctx=0xb5997d0c, fault_addr=0x0, stack_ovf=0) at exceptions-x86.c:1227
#3  0x0805bd01 in mono_sigsegv_signal_handler (_dummy=11, info=0xb5997c8c, context=0xb5997d0c) at mini.c:5881
#4  <signal handler called>
#5  0x00000000 in ?? ()
#6  0xb4ce45e1 in ?? ()
#7  0xb5baf070 in ?? ()
#8  0xb6c45089 in ?? ()
#9  0x08063928 in mono_jit_runtime_invoke (method="System.Threading.ThreadStart:Invoke ()", obj=0x190690, params=0xb4aff2b8, exc=0x0) at mini.c:5763
#10 0x0817ba90 in mono_runtime_invoke (method="System.Threading.ThreadStart:Invoke ()", obj=0x190690, params=0xb4aff2b8, exc=0x0) at object.c:2754
#11 0x0817bcf4 in mono_runtime_delegate_invoke (delegate=0x190690, params=0xb4aff2b8, exc=0x0) at object.c:3419
#12 0x081dbd77 in start_wrapper_internal (data=0xb6a3cf50) at threads.c:788
#13 start_wrapper (data=0xb6a3cf50) at threads.c:830
#14 0x081ee6df in thread_start_routine (args=0xa2c4edc) at wthreads.c:285
#15 0x08218dee in GC_start_routine (arg=0x61cc0) at pthread_support.c:1468
#16 0xb78657b0 in start_thread () from /lib/libpthread.so.0
#17 0xb77e68fe in clone () from /lib/libc.so.6

Thread 8 (Thread 0xb49ffb70 (LWP 14199)):
#0  0xb7869d5a in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#1  0x081ecb81 in _wapi_handle_timedwait_signal_handle (handle=0x421, timeout=0x0, alertable=1, poll=0) at handles.c:1654
#2  0x081ecbf4 in _wapi_handle_wait_signal_handle (handle=0x421, alertable=1) at handles.c:1597
#3  0x081e7957 in WaitForSingleObjectEx (handle=0x421, timeout=4294967295, alertable=1) at wait.c:203
#4  0x0816f7b9 in ves_icall_System_Threading_Monitor_Monitor_wait (obj=0x458f60, ms=4294967295) at monitor.c:1380
#5  0xb5bb48a0 in ?? ()
#6  0xb5bb4588 in ?? ()
#7  0xb5bb7ecc in ?? ()
#8  0xb46f9124 in ?? ()
#9  0xb5baf3e4 in ?? ()
#10 0xb5baefc4 in ?? ()
#11 0xb52a44dc in ?? ()
#12 0xb46f8a1c in ?? ()
#13 0xb46f860c in ?? ()
#14 0xb46f8494 in ?? ()
#15 0xb5d33d14 in ?? ()
#16 0x08063928 in mono_jit_runtime_invoke (method="System.UnhandledExceptionEventHandler:Invoke ()", obj=0xafd90, params=0xb49feaac, exc=0xb49feabc) at mini.c:5763
#17 0x0817ba90 in mono_runtime_invoke (method="System.UnhandledExceptionEventHandler:Invoke ()", obj=0xafd90, params=0xb49feaac, exc=0xb49feabc) at object.c:2754
#18 0x0817bcf4 in mono_runtime_delegate_invoke (delegate=0xafd90, params=0xb49feaac, exc=0xb49feabc) at object.c:3419
#19 0x08180a29 in call_unhandled_exception_delegate (domain=<value optimized out>, delegate=<value optimized out>, exc=<value optimized out>) at object.c:3746
#20 0x08180c98 in mono_unhandled_exception (exc=0x401f88) at object.c:3833
#21 0x080defc8 in mono_handle_exception_internal (ctx=<value optimized out>, obj=<value optimized out>, original_ip=<value optimized out>, resume=0,
    out_ji=<value optimized out>) at mini-exceptions.c:1485
#22 0x081209e6 in altstack_handle_and_restore (sigctx=0xb49fec90, obj=0x0, stack_ovf=0) at exceptions-x86.c:1198
#23 0x00000000 in ?? ()

Thread 7 (Thread 0xb48ffb70 (LWP 14201)):
#0  0xb7869d5a in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#1  0x081ecb81 in _wapi_handle_timedwait_signal_handle (handle=0x422, timeout=0x0, alertable=1, poll=0) at handles.c:1654
#2  0x081ecbf4 in _wapi_handle_wait_signal_handle (handle=0x422, alertable=1) at handles.c:1597
#3  0x081e7957 in WaitForSingleObjectEx (handle=0x422, timeout=4294967295, alertable=1) at wait.c:203
#4  0x0816f7b9 in ves_icall_System_Threading_Monitor_Monitor_wait (obj=0x1621e0, ms=4294967295) at monitor.c:1380
#5  0xb5bb48a0 in ?? ()
#6  0xb5bb4588 in ?? ()
#7  0xb5bb7ecc in ?? ()
#8  0xb46f9124 in ?? ()
#9  0xb5baf3e4 in ?? ()
#10 0xb5baefc4 in ?? ()
#11 0xb52a44dc in ?? ()
#12 0xb46f8a1c in ?? ()
#13 0xb46f860c in ?? ()
#14 0xb46f8494 in ?? ()
#15 0xb5d33d14 in ?? ()
#16 0x08063928 in mono_jit_runtime_invoke (method="System.UnhandledExceptionEventHandler:Invoke ()", obj=0xafd90, params=0xb48feaac, exc=0xb48feabc) at mini.c:5763
#17 0x0817ba90 in mono_runtime_invoke (method="System.UnhandledExceptionEventHandler:Invoke ()", obj=0xafd90, params=0xb48feaac, exc=0xb48feabc) at object.c:2754
#18 0x0817bcf4 in mono_runtime_delegate_invoke (delegate=0xafd90, params=0xb48feaac, exc=0xb48feabc) at object.c:3419
#19 0x08180a29 in call_unhandled_exception_delegate (domain=<value optimized out>, delegate=<value optimized out>, exc=<value optimized out>) at object.c:3746
#20 0x08180c98 in mono_unhandled_exception (exc=0x1f53b8) at object.c:3833
#21 0x080defc8 in mono_handle_exception_internal (ctx=<value optimized out>, obj=<value optimized out>, original_ip=<value optimized out>, resume=0,
    out_ji=<value optimized out>) at mini-exceptions.c:1485
#22 0x081209e6 in altstack_handle_and_restore (sigctx=0xb48fec90, obj=0x0, stack_ovf=0) at exceptions-x86.c:1198
#23 0x00000000 in ?? ()

Thread 6 (Thread 0xb47ffb70 (LWP 14202)):
#0  0xb7869d5a in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#1  0x081ecb81 in _wapi_handle_timedwait_signal_handle (handle=0x423, timeout=0x0, alertable=1, poll=0) at handles.c:1654
#2  0x081ecbf4 in _wapi_handle_wait_signal_handle (handle=0x423, alertable=1) at handles.c:1597
#3  0x081e7957 in WaitForSingleObjectEx (handle=0x423, timeout=4294967295, alertable=1) at wait.c:203
#4  0x0816f7b9 in ves_icall_System_Threading_Monitor_Monitor_wait (obj=0x458ee8, ms=4294967295) at monitor.c:1380
#5  0xb5bb48a0 in ?? ()
#6  0xb5bb4588 in ?? ()
#7  0xb5bb7ecc in ?? ()
#8  0xb46f9124 in ?? ()
#9  0xb5baf3e4 in ?? ()
#10 0xb5baefc4 in ?? ()
#11 0xb52a44dc in ?? ()
#12 0xb46f8a1c in ?? ()
#13 0xb46f860c in ?? ()
#14 0xb46f8494 in ?? ()
#15 0xb5d33d14 in ?? ()
#16 0x08063928 in mono_jit_runtime_invoke (method="System.UnhandledExceptionEventHandler:Invoke ()", obj=0xafd90, params=0xb47feaac, exc=0xb47feabc) at mini.c:5763
#17 0x0817ba90 in mono_runtime_invoke (method="System.UnhandledExceptionEventHandler:Invoke ()", obj=0xafd90, params=0xb47feaac, exc=0xb47feabc) at object.c:2754
#18 0x0817bcf4 in mono_runtime_delegate_invoke (delegate=0xafd90, params=0xb47feaac, exc=0xb47feabc) at object.c:3419
#19 0x08180a29 in call_unhandled_exception_delegate (domain=<value optimized out>, delegate=<value optimized out>, exc=<value optimized out>) at object.c:3746
#20 0x08180c98 in mono_unhandled_exception (exc=0x401fc0) at object.c:3833
#21 0x080defc8 in mono_handle_exception_internal (ctx=<value optimized out>, obj=<value optimized out>, original_ip=<value optimized out>, resume=0,
    out_ji=<value optimized out>) at mini-exceptions.c:1485
#22 0x081209e6 in altstack_handle_and_restore (sigctx=0xb47fec90, obj=0x0, stack_ovf=0) at exceptions-x86.c:1198
#23 0x00000000 in ?? ()

Thread 5 (Thread 0xb4c86b70 (LWP 14203)):
#0  0xb77e712c in epoll_wait () from /lib/libc.so.6
#1  0x0822e908 in tp_epoll_wait (p=0x82f00e0) at ../../mono/metadata/tpool-epoll.c:91
#2  0x081dbca6 in start_wrapper_internal (data=0xa51eca0) at threads.c:782
#3  start_wrapper (data=0xa51eca0) at threads.c:830
#4  0x081ee6df in thread_start_routine (args=0xa2c53a4) at wthreads.c:285
#5  0x08218dee in GC_start_routine (arg=0xdfc40) at pthread_support.c:1468
#6  0xb78657b0 in start_thread () from /lib/libpthread.so.0
#7  0xb77e68fe in clone () from /lib/libc.so.6

Thread 4 (Thread 0xb4c66b70 (LWP 14204)):
#0  0xb786c0be in sem_timedwait () from /lib/libpthread.so.0
#1  0x081f9c62 in mono_sem_timedwait (sem=0x82f01b4, timeout_ms=2000, alertable=1) at mono-semaphore.c:76
#2  0x0822f8c8 in async_invoke_thread (data=0x0) at threadpool.c:1474
#3  0x081dbca6 in start_wrapper_internal (data=0xa529bb0) at threads.c:782
#4  start_wrapper (data=0xa529bb0) at threads.c:830
#5  0x081ee6df in thread_start_routine (args=0xa2c542c) at wthreads.c:285
#6  0x08218dee in GC_start_routine (arg=0xdfc40) at pthread_support.c:1468
#7  0xb78657b0 in start_thread () from /lib/libpthread.so.0
#8  0xb77e68fe in clone () from /lib/libc.so.6

Thread 3 (Thread 0xb4c3eb70 (LWP 14220)):
#0  0xb786d2dc in nanosleep () from /lib/libpthread.so.0
#1  0x081ed4c0 in SleepEx (ms=500, alertable=1) at wthreads.c:1025
#2  0x0822deaf in monitor_thread (unused=0x0) at threadpool.c:769
#3  0x081dbca6 in start_wrapper_internal (data=0xa529bb0) at threads.c:782
#4  start_wrapper (data=0xa529bb0) at threads.c:830
#5  0x081ee6df in thread_start_routine (args=0xa2c641c) at wthreads.c:285
#6  0x08218dee in GC_start_routine (arg=0xdfbc0) at pthread_support.c:1468
#7  0xb78657b0 in start_thread () from /lib/libpthread.so.0
#8  0xb77e68fe in clone () from /lib/libc.so.6

Thread 2 (Thread 0xb4df6b70 (LWP 14221)):
#0  0xb786c0be in sem_timedwait () from /lib/libpthread.so.0
#1  0x081f9c62 in mono_sem_timedwait (sem=0x82f0134, timeout_ms=2000, alertable=1) at mono-semaphore.c:76
#2  0x0822f8c8 in async_invoke_thread (data=0x0) at threadpool.c:1474
#3  0x081dbca6 in start_wrapper_internal (data=0xa529bb0) at threads.c:782
#4  start_wrapper (data=0xa529bb0) at threads.c:830
#5  0x081ee6df in thread_start_routine (args=0xa2c64a4) at wthreads.c:285
#6  0x08218dee in GC_start_routine (arg=0xdfbc0) at pthread_support.c:1468
#7  0xb78657b0 in start_thread () from /lib/libpthread.so.0
#8  0xb77e68fe in clone () from /lib/libc.so.6

Thread 1 (Thread 0xb771a8f0 (LWP 14188)):
#0  0xb7869d5a in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/libpthread.so.0
#1  0x081ecb81 in _wapi_handle_timedwait_signal_handle (handle=0x408, timeout=0x0, alertable=1, poll=0) at handles.c:1654
#2  0x081ecbf4 in _wapi_handle_wait_signal_handle (handle=0x408, alertable=1) at handles.c:1597
#3  0x081e7957 in WaitForSingleObjectEx (handle=0x408, timeout=4294967295, alertable=1) at wait.c:203
#4  0x081d85a3 in ves_icall_System_Threading_WaitHandle_WaitOne_internal (this=0x3cfa8, handle=0x408, ms=-1, exitContext=0) at threads.c:1663
#5  0xb52906fc in ?? ()
#6  0xb5109a20 in ?? ()
#7  0xb6c3c6ae in ?? ()
#8  0xb6c3c82f in ?? ()
#9  0x08063928 in mono_jit_runtime_invoke (method="SshTunnel.Program:Main ()", obj=0x0, params=0xbf950bcc, exc=0x0) at mini.c:5763
#10 0x0817ba90 in mono_runtime_invoke (method="SshTunnel.Program:Main ()", obj=0x0, params=0xbf950bcc, exc=0x0) at object.c:2754
#11 0x0817f6f6 in mono_runtime_exec_main (method="SshTunnel.Program:Main ()", args=0x3be00, exc=0x0) at object.c:3937
#12 0x080b98f5 in main_thread_handler (argc=2, argv=0xbf950db4) at driver.c:1003
#13 mono_main (argc=2, argv=0xbf950db4) at driver.c:1855
#14 0x0805927a in mono_main_with_options (argc=2, argv=0xbf950db4) at main.c:66
#15 main (argc=2, argv=0xbf950db4) at main.c:97

=================================================================
Got a SIGSEGV while executing native code. This usually indicates
a fatal error in the mono runtime or one of the native libraries
used by your application.
=================================================================

Aborted

Does anyone have an idea what that is about?

Cheers

Esben



More information about the Mono-list mailing list