Skip to content

Instantly share code, notes, and snippets.

@rusvdw
Created June 18, 2014 09:02
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rusvdw/f4d0ef9cf8d6632ca33f to your computer and use it in GitHub Desktop.
Save rusvdw/f4d0ef9cf8d6632ca33f to your computer and use it in GitHub Desktop.
mono_bug_19058_logs
[2014-06-13 11:16:25.449905] Notice : Adding applications '/app/1405011621/:/var/www/app/1405011621/'...
[2014-06-13 11:16:25.453710] Notice : Registering application:
[2014-06-13 11:16:25.453769] Notice : Host: any
[2014-06-13 11:16:25.453798] Notice : Port: any
[2014-06-13 11:16:25.453822] Notice : Virtual path: /app/1405011621/
[2014-06-13 11:16:25.453851] Notice : Physical path: /var/www/app/1405011621/
WebConfigurationManager's LRUcache Size overriden to: 50000 (via MONO_ASPNET_WEBCONFIG_CACHESIZE)
INIT: Production -
Cache: LocalMemCached
HOSTS: 74.207.228.137 / 173.230.137.119
Stacktrace:
at <unknown> <0xffffffff>
at System.Linq.SortSequenceContext`2<Core.API.Model.CounterEntry, System.DateTime>.Initialize (Core.API.Model.CounterEntry[]) <0x000c4>
at System.Linq.QuickSort`1<Core.API.Model.CounterEntry>.PerformSort () <0x0002c>
at System.Linq.QuickSort`1/<Sort>c__Iterator0<Core.API.Model.CounterEntry>.MoveNext () <0x000de>
at System.Linq.Enumerable.ToArray<Core.API.Model.CounterEntry> (System.Collections.Generic.IEnumerable`1<Core.API.Model.CounterEntry>) <0x00240>
at System.Linq.Enumerable/<CreateReverseIterator>c__IteratorF`1<Core.API.Model.CounterEntry>.MoveNext () <0x0005b>
at System.Linq.Enumerable.First<Core.API.Model.CounterEntry> (System.Collections.Generic.IEnumerable`1<Core.API.Model.CounterEntry>,System.Func`2<Core.API.Model.CounterEntry, bool>,System.Linq.Enumerable/Fallback) <0x00098>
at System.Linq.Enumerable.FirstOrDefault<Core.API.Model.CounterEntry> (System.Collections.Generic.IEnumerable`1<Core.API.Model.CounterEntry>) <0x0003b>
at (wrapper dynamic-method) System.Runtime.CompilerServices.ExecutionScope.lambda_method (System.Runtime.CompilerServices.ExecutionScope) <0x0013b>
at System.Linq.QueryableEnumerable`1<Core.API.Model.CounterEntry>.Execute<Core.API.Model.CounterEntry> (System.Linq.Expressions.Expression) <0x0007f>
at System.Linq.Queryable.FirstOrDefault<Core.API.Model.CounterEntry> (System.Linq.IQueryable`1<Core.API.Model.CounterEntry>) <0x00119>
at Core.API.Model.Asset.GetCounterEntry (Core.API.ApiContext,string,System.DateTime) <0x006d5>
at Core.API.Model.Asset.GetCounterValue (Core.API.ApiContext,System.DateTime,string,System.Collections.Generic.Dictionary`2<string, object>,Core.API.Model.CounterEntry) <0x0011b>
at Core.API.Model.Asset.GetCounterValue (Core.API.ApiContext,string,Core.API.Model.Telemetry,Core.API.Model.CounterEntry) <0x0005c>
at Core.API.Model.TelemetryUtils.ParseTelemetryIOItem (Core.API.ApiContext,Core.API.Model.Asset,Core.API.Model.Telemetry,System.Collections.Generic.IList`1<Core.API.Model.Device>,System.Collections.Generic.IList`1<Core.API.Model.InputOutputType>,Core.API.Model.OdometerEntry,Core.API.Model.CounterEntry,bool) <0x0061f>
at Core.API.Model.TelemetryUtils.ParseTelemetryIO (Core.API.ApiContext,System.Collections.Generic.IEnumerable`1<Core.API.Model.CachedTelemetry>,System.Collections.Generic.List`1<Core.API.Model.Asset>) <0x0093c>
at Core.API.Web.Controllers.ApiStateController.GetTelemetry (Core.Utils.CodeTimer,Core.API.Model.Client,long&) <0x0032b>
at Core.API.Web.Controllers.ApiStateController.List (System.Guid) <0x003f9>
at (wrapper dynamic-method) System.Runtime.CompilerServices.ExecutionScope.lambda_method (System.Runtime.CompilerServices.ExecutionScope,System.Web.Mvc.ControllerBase,object[]) <0x000a2>
at System.Web.Mvc.ActionMethodDispatcher.Execute (System.Web.Mvc.ControllerBase,object[]) <0x0002e>
at System.Web.Mvc.ReflectedActionDescriptor.Execute (System.Web.Mvc.ControllerContext,System.Collections.Generic.IDictionary`2<string, object>) <0x00223>
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethod (System.Web.Mvc.ControllerContext,System.Web.Mvc.ActionDescriptor,System.Collections.Generic.IDictionary`2<string, object>) <0x00033>
at System.Web.Mvc.ControllerActionInvoker/<InvokeActionMethodWithFilters>c__AnonStorey2.<>m__0 () <0x00082>
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter (System.Web.Mvc.IActionFilter,System.Web.Mvc.ActionExecutingContext,System.Func`1<System.Web.Mvc.ActionExecutedContext>) <0x00139>
at System.Web.Mvc.ControllerActionInvoker/<InvokeActionMethodWithFilters>c__AnonStorey2/<InvokeActionMethodWithFilters>c__AnonStorey3.<>m__0 () <0x00027>
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodFilter (System.Web.Mvc.IActionFilter,System.Web.Mvc.ActionExecutingContext,System.Func`1<System.Web.Mvc.ActionExecutedContext>) <0x00139>
at System.Web.Mvc.ControllerActionInvoker/<InvokeActionMethodWithFilters>c__AnonStorey2/<InvokeActionMethodWithFilters>c__AnonStorey3.<>m__0 () <0x00027>
at System.Web.Mvc.ControllerActionInvoker.InvokeActionMethodWithFilters (System.Web.Mvc.ControllerContext,System.Collections.Generic.IList`1<System.Web.Mvc.IActionFilter>,System.Web.Mvc.ActionDescriptor,System.Collections.Generic.IDictionary`2<string, object>) <0x003ff>
at System.Web.Mvc.ControllerActionInvoker.InvokeAction (System.Web.Mvc.ControllerContext,string) <0x001ff>
at System.Web.Mvc.Controller.ExecuteCore () <0x00083>
at System.Web.Mvc.ControllerBase.Execute (System.Web.Routing.RequestContext) <0x00040>
at System.Web.Mvc.ControllerBase.System.Web.Mvc.IController.Execute (System.Web.Routing.RequestContext) <0x0001d>
at System.Web.Mvc.MvcHandler/<BeginProcessRequest>c__AnonStorey0.<>m__2 () <0x00032>
at System.Web.Mvc.Async.AsyncResultWrapper/<MakeVoidDelegate>c__AnonStorey0.<>m__0 () <0x0001c>
at (wrapper delegate-invoke) System.Func`1<System.Web.Mvc.Async.AsyncVoid>.invoke_TResult () <0xffffffff>
at System.Web.Mvc.Async.AsyncResultWrapper/<BeginSynchronous>c__AnonStorey2`1<System.Web.Mvc.Async.AsyncVoid>.<>m__0 (System.IAsyncResult) <0x0001c>
at (wrapper delegate-invoke) System.Web.Mvc.Async.EndInvokeDelegate`1<System.Web.Mvc.Async.AsyncVoid>.invoke_TResult_IAsyncResult (System.IAsyncResult) <0xffffffff>
at System.Web.Mvc.Async.AsyncResultWrapper/WrappedAsyncResult`1<System.Web.Mvc.Async.AsyncVoid>.End () <0x00075>
at System.Web.Mvc.Async.AsyncResultWrapper.End<System.Web.Mvc.Async.AsyncVoid> (System.IAsyncResult,object) <0x00037>
at System.Web.Mvc.Async.AsyncResultWrapper.End (System.IAsyncResult,object) <0x00024>
at System.Web.Mvc.MvcHandler.EndProcessRequest (System.IAsyncResult) <0x00027>
at System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.EndProcessRequest (System.IAsyncResult) <0x00020>
at System.Web.HttpApplication.async_handler_complete_cb (System.IAsyncResult) <0x000f2>
at System.Web.Mvc.Async.AsyncResultWrapper/WrappedAsyncResult`1<System.Web.Mvc.Async.AsyncVoid>.Begin (System.AsyncCallback,object,int) <0x001e7>
at System.Web.Mvc.Async.AsyncResultWrapper.BeginSynchronous<System.Web.Mvc.Async.AsyncVoid> (System.AsyncCallback,object,System.Func`1<System.Web.Mvc.Async.AsyncVoid>,object) <0x00206>
at System.Web.Mvc.Async.AsyncResultWrapper.BeginSynchronous (System.AsyncCallback,object,System.Action,object) <0x00046>
at System.Web.Mvc.MvcHandler.BeginProcessRequest (System.Web.HttpContextBase,System.AsyncCallback,object) <0x004cb>
at System.Web.Mvc.MvcHandler.BeginProcessRequest (System.Web.HttpContext,System.AsyncCallback,object) <0x00066>
at System.Web.Mvc.MvcHandler.System.Web.IHttpAsyncHandler.BeginProcessRequest (System.Web.HttpContext,System.AsyncCallback,object) <0x00035>
at System.Web.HttpApplication/<Pipeline>c__Iterator1.MoveNext () <0x04528>
at System.Web.HttpApplication.Tick () <0x00051>
at System.Web.HttpApplication.Start (object) <0x0022f>
at System.Web.HttpApplication.System.Web.IHttpHandler.ProcessRequest (System.Web.HttpContext) <0x00073>
at System.Web.HttpRuntime.Process (System.Web.HttpWorkerRequest) <0x002a2>
at System.Web.HttpRuntime.RealProcessRequest (object) <0x000a7>
at System.Web.HttpRuntime.ProcessRequest (System.Web.HttpWorkerRequest) <0x00062>
at Mono.WebServer.MonoWorkerRequest.ProcessRequest () <0x000b3>
at Mono.WebServer.BaseApplicationHost.ProcessRequest (Mono.WebServer.MonoWorkerRequest) <0x0008f>
at Mono.WebServer.FastCgi.ApplicationHost.ProcessRequest (Mono.WebServer.FastCgi.Responder) <0x0013f>
at (wrapper remoting-invoke-with-check) Mono.WebServer.FastCgi.ApplicationHost.ProcessRequest (Mono.WebServer.FastCgi.Responder) <0xffffffff>
at (wrapper xdomain-dispatch) Mono.WebServer.FastCgi.ApplicationHost.ProcessRequest (object,byte[]&,byte[]&) <0xffffffff>
at (wrapper xdomain-invoke) Mono.WebServer.FastCgi.ApplicationHost.ProcessRequest (Mono.WebServer.FastCgi.Responder) <0xffffffff>
at (wrapper remoting-invoke-with-check) Mono.WebServer.FastCgi.ApplicationHost.ProcessRequest (Mono.WebServer.FastCgi.Responder) <0xffffffff>
at Mono.WebServer.FastCgi.Responder.Process () <0x001ad>
at Mono.FastCgi.ResponderRequest.Worker (object) <0x00026>
at Mono.FastCgi.ResponderRequest.OnInputDataReceived (Mono.FastCgi.Request,Mono.FastCgi.DataReceivedArgs) <0x00235>
at Mono.FastCgi.Request.AddInputData (Mono.WebServer.FastCgi.Record) <0x000fc>
at Mono.FastCgi.Connection.HandleStandardInput (Mono.FastCgi.Request,Mono.WebServer.FastCgi.Record) <0x000de>
at Mono.FastCgi.Connection.HandleRequest (Mono.WebServer.FastCgi.Record,Mono.FastCgi.Request) <0x00132>
at Mono.FastCgi.Connection.Run () <0x0030e>
at Mono.WebServer.FastCgi.ConnectionProxy.Run () <0x00021>
at Mono.WebServer.FastCgi.GenericServer`1<Mono.WebServer.FastCgi.ConnectionProxy>.OnAccept (System.IAsyncResult) <0x0047e>
at (wrapper runtime-invoke) <Module>.runtime_invoke_void__this___object (object,intptr,intptr,intptr) <0xffffffff>
Native stacktrace:
/usr/local/bin/mono() [0x4ac854]
/usr/local/bin/mono() [0x50491f]
/usr/local/bin/mono() [0x421177]
/lib/x86_64-linux-gnu/libpthread.so.0(+0xfcb0) [0x7f98a057acb0]
/usr/local/bin/mono() [0x55fea0]
/usr/local/bin/mono(mono_signature_hash+0x45) [0x5614e5]
/usr/local/bin/mono() [0x62ff79]
/usr/local/bin/mono() [0x630175]
/usr/local/bin/mono() [0x544a30]
/usr/local/bin/mono() [0x54b5ec]
/usr/local/bin/mono() [0x4afce3]
[0x41334206]
Debug info from gdb:
Mono support loaded.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7f984d7ff700 (LWP 13801)]
[New Thread 0x7f98515f6700 (LWP 13718)]
[New Thread 0x7f98517f7700 (LWP 13717)]
[New Thread 0x7f9858cf7700 (LWP 13706)]
[New Thread 0x7f98593e7700 (LWP 13704)]
[New Thread 0x7f9859cff700 (LWP 13701)]
[New Thread 0x7f985a157700 (LWP 13700)]
[New Thread 0x7f985a35c700 (LWP 13699)]
[New Thread 0x7f985a561700 (LWP 13698)]
[New Thread 0x7f985a766700 (LWP 13697)]
[New Thread 0x7f985a967700 (LWP 13695)]
[New Thread 0x7f985abf5700 (LWP 13694)]
[New Thread 0x7f985adf6700 (LWP 13692)]
[New Thread 0x7f985aff7700 (LWP 13691)]
[New Thread 0x7f985b1f8700 (LWP 13690)]
[New Thread 0x7f985b3f9700 (LWP 13689)]
[New Thread 0x7f985b5fa700 (LWP 13688)]
[New Thread 0x7f985b7fb700 (LWP 13687)]
[New Thread 0x7f985b9fc700 (LWP 13682)]
[New Thread 0x7f985bbfd700 (LWP 13681)]
[New Thread 0x7f985bdfe700 (LWP 13679)]
[New Thread 0x7f985bfff700 (LWP 13678)]
[New Thread 0x7f987c234700 (LWP 13677)]
[New Thread 0x7f987c439700 (LWP 13676)]
[New Thread 0x7f987c63e700 (LWP 13675)]
[New Thread 0x7f987c843700 (LWP 13674)]
[New Thread 0x7f987ca48700 (LWP 13673)]
[New Thread 0x7f987cc4d700 (LWP 13672)]
[New Thread 0x7f987ce52700 (LWP 13671)]
[New Thread 0x7f987d057700 (LWP 13670)]
[New Thread 0x7f987d25c700 (LWP 13668)]
[New Thread 0x7f987d461700 (LWP 13667)]
[New Thread 0x7f987d666700 (LWP 13666)]
[New Thread 0x7f987d867700 (LWP 13665)]
[New Thread 0x7f987daf0700 (LWP 13664)]
[New Thread 0x7f987dcf1700 (LWP 13663)]
[New Thread 0x7f987def6700 (LWP 13662)]
[New Thread 0x7f987e0f7700 (LWP 13661)]
[New Thread 0x7f987e2f8700 (LWP 13660)]
[New Thread 0x7f987e4f9700 (LWP 13659)]
[New Thread 0x7f987e6fa700 (LWP 13657)]
[New Thread 0x7f987e8fb700 (LWP 13656)]
[New Thread 0x7f987eafc700 (LWP 13655)]
[New Thread 0x7f987ecfd700 (LWP 13654)]
[New Thread 0x7f987eefe700 (LWP 13653)]
[New Thread 0x7f987f0ff700 (LWP 13652)]
[New Thread 0x7f987f4a1700 (LWP 13651)]
[New Thread 0x7f987f6a2700 (LWP 13650)]
[New Thread 0x7f987fb97700 (LWP 13647)]
[New Thread 0x7f989c5fe700 (LWP 13646)]
[New Thread 0x7f989c7ff700 (LWP 13645)]
[New Thread 0x7f989cdfe700 (LWP 13644)]
[New Thread 0x7f989d17b700 (LWP 13643)]
[New Thread 0x7f989d1bc700 (LWP 13640)]
[New Thread 0x7f989d1fd700 (LWP 13639)]
[New Thread 0x7f989cfff700 (LWP 13637)]
[New Thread 0x7f989db23700 (LWP 13635)]
warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7fff9b9fe000
0x00007f98a0576d84 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
Id Target Id Frame
58 Thread 0x7f989db23700 (LWP 13635) "Finalizer" 0x00007f98a01e17a4 in sigsuspend () from /lib/x86_64-linux-gnu/libc.so.6
57 Thread 0x7f989cfff700 (LWP 13637) "mono" 0x00007f98a01e17a4 in sigsuspend () from /lib/x86_64-linux-gnu/libc.so.6
56 Thread 0x7f989d1fd700 (LWP 13639) "mono" 0x00007f98a029fa93 in epoll_wait () from /lib/x86_64-linux-gnu/libc.so.6
55 Thread 0x7f989d1bc700 (LWP 13640) "IO Threadpool w" 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
54 Thread 0x7f989d17b700 (LWP 13643) "Threadpool moni" 0x00007f98a01e17a4 in sigsuspend () from /lib/x86_64-linux-gnu/libc.so.6
53 Thread 0x7f989cdfe700 (LWP 13644) "Threadpool work" 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
52 Thread 0x7f989c7ff700 (LWP 13645) "Timer-Scheduler" 0x00007f98a01e17a4 in sigsuspend () from /lib/x86_64-linux-gnu/libc.so.6
51 Thread 0x7f989c5fe700 (LWP 13646) "Threadpool work" 0x00007f98a01e17a4 in sigsuspend () from /lib/x86_64-linux-gnu/libc.so.6
50 Thread 0x7f987fb97700 (LWP 13647) "Threadpool work" 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
49 Thread 0x7f987f6a2700 (LWP 13650) "Threadpool work" 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
48 Thread 0x7f987f4a1700 (LWP 13651) "Threadpool work" 0x00007f98a01e17a4 in sigsuspend () from /lib/x86_64-linux-gnu/libc.so.6
47 Thread 0x7f987f0ff700 (LWP 13652) "Timer-Scheduler" 0x00007f98a01e17a4 in sigsuspend () from /lib/x86_64-linux-gnu/libc.so.6
46 Thread 0x7f987eefe700 (LWP 13653) "Threadpool work" 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
45 Thread 0x7f987ecfd700 (LWP 13654) "Threadpool work" 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
44 Thread 0x7f987eafc700 (LWP 13655) "Threadpool work" 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
43 Thread 0x7f987e8fb700 (LWP 13656) "Threadpool work" 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
42 Thread 0x7f987e6fa700 (LWP 13657) "Threadpool work" 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
41 Thread 0x7f987e4f9700 (LWP 13659) "Threadpool work" 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
40 Thread 0x7f987e2f8700 (LWP 13660) "Threadpool work" 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
39 Thread 0x7f987e0f7700 (LWP 13661) "Threadpool work" 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
38 Thread 0x7f987def6700 (LWP 13662) "Threadpool work" 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
37 Thread 0x7f987dcf1700 (LWP 13663) "Threadpool work" 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
36 Thread 0x7f987daf0700 (LWP 13664) "Threadpool work" 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
35 Thread 0x7f987d867700 (LWP 13665) "Threadpool work" 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
34 Thread 0x7f987d666700 (LWP 13666) "Threadpool work" 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
33 Thread 0x7f987d461700 (LWP 13667) "Threadpool work" 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
32 Thread 0x7f987d25c700 (LWP 13668) "Threadpool work" 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
31 Thread 0x7f987d057700 (LWP 13670) "Threadpool work" 0x00007f98a057a88d in waitpid () from /lib/x86_64-linux-gnu/libpthread.so.0
30 Thread 0x7f987ce52700 (LWP 13671) "Threadpool work" 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
29 Thread 0x7f987cc4d700 (LWP 13672) "Threadpool work" 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
28 Thread 0x7f987ca48700 (LWP 13673) "Threadpool work" 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
27 Thread 0x7f987c843700 (LWP 13674) "Threadpool work" 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
26 Thread 0x7f987c63e700 (LWP 13675) "Threadpool work" 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
25 Thread 0x7f987c439700 (LWP 13676) "Threadpool work" 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
24 Thread 0x7f987c234700 (LWP 13677) "Threadpool work" 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
23 Thread 0x7f985bfff700 (LWP 13678) "Threadpool work" 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
22 Thread 0x7f985bdfe700 (LWP 13679) "Threadpool work" 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
21 Thread 0x7f985bbfd700 (LWP 13681) "Threadpool work" 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
20 Thread 0x7f985b9fc700 (LWP 13682) "Threadpool work" 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
19 Thread 0x7f985b7fb700 (LWP 13687) "Threadpool work" 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
18 Thread 0x7f985b5fa700 (LWP 13688) "Threadpool work" 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
17 Thread 0x7f985b3f9700 (LWP 13689) "Threadpool work" 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
16 Thread 0x7f985b1f8700 (LWP 13690) "Threadpool work" 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
15 Thread 0x7f985aff7700 (LWP 13691) "Threadpool work" 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
14 Thread 0x7f985adf6700 (LWP 13692) "Threadpool work" 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
13 Thread 0x7f985abf5700 (LWP 13694) "Threadpool work" 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
12 Thread 0x7f985a967700 (LWP 13695) "Threadpool work" 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
11 Thread 0x7f985a766700 (LWP 13697) "Threadpool work" 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
10 Thread 0x7f985a561700 (LWP 13698) "Threadpool work" 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
9 Thread 0x7f985a35c700 (LWP 13699) "Threadpool work" 0x00007f98a0578fd0 in sem_wait () from /lib/x86_64-linux-gnu/libpthread.so.0
8 Thread 0x7f985a157700 (LWP 13700) "Threadpool work" 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
7 Thread 0x7f9859cff700 (LWP 13701) "Threadpool work" 0x00007f98a01e17a4 in sigsuspend () from /lib/x86_64-linux-gnu/libc.so.6
6 Thread 0x7f98593e7700 (LWP 13704) "Threadpool work" 0x00007f98a01e17a4 in sigsuspend () from /lib/x86_64-linux-gnu/libc.so.6
5 Thread 0x7f9858cf7700 (LWP 13706) "Threadpool work" 0x00007f98a01e17a4 in sigsuspend () from /lib/x86_64-linux-gnu/libc.so.6
4 Thread 0x7f98517f7700 (LWP 13717) "Threadpool work" 0x00007f98a01e17a4 in sigsuspend () from /lib/x86_64-linux-gnu/libc.so.6
3 Thread 0x7f98515f6700 (LWP 13718) "Threadpool work" 0x00007f98a01e17a4 in sigsuspend () from /lib/x86_64-linux-gnu/libc.so.6
2 Thread 0x7f984d7ff700 (LWP 13801) "Threadpool work" 0x00007f98a01e17a4 in sigsuspend () from /lib/x86_64-linux-gnu/libc.so.6
* 1 Thread 0x7f98a10a5780 (LWP 13633) "mono" 0x00007f98a0576d84 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
Thread 58 (Thread 0x7f989db23700 (LWP 13635)):
#0 0x00007f98a01e17a4 in sigsuspend () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00000000005ca4c4 in suspend_thread (context=0x7f989db227c0, info=0x7f98980008e0) at sgen-os-posix.c:113
#2 suspend_handler (sig=<optimized out>, siginfo=<optimized out>, context=0x7f989db227c0) at sgen-os-posix.c:140
#3 <signal handler called>
#4 0x00007f98a0578fce in sem_wait () from /lib/x86_64-linux-gnu/libpthread.so.0
#5 0x0000000000629918 in mono_sem_wait (sem=0x9746e0, alertable=1) at mono-semaphore.c:119
#6 0x00000000005a332a in finalizer_thread (unused=<optimized out>) at gc.c:1073
#7 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#8 start_wrapper (data=<optimized out>) at threads.c:707
#9 0x000000000062e736 in inner_start_thread (arg=0x7fff9b9b2f30) at mono-threads-posix.c:94
#10 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#11 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#12 0x0000000000000000 in ?? ()
Thread 57 (Thread 0x7f989cfff700 (LWP 13637)):
#0 0x00007f98a01e17a4 in sigsuspend () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00000000005ca4c4 in suspend_thread (context=0x7f989cffe340, info=0x7f98900008e0) at sgen-os-posix.c:113
#2 suspend_handler (sig=<optimized out>, siginfo=<optimized out>, context=0x7f989cffe340) at sgen-os-posix.c:140
#3 <signal handler called>
#4 0x00007f98a0576d82 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#5 0x0000000000609653 in _wapi_handle_timedwait_signal_handle (handle=0xc80a, timeout=0x0, alertable=1, poll=<optimized out>) at handles.c:1548
#6 0x000000000061c28b in WaitForSingleObjectEx (handle=0xc80a, timeout=4294967295, alertable=1) at wait.c:194
#7 0x0000000000584261 in mono_wait_uninterrupted (thread=0x7f98a0fe82d0, multiple=0, numhandles=1, handles=0x7f989cffea38, waitall=0, ms=-1, alertable=1) at threads.c:1322
#8 0x0000000000585fa9 in ves_icall_System_Threading_WaitHandle_WaitOne_internal (this=<optimized out>, handle=0xc80a, ms=-1, exitContext=<optimized out>) at threads.c:1454
#9 0x0000000041e2af31 in ?? ()
#10 0x00007f98900025d0 in ?? ()
#11 0x00007f989f081420 in ?? ()
#12 0x00007f9890002650 in ?? ()
#13 0x00007f989cffeae0 in ?? ()
#14 0x00007f989cffea60 in ?? ()
#15 0x00007f989cffedb0 in ?? ()
#16 0x00007f989f081420 in ?? ()
#17 0x00007f989f081420 in ?? ()
#18 0x00007f989f07f940 in ?? ()
#19 0x00007f989dd9ce66 in System.Threading.WaitHandle:WaitOne (this=...) at /src/mono/mcs/class/corlib/System.Threading/WaitHandle.cs:709
#20 0x0000000041e2a76e in ?? ()
#21 0x00007f989f070858 in ?? ()
#22 0x00007f989f07f9c0 in ?? ()
#23 0x0000000041335c20 in ?? ()
#24 0x0000000001bd6248 in ?? ()
#25 0x00007f989cffeae0 in ?? ()
#26 0x00007f989f081488 in ?? ()
#27 0x00007f989cffebb0 in ?? ()
#28 0x00007f989dd98b51 in System.Threading.Thread:StartInternal (this=...) at /src/mono/mcs/class/corlib/System.Threading/Thread.cs:1378
#29 0x0000000041ddf14a in ?? ()
#30 0x00007f9890002650 in ?? ()
#31 0x0000000000000018 in ?? ()
#32 0x0000000000000000 in ?? ()
Thread 56 (Thread 0x7f989d1fd700 (LWP 13639)):
#0 0x00007f98a029fa93 in epoll_wait () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x0000000000589484 in tp_epoll_wait (p=0x9741e0) at ../../mono/metadata/tpool-epoll.c:118
#2 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#3 start_wrapper (data=<optimized out>) at threads.c:707
#4 0x000000000062e736 in inner_start_thread (arg=0x7f989cffe8b0) at mono-threads-posix.c:94
#5 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#6 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#7 0x0000000000000000 in ?? ()
Thread 55 (Thread 0x7f989d1bc700 (LWP 13640)):
#0 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974288, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7f989cffe890) at mono-threads-posix.c:94
#6 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 54 (Thread 0x7f989d17b700 (LWP 13643)):
#0 0x00007f98a01e17a4 in sigsuspend () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00000000005ca4c4 in suspend_thread (context=0x7f989d17a740, info=0x7f988c0008e0) at sgen-os-posix.c:113
#2 suspend_handler (sig=<optimized out>, siginfo=<optimized out>, context=0x7f989d17a740) at sgen-os-posix.c:140
#3 <signal handler called>
#4 0x00007f98a0990284 in clock_nanosleep () from /lib/x86_64-linux-gnu/librt.so.1
#5 0x000000000061d62b in SleepEx (ms=<optimized out>, alertable=1) at wthreads.c:277
#6 0x0000000000588b34 in monitor_thread (unused=<optimized out>) at threadpool.c:779
#7 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#8 start_wrapper (data=<optimized out>) at threads.c:707
#9 0x000000000062e736 in inner_start_thread (arg=0x7f989d1bbb80) at mono-threads-posix.c:94
#10 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#11 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#12 0x0000000000000000 in ?? ()
Thread 53 (Thread 0x7f989cdfe700 (LWP 13644)):
#0 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974348, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7f989d1bbb60) at mono-threads-posix.c:94
#6 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 52 (Thread 0x7f989c7ff700 (LWP 13645)):
#0 0x00007f98a01e17a4 in sigsuspend () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00000000005ca4c4 in suspend_thread (context=0x7f989c7fe1c0, info=0x7f98840008e0) at sgen-os-posix.c:113
#2 suspend_handler (sig=<optimized out>, siginfo=<optimized out>, context=0x7f989c7fe1c0) at sgen-os-posix.c:140
#3 <signal handler called>
#4 0x00007f98a05770fe in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#5 0x000000000060952b in _wapi_handle_timedwait_signal_handle (handle=0xc82b, timeout=0x7f989c7fe850, alertable=1, poll=<optimized out>) at handles.c:1546
#6 0x000000000061c0ad in WaitForSingleObjectEx (handle=0xc82b, timeout=9999, alertable=1) at wait.c:196
#7 0x0000000000584261 in mono_wait_uninterrupted (thread=0x7f98a0fe89b0, multiple=0, numhandles=1, handles=0x7f989c7fe8f8, waitall=0, ms=9999, alertable=1) at threads.c:1322
#8 0x0000000000585fa9 in ves_icall_System_Threading_WaitHandle_WaitOne_internal (this=<optimized out>, handle=0xc82b, ms=9999, exitContext=<optimized out>) at threads.c:1454
#9 0x0000000041e2af31 in ?? ()
#10 0x00007f98840025d0 in ?? ()
#11 0x00007f989f2e47c8 in ?? ()
#12 0x0000000000000038 in ?? ()
#13 0x00007f989c7fe9b0 in ?? ()
#14 0x00007f989c7fe920 in ?? ()
#15 0x00007f98802db0e8 in ?? ()
#16 0x000000000000270f in ?? ()
#17 0x00007f989f2e4a88 in ?? ()
#18 0x000000000000270f in ?? ()
#19 0x00007f989dd9cf33 in System.Threading.WaitHandle:WaitOne (this=..., millisecondsTimeout=0, exitContext=false) at /src/mono/mcs/class/corlib/System.Threading/WaitHandle.cs:744
#20 0x00007f989dd9cfd5 in System.Threading.WaitHandle:WaitOne (this=..., millisecondsTimeout=9999) at /src/mono/mcs/class/corlib/System.Threading/WaitHandle.cs:783
#21 0x00007f989dd9c2ad in System.Threading.Timer/Scheduler:SchedulerThread (this=...) at /src/mono/mcs/class/corlib/System.Threading/Timer.cs:706
#22 0x00007f989dd98b51 in System.Threading.Thread:StartInternal (this=...) at /src/mono/mcs/class/corlib/System.Threading/Thread.cs:1378
#23 0x0000000041ddf14a in ?? ()
#24 0x0000000000000000 in ?? ()
Thread 51 (Thread 0x7f989c5fe700 (LWP 13646)):
#0 0x00007f98a01e17a4 in sigsuspend () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00000000005ca4c4 in suspend_thread (context=0x7f989c5fd4c0, info=0x7f98780008e0) at sgen-os-posix.c:113
#2 suspend_handler (sig=<optimized out>, siginfo=<optimized out>, context=0x7f989c5fd4c0) at sgen-os-posix.c:140
#3 <signal handler called>
#4 0x00007f98a0291ffb in read () from /lib/x86_64-linux-gnu/libc.so.6
#5 0x000000004158acbb in ?? ()
#6 0x00007f98780025d0 in ?? ()
#7 0x00007f989c5fddb0 in ?? ()
#8 0x00007f9878002650 in ?? ()
#9 0x00007f989c5fdb20 in ?? ()
#10 0x00007f989c5fda70 in ?? ()
#11 0x00007f989c5fddb0 in ?? ()
#12 0x00007f989f31b088 in ?? ()
#13 0x00007f989f31a528 in ?? ()
#14 0x00007f989f31a4b0 in ?? ()
#15 0x000000004158ac30 in ?? ()
#16 0x00007f989f31b0a8 in ?? ()
#17 0x000000004158ab34 in ?? ()
#18 0x0000000000000000 in ?? ()
Thread 50 (Thread 0x7f987fb97700 (LWP 13647)):
#0 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974348, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7f989d17ac00) at mono-threads-posix.c:94
#6 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 49 (Thread 0x7f987f6a2700 (LWP 13650)):
#0 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974348, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7f989d17ac00) at mono-threads-posix.c:94
#6 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 48 (Thread 0x7f987f4a1700 (LWP 13651)):
#0 0x00007f98a01e17a4 in sigsuspend () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00000000005ca4c4 in suspend_thread (context=0x7f987f4a0340, info=0x7f98700008e0) at sgen-os-posix.c:113
#2 suspend_handler (sig=<optimized out>, siginfo=<optimized out>, context=0x7f987f4a0340) at sgen-os-posix.c:140
#3 <signal handler called>
#4 0x00007f98a0990284 in clock_nanosleep () from /lib/x86_64-linux-gnu/librt.so.1
#5 0x000000000061d62b in SleepEx (ms=<optimized out>, alertable=1) at wthreads.c:277
#6 0x00000000005863f9 in ves_icall_System_Threading_Thread_Sleep_internal (ms=100) at threads.c:1094
#7 0x000000004169cc76 in ?? ()
#8 0x00007f98700025d0 in ?? ()
#9 0x00007f989f361288 in ?? ()
#10 0x00007f989f37d918 in ?? ()
#11 0x00007f987f4a0b20 in ?? ()
#12 0x00007f987f4a0960 in ?? ()
#13 0x00007f989f166b30 in ?? ()
#14 0x00007f989f361288 in ?? ()
#15 0x00007f989f37d918 in ?? ()
#16 0x0000000000000064 in ?? ()
#17 0x000000004169cbb1 in ?? ()
#18 0x0000000000000067 in ?? ()
#19 0x00007f989f361288 in ?? ()
#20 0x00007f987f4a0b20 in ?? ()
#21 0x0000000041694a8e in ?? ()
#22 0x00007f989f28a558 in ?? ()
#23 0x00007f989f166ac8 in ?? ()
#24 0x00007f989f166ac8 in ?? ()
#25 0x00007f989f166ac8 in ?? ()
#26 0x00007f989f166b30 in ?? ()
#27 0x00007f989f166b30 in ?? ()
#28 0x00007f987f4a0b30 in ?? ()
#29 0x00007f989f28a558 in ?? ()
#30 0x0000000000000000 in ?? ()
Thread 47 (Thread 0x7f987f0ff700 (LWP 13652)):
#0 0x00007f98a01e17a4 in sigsuspend () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00000000005ca4c4 in suspend_thread (context=0x7f987f0fe180, info=0x7f98640008e0) at sgen-os-posix.c:113
#2 suspend_handler (sig=<optimized out>, siginfo=<optimized out>, context=0x7f987f0fe180) at sgen-os-posix.c:140
#3 <signal handler called>
#4 0x00007f98a05770fe in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#5 0x000000000060952b in _wapi_handle_timedwait_signal_handle (handle=0xc8aa, timeout=0x7f987f0fe810, alertable=1, poll=<optimized out>) at handles.c:1546
#6 0x000000000061c0ad in WaitForSingleObjectEx (handle=0xc8aa, timeout=999, alertable=1) at wait.c:196
#7 0x0000000000584261 in mono_wait_uninterrupted (thread=0x7f987f1c18d0, multiple=0, numhandles=1, handles=0x7f987f0fe8b8, waitall=0, ms=999, alertable=1) at threads.c:1322
#8 0x0000000000585fa9 in ves_icall_System_Threading_WaitHandle_WaitOne_internal (this=<optimized out>, handle=0xc8aa, ms=999, exitContext=<optimized out>) at threads.c:1454
#9 0x0000000041610361 in ?? ()
#10 0x00007f98640025d0 in ?? ()
#11 0x00007f989f019c70 in ?? ()
#12 0x0000000000000011 in ?? ()
#13 0x00007f987f0fe970 in ?? ()
#14 0x00007f987f0fe8e0 in ?? ()
#15 0x0000000000000001 in ?? ()
#16 0x00000000000003e8 in ?? ()
#17 0x00007f989f019c48 in ?? ()
#18 0x00000000000003e7 in ?? ()
#19 0x00000000416100ab in ?? ()
#20 0x00007f989f019c48 in ?? ()
#21 0x0000000000000000 in ?? ()
Thread 46 (Thread 0x7f987eefe700 (LWP 13653)):
#0 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974348, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7f989d17ac00) at mono-threads-posix.c:94
#6 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 45 (Thread 0x7f987ecfd700 (LWP 13654)):
#0 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974348, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7f989d17ac00) at mono-threads-posix.c:94
#6 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 44 (Thread 0x7f987eafc700 (LWP 13655)):
#0 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974348, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7f989d17ac00) at mono-threads-posix.c:94
#6 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 43 (Thread 0x7f987e8fb700 (LWP 13656)):
#0 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974348, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7f989d17ac00) at mono-threads-posix.c:94
#6 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 42 (Thread 0x7f987e6fa700 (LWP 13657)):
#0 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974348, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7f989d17ac00) at mono-threads-posix.c:94
#6 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 41 (Thread 0x7f987e4f9700 (LWP 13659)):
#0 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974348, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7f989d17ac00) at mono-threads-posix.c:94
#6 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 40 (Thread 0x7f987e2f8700 (LWP 13660)):
#0 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974348, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7f989d17ac00) at mono-threads-posix.c:94
#6 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 39 (Thread 0x7f987e0f7700 (LWP 13661)):
#0 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974348, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7f989d17ac00) at mono-threads-posix.c:94
#6 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 38 (Thread 0x7f987def6700 (LWP 13662)):
#0 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974348, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7f989d17ac00) at mono-threads-posix.c:94
#6 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 37 (Thread 0x7f987dcf1700 (LWP 13663)):
#0 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974348, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7f989d17ac00) at mono-threads-posix.c:94
#6 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 36 (Thread 0x7f987daf0700 (LWP 13664)):
#0 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974348, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7f989d17ac00) at mono-threads-posix.c:94
#6 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 35 (Thread 0x7f987d867700 (LWP 13665)):
#0 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974348, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7f989d17ac00) at mono-threads-posix.c:94
#6 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 34 (Thread 0x7f987d666700 (LWP 13666)):
#0 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974348, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7f989d17ac00) at mono-threads-posix.c:94
#6 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 33 (Thread 0x7f987d461700 (LWP 13667)):
#0 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974348, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7f989d17ac00) at mono-threads-posix.c:94
#6 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 32 (Thread 0x7f987d25c700 (LWP 13668)):
#0 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974348, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7f989d17ac00) at mono-threads-posix.c:94
#6 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 31 (Thread 0x7f987d057700 (LWP 13670)):
#0 0x00007f98a057a88d in waitpid () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x00000000004ac8e6 in mono_handle_native_sigsegv (signal=<optimized out>, ctx=<optimized out>) at mini-exceptions.c:2305
#2 0x000000000050491f in mono_arch_handle_altstack_exception (sigctx=0x7f987ce56ac0, fault_addr=<optimized out>, stack_ovf=0) at exceptions-amd64.c:905
#3 0x0000000000421177 in mono_sigsegv_signal_handler (_dummy=11, info=0x7f987ce56bf0, context=0x7f987ce56ac0) at mini.c:6844
#4 <signal handler called>
#5 mono_type_hash (data=0xd0) at metadata.c:1389
#6 0x00000000005614e5 in mono_signature_hash (sig=0x7f988c091a60) at metadata.c:4906
#7 0x000000000062ff79 in do_rehash (hash=0x7f988452c330) at ghashtable.c:205
#8 rehash (hash=0x7f988452c330) at ghashtable.c:225
#9 0x0000000000630175 in monoeg_g_hash_table_insert_replace (hash=0x7f988452c330, key=0x7f98882b7a20, value=0x7f988c0f33e8, replace=0) at ghashtable.c:241
#10 0x0000000000544a30 in mono_mb_create_and_cache_full (cache=0x7f988452c330, key=0x7f98882b7a20, mb=0x7f98882b75f0, sig=<optimized out>, max_stack=17, out_found=0x0) at marshal.c:2498
#11 0x000000000054b5ec in mono_marshal_get_delegate_invoke_internal (target_method=<optimized out>, static_method_with_first_arg_bound=<optimized out>, callvirt=0, method=<optimized out>) at marshal.c:4445
#12 mono_marshal_get_delegate_invoke (method=<optimized out>, del=<optimized out>) at marshal.c:4478
#13 0x00000000004afce3 in mono_delegate_trampoline (regs=<optimized out>, code=<optimized out>, arg=<optimized out>, tramp=<optimized out>) at mini-trampolines.c:1177
#14 0x0000000041334206 in ?? ()
#15 0x00007f9880065150 in ?? ()
#16 0x0000000000501b1e in mono_breakpoint_clean_code (method_start=0x7f989f378508 "\210\303\024d\230\177", code=<optimized out>, offset=<optimized out>, buf=0x0, size=<optimized out>) at /usr/include/x86_64-linux-gnu/bits/string3.h:52
#17 0x0000000000505896 in mono_arch_patch_callsite (method_start=<optimized out>, orig_code=0x7f98580f953c "H\213\034$L\213l$\bL\213t$\020L\213|$\030H\203\304(þ~", addr=0x41abc2f0 "H\203\354\bL\211<$L\213\377I\213\307H\205\300t2H\270\220\262P\204\230\177") at tramp-amd64.c:147
#18 0x4f425245565f4f4e in ?? ()
#19 0x0000000000000000 in ?? ()
Thread 30 (Thread 0x7f987ce52700 (LWP 13671)):
#0 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974348, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7f989d17ac00) at mono-threads-posix.c:94
#6 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 29 (Thread 0x7f987cc4d700 (LWP 13672)):
#0 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974348, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7f989d17ac00) at mono-threads-posix.c:94
#6 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 28 (Thread 0x7f987ca48700 (LWP 13673)):
#0 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974348, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7f989d17ac00) at mono-threads-posix.c:94
#6 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 27 (Thread 0x7f987c843700 (LWP 13674)):
#0 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974348, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7f989d17ac00) at mono-threads-posix.c:94
#6 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 26 (Thread 0x7f987c63e700 (LWP 13675)):
#0 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974348, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7f989d17ac00) at mono-threads-posix.c:94
#6 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 25 (Thread 0x7f987c439700 (LWP 13676)):
#0 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974348, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7f989d17ac00) at mono-threads-posix.c:94
#6 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 24 (Thread 0x7f987c234700 (LWP 13677)):
#0 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974348, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7f989d17ac00) at mono-threads-posix.c:94
#6 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 23 (Thread 0x7f985bfff700 (LWP 13678)):
#0 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974348, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7f989d17ac00) at mono-threads-posix.c:94
#6 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 22 (Thread 0x7f985bdfe700 (LWP 13679)):
#0 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974348, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7f989d17ac00) at mono-threads-posix.c:94
#6 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 21 (Thread 0x7f985bbfd700 (LWP 13681)):
#0 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974348, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7f989d17ac00) at mono-threads-posix.c:94
#6 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 20 (Thread 0x7f985b9fc700 (LWP 13682)):
#0 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974348, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7f989d17ac00) at mono-threads-posix.c:94
#6 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 19 (Thread 0x7f985b7fb700 (LWP 13687)):
#0 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974348, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7f989d17ac00) at mono-threads-posix.c:94
#6 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 18 (Thread 0x7f985b5fa700 (LWP 13688)):
#0 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974348, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7f989d17ac00) at mono-threads-posix.c:94
#6 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 17 (Thread 0x7f985b3f9700 (LWP 13689)):
#0 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974348, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7f989d17ac00) at mono-threads-posix.c:94
#6 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 16 (Thread 0x7f985b1f8700 (LWP 13690)):
#0 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974348, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7f989d17ac00) at mono-threads-posix.c:94
#6 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 15 (Thread 0x7f985aff7700 (LWP 13691)):
#0 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974348, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7f989d17ac00) at mono-threads-posix.c:94
#6 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 14 (Thread 0x7f985adf6700 (LWP 13692)):
#0 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974348, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7f989d17ac00) at mono-threads-posix.c:94
#6 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 13 (Thread 0x7f985abf5700 (LWP 13694)):
#0 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974348, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7f989d17ac00) at mono-threads-posix.c:94
#6 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 12 (Thread 0x7f985a967700 (LWP 13695)):
#0 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974348, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7f989d17ac00) at mono-threads-posix.c:94
#6 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 11 (Thread 0x7f985a766700 (LWP 13697)):
#0 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974348, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7f989d17ac00) at mono-threads-posix.c:94
#6 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 10 (Thread 0x7f985a561700 (LWP 13698)):
#0 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974348, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7f989d17ac00) at mono-threads-posix.c:94
#6 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 9 (Thread 0x7f985a35c700 (LWP 13699)):
#0 0x00007f98a0578fd0 in sem_wait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629918 in mono_sem_wait (sem=0x974bc0, alertable=0) at mono-semaphore.c:119
#2 0x00000000005ca676 in sgen_wait_for_suspend_ack (count=15) at sgen-os-posix.c:175
#3 0x00000000005ca798 in sgen_thread_handshake (suspend=<optimized out>) at sgen-os-posix.c:209
#4 0x00000000005fc815 in sgen_stop_world (generation=0) at sgen-stw.c:228
#5 0x00000000005d3142 in sgen_perform_collection (requested_size=4096, generation_to_collect=0, reason=0x7051e8 "Nursery full", wait_to_finish=0) at sgen-gc.c:3154
#6 0x00000000005ed8cf in mono_gc_alloc_obj_nolock (vtable=vtable(%s), size=<optimized out>) at sgen-alloc.c:314
#7 0x00000000005edc2c in mono_gc_alloc_vector (vtable=vtable(%s), size=808, max_length=387) at sgen-alloc.c:520
#8 0x0000000041ddf455 in ?? ()
#9 0x00007f985a35a490 in ?? ()
#10 0x0000000000000016 in ?? ()
#11 0x00007f989f166a30 in ?? ()
#12 0x00007f985a35a190 in ?? ()
#13 0x00007f985a35a0f0 in ?? ()
#14 0x00007f985a35c6d8 in ?? ()
#15 0x0000000000000328 in ?? ()
#16 0x00007f9880073ae0 in ?? ()
#17 0x0000000000000183 in ?? ()
#18 0x00000000414a1500 in ?? ()
#19 0x00007f989f166d58 in ?? ()
#20 0x00000000414dc5cb in ?? ()
#21 0x00007f989f38c4f8 in ?? ()
#22 0x00007f989f29d930 in ?? ()
#23 0x00007f985a35a490 in ?? ()
#24 0x000000000000002d in ?? ()
#25 0x00007f989f29d930 in ?? ()
#26 0x00007f985a35a360 in ?? ()
#27 0x00007f989f38c4f8 in ?? ()
#28 0x00007f989f29d930 in ?? ()
#29 0x00007f985a35a2e0 in ?? ()
#30 0x00000000414f0cfc in ?? ()
#31 0x00007f989f1669f8 in ?? ()
#32 0x00007f989f29d930 in ?? ()
#33 0x00007f985a35a360 in ?? ()
#34 0x00007f989f38c4f8 in ?? ()
#35 0x00007f989f29d930 in ?? ()
#36 0x00007f989f38c4f8 in ?? ()
#37 0x00007f989f29d930 in ?? ()
#38 0x00000000414f051b in ?? ()
#39 0x0000000000000004 in ?? ()
#40 0x00007f985a35a2e0 in ?? ()
#41 0x00007f989f29d930 in ?? ()
#42 0x00007f985a35a360 in ?? ()
#43 0x00007f989f38c4f8 in ?? ()
#44 0x00007f989f29d930 in ?? ()
#45 0x0000000000000004 in ?? ()
#46 0x00007f989f29d8d8 in ?? ()
#47 0x0000000001ab12e8 in ?? ()
#48 0x0000000001ab1628 in ?? ()
#49 0x00007f989f29d924 in ?? ()
#50 0x00007f989f29d8d8 in ?? ()
#51 0x0000000000000000 in ?? ()
Thread 8 (Thread 0x7f985a157700 (LWP 13700)):
#0 0x00007f98a05790c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974348, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7f989d17ac00) at mono-threads-posix.c:94
#6 0x00007f98a0572e9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007f98a029f3fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 7 (Thread 0x7f9859cff700 (LWP 13701)):
#0 0x00007f98a01e17a4 in sigsuspend () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00000000005ca4c4 in suspend_thread (context=0x7f9859cfe440, info=0x7f9864008070) at sgen-os-posix.c:113
#2 suspend_handler (sig=<optimized out>, siginfo=<optimized out>, context=0x7f9859cfe440) at sgen-os-posix.c:140
#3 <signal handler called>
#4 0x00007f98a0990284 in clock_nanosleep () from /lib/x86_64-linux-gnu/librt.so.1
#5 0x000000000061d62b in SleepEx (ms=<optimized out>, alertable=1) at wthreads.c:277
#6 0x00000000005863f9 in ves_icall_System_Threading_Thread_Sleep_internal (ms=100) at threads.c:1094
#7 0x000000004169cc76 in ?? ()
#8 0x00007f9864009cb0 in ?? ()
#9 0x00007f9859cfedb0 in ?? ()
#10 0x00007f9878002650 in ?? ()
#11 0x00007f9859cfeb20 in ?? ()
#12 0x00007f9859cfea60 in ?? ()
#13 0x00007f9859cfedb0 in ?? ()
#14 0x00007f989f361488 in ?? ()
#15 0x00007f989f361488 in ?? ()
#16 0x0000000000000064 in ?? ()
#17 0x000000004169cbb1 in ?? ()
#18 0x00007f989f361488 in ?? ()
#19 0x00000000416e2d2d in ?? ()
#20 0x00000000416e2d12 in ?? ()
#21 0x00000000416e2d44 in ?? ()
#22 0x00007f987f24e6f8 in ?? ()
#23 0x00007f98a0f7e7a0 in ?? ()
#24 0x00007f98a0f7e7a0 in ?? ()
#25 0x00007f989f361488 in ?? ()
#26 0x00007f989f361488 in ?? ()
#27 0x00007f9880065158 in ?? ()
#28 0x0000000041335c20 in ?? ()
#29 0x00007f9880915580 in ?? ()
#30 0x00007f9859cfeac0 in ?? ()
#31 0x0000000041335c20 in ?? ()
#32 0x00007f9859cfebb0 in ?? ()
#33 0x000000004158a998 in ?? ()
#34 0x0000000000000000 in ?? ()
Thread 6 (Thread 0x7f98593e7700 (LWP 13704)):
#0 0x00007f98a01e17a4 in sigsuspend () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00000000005ca4c4 in suspend_thread (context=0x7f98593e6340, info=0x7f9870005130) at sgen-os-posix.c:113
#2 suspend_handler (sig=<optimized out>, siginfo=<optimized out>, context=0x7f98593e6340) at sgen-os-posix.c:140
#3 <signal handler called>
#4 0x00007f98a0990284 in clock_nanosleep () from /lib/x86_64-linux-gnu/librt.so.1
#5 0x000000000061d62b in SleepEx (ms=<optimized out>, alertable=1) at wthreads.c:277
#6 0x00000000005863f9 in ves_icall_System_Threading_Thread_Sleep_internal (ms=100) at threads.c:1094
#7 0x000000004169cc76 in ?? ()
#8 0x00007f987002b540 in ?? ()
#9 0x00007f989f2117b8 in ?? ()
#10 0x00007f9878002650 in ?? ()
#11 0x00007f98593e6b20 in ?? ()
#12 0x00007f98593e6960 in ?? ()
#13 0x00007f98593e6db0 in ?? ()
#14 0x00007f989f2117b8 in ?? ()
#15 0x00007f989f361288 in ?? ()
#16 0x0000000000000064 in ?? ()
#17 0x000000004169cbb1 in ?? ()
#18 0x00007f989f361288 in ?? ()
#19 0x00007f989f361288 in ?? ()
#20 0x00000000419ac5f6 in ?? ()
#21 0x00000000419ac890 in ?? ()
#22 0x0000000000000000 in ?? ()
Thread 5 (Thread 0x7f9858cf7700 (LWP 13706)):
#0 0x00007f98a01e17a4 in sigsuspend () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00000000005ca4c4 in suspend_thread (context=0x7f9858cf6340, info=0x7f986c0bd970) at sgen-os-posix.c:113
#2 suspend_handler (sig=<optimized out>, siginfo=<optimized out>, context=0x7f9858cf6340) at sgen-os-posix.c:140
#3 <signal handler called>
#4 0x00007f98a0990284 in clock_nanosleep () from /lib/x86_64-linux-gnu/librt.so.1
#5 0x000000000061d62b in SleepEx (ms=<optimized out>, alertable=1) at wthreads.c:277
#6 0x00000000005863f9 in ves_icall_System_Threading_Thread_Sleep_internal (ms=100) at threads.c:1094
#7 0x000000004169cc76 in ?? ()
#8 0x00007f986c0778f0 in ?? ()
#9 0x00007f989f300408 in ?? ()
#10 0x00007f9878002650 in ?? ()
#11 0x00007f9858cf6b20 in ?? ()
#12 0x00007f9858cf6960 in ?? ()
#13 0x00007f9858cf6db0 in ?? ()
#14 0x00007f989f300408 in ?? ()
#15 0x00007f987f1d4ad8 in ?? ()
#16 0x0000000000000064 in ?? ()
#17 0x000000004169cbb1 in ?? ()
#18 0x00007f987f1d4ad8 in ?? ()
#19 0x00007f987f1d4ad8 in ?? ()
#20 0x00000000419ac5f6 in ?? ()
#21 0x00000000419ac890 in ?? ()
#22 0x0000000000000000 in ?? ()
Thread 4 (Thread 0x7f98517f7700 (LWP 13717)):
#0 0x00007f98a01e17a4 in sigsuspend () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00000000005ca4c4 in suspend_thread (context=0x7f98517f6340, info=0x7f9874105180) at sgen-os-posix.c:113
#2 suspend_handler (sig=<optimized out>, siginfo=<optimized out>, context=0x7f98517f6340) at sgen-os-posix.c:140
#3 <signal handler called>
#4 0x00007f98a0990284 in clock_nanosleep () from /lib/x86_64-linux-gnu/librt.so.1
#5 0x000000000061d62b in SleepEx (ms=<optimized out>, alertable=1) at wthreads.c:277
#6 0x00000000005863f9 in ves_icall_System_Threading_Thread_Sleep_internal (ms=100) at threads.c:1094
#7 0x000000004169cc76 in ?? ()
#8 0x00007f9874104d90 in ?? ()
#9 0x00007f989f362f00 in ?? ()
#10 0x00007f9878002650 in ?? ()
#11 0x00007f98517f6b20 in ?? ()
#12 0x00007f98517f6960 in ?? ()
#13 0x00007f98517f6db0 in ?? ()
#14 0x00007f989f362f00 in ?? ()
#15 0x00007f987f1d4808 in ?? ()
#16 0x0000000000000064 in ?? ()
#17 0x000000004169cbb1 in ?? ()
#18 0x00007f987f1d4808 in ?? ()
#19 0x00007f987f1d4808 in ?? ()
#20 0x00000000419ac5f6 in ?? ()
#21 0x00000000419ac890 in ?? ()
#22 0x00007f989f1957a8 in ?? ()
#23 0x0000000000000001 in ?? ()
#24 0x00007f989f037628 in ?? ()
#25 0x00007f989f28a558 in ?? ()
#26 0x0000000000000000 in ?? ()
Thread 3 (Thread 0x7f98515f6700 (LWP 13718)):
#0 0x00007f98a01e17a4 in sigsuspend () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00000000005ca4c4 in suspend_thread (context=0x7f98515f5340, info=0x7f98780af230) at sgen-os-posix.c:113
#2 suspend_handler (sig=<optimized out>, siginfo=<optimized out>, context=0x7f98515f5340) at sgen-os-posix.c:140
#3 <signal handler called>
#4 0x00007f98a0990284 in clock_nanosleep () from /lib/x86_64-linux-gnu/librt.so.1
#5 0x000000000061d62b in SleepEx (ms=<optimized out>, alertable=1) at wthreads.c:277
#6 0x00000000005863f9 in ves_icall_System_Threading_Thread_Sleep_internal (ms=100) at threads.c:1094
#7 0x000000004169cc76 in ?? ()
#8 0x00007f98781348a0 in ?? ()
#9 0x00007f989f363250 in ?? ()
#10 0x00007f9878002650 in ?? ()
#11 0x00007f98515f5b20 in ?? ()
#12 0x00007f98515f5960 in ?? ()
#13 0x00007f98515f5db0 in ?? ()
#14 0x00007f989f363250 in ?? ()
#15 0x00007f987f1d49e8 in ?? ()
#16 0x0000000000000064 in ?? ()
#17 0x000000004169cbb1 in ?? ()
#18 0x00007f987f1d49e8 in ?? ()
#19 0x00007f987f1d49e8 in ?? ()
#20 0x00000000419ac5f6 in ?? ()
#21 0x00000000419ac890 in ?? ()
#22 0x00007f989f1ef660 in ?? ()
#23 0x0000000000000001 in ?? ()
#24 0x00007f989f16cba0 in ?? ()
#25 0x00007f989f28a558 in ?? ()
#26 0x0000000000000000 in ?? ()
Thread 2 (Thread 0x7f984d7ff700 (LWP 13801)):
#0 0x00007f98a01e17a4 in sigsuspend () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x00000000005ca4c4 in suspend_thread (context=0x7f984d7fe340, info=0x7f98845e0290) at sgen-os-posix.c:113
#2 suspend_handler (sig=<optimized out>, siginfo=<optimized out>, context=0x7f984d7fe340) at sgen-os-posix.c:140
#3 <signal handler called>
#4 0x00007f98a0990284 in clock_nanosleep () from /lib/x86_64-linux-gnu/librt.so.1
#5 0x000000000061d62b in SleepEx (ms=<optimized out>, alertable=1) at wthreads.c:277
#6 0x00000000005863f9 in ves_icall_System_Threading_Thread_Sleep_internal (ms=100) at threads.c:1094
#7 0x000000004169cc76 in ?? ()
#8 0x00007f98845e0d00 in ?? ()
#9 0x00007f989f166ac8 in ?? ()
#10 0x00007f9878002650 in ?? ()
#11 0x00007f984d7feb20 in ?? ()
#12 0x00007f984d7fe960 in ?? ()
#13 0x00007f984d7fedb0 in ?? ()
#14 0x00007f989f166ac8 in ?? ()
#15 0x00007f987f1d4c40 in ?? ()
#16 0x0000000000000064 in ?? ()
#17 0x000000004169cbb1 in ?? ()
#18 0x00007f987f1d4c40 in ?? ()
#19 0x00007f987f1d4c40 in ?? ()
#20 0x00000000419ac5f6 in ?? ()
#21 0x00000000419ac890 in ?? ()
#22 0x00007f989f03c0c0 in ?? ()
#23 0x0000000000000001 in ?? ()
#24 0x00007f989f04f450 in ?? ()
#25 0x00007f989f28a558 in ?? ()
#26 0x0000000000000000 in ?? ()
Thread 1 (Thread 0x7f98a10a5780 (LWP 13633)):
#0 0x00007f98a0576d84 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000609653 in _wapi_handle_timedwait_signal_handle (handle=0xc800, timeout=0x0, alertable=1, poll=<optimized out>) at handles.c:1548
#2 0x000000000061cc61 in WaitForMultipleObjectsEx (numobjects=3, handles=0x7fff9b9b2d10, waitall=0, timeout=4294967295, alertable=1) at wait.c:637
#3 0x000000000058858a in wait_for_tids_or_state_change (wait=0x7fff9b9b2d10, timeout=<optimized out>) at threads.c:2677
#4 mono_thread_manage () at threads.c:2880
#5 0x0000000000481f1f in mono_main (argc=6, argv=<optimized out>) at driver.c:2025
#6 0x00007f98a01cc76d in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
#7 0x0000000000418f51 in _start ()
=================================================================
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.
=================================================================
[2014-06-13 15:43:54.257963] Notice : Adding applications '/:/var/www/test/'...
[2014-06-13 15:43:54.262042] Notice : Registering application:
[2014-06-13 15:43:54.262095] Notice : Host: any
[2014-06-13 15:43:54.262125] Notice : Port: any
[2014-06-13 15:43:54.262160] Notice : Virtual path: /
[2014-06-13 15:43:54.262197] Notice : Physical path: /var/www/test/
WebConfigurationManager's LRUcache Size overriden to: 1000 (via MONO_ASPNET_WEBCONFIG_CACHESIZE)
Stacktrace:
Native stacktrace:
/usr/local/bin/mono() [0x4ac854]
/usr/local/bin/mono() [0x50491f]
/usr/local/bin/mono() [0x421177]
/lib/x86_64-linux-gnu/libpthread.so.0(+0xfcb0) [0x7ff4ad433cb0]
/usr/local/bin/mono() [0x55fea0]
/usr/local/bin/mono(mono_signature_hash+0x45) [0x5614e5]
/usr/local/bin/mono() [0x62ff79]
/usr/local/bin/mono() [0x630175]
/usr/local/bin/mono() [0x544a30]
/usr/local/bin/mono() [0x54b5ec]
/usr/local/bin/mono() [0x4afce3]
[0x4098a206]
Debug info from gdb:
Mono support loaded.
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[New Thread 0x7ff47bf73700 (LWP 18926)]
[New Thread 0x7ff47bbdf700 (LWP 18922)]
[New Thread 0x7ff47b17b700 (LWP 18921)]
[New Thread 0x7ff47ad6b700 (LWP 18919)]
[New Thread 0x7ff47a94b700 (LWP 18911)]
[New Thread 0x7ff47b5b7700 (LWP 18907)]
[New Thread 0x7ff47b8c7700 (LWP 18906)]
[New Thread 0x7ff4a843a700 (LWP 18903)]
[New Thread 0x7ff4a8dd5700 (LWP 18899)]
[New Thread 0x7ff4a90fe700 (LWP 18898)]
[New Thread 0x7ff4a92ff700 (LWP 18897)]
[New Thread 0x7ff4a9a3b700 (LWP 18895)]
[New Thread 0x7ff4a9a7c700 (LWP 18894)]
[New Thread 0x7ff4a9abd700 (LWP 18889)]
[New Thread 0x7ff4a9afe700 (LWP 18888)]
[New Thread 0x7ff4a9cff700 (LWP 18887)]
[New Thread 0x7ff4aa864700 (LWP 18883)]
warning: no loadable sections found in added symbol-file system-supplied DSO at 0x7fffc59fe000
0x00007ff4ad42fd84 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
Id Target Id Frame
18 Thread 0x7ff4aa864700 (LWP 18883) "Finalizer" 0x00007ff4ad431fd0 in sem_wait () from /lib/x86_64-linux-gnu/libpthread.so.0
17 Thread 0x7ff4a9cff700 (LWP 18887) "mono" 0x00007ff4ad42fd84 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
16 Thread 0x7ff4a9afe700 (LWP 18888) "mono" 0x00007ff4ad158a93 in epoll_wait () from /lib/x86_64-linux-gnu/libc.so.6
15 Thread 0x7ff4a9abd700 (LWP 18889) "IO Threadpool w" 0x00007ff4ad4320c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
14 Thread 0x7ff4a9a7c700 (LWP 18894) "Threadpool moni" 0x00007ff4ad849284 in clock_nanosleep () from /lib/x86_64-linux-gnu/librt.so.1
13 Thread 0x7ff4a9a3b700 (LWP 18895) "Threadpool work" 0x00007ff4ad4300fe in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
12 Thread 0x7ff4a92ff700 (LWP 18897) "Timer-Scheduler" 0x00007ff4ad4300fe in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
11 Thread 0x7ff4a90fe700 (LWP 18898) "Threadpool work" 0x00007ff4ad14affd in read () from /lib/x86_64-linux-gnu/libc.so.6
10 Thread 0x7ff4a8dd5700 (LWP 18899) "Timer-Scheduler" 0x00007ff4ad4300fe in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
9 Thread 0x7ff4a843a700 (LWP 18903) "Threadpool work" 0x00007ff4ad4300fe in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
8 Thread 0x7ff47b8c7700 (LWP 18906) "Threadpool work" 0x00007ff4ad4300fe in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
7 Thread 0x7ff47b5b7700 (LWP 18907) "Threadpool work" 0x00007ff4ad4300fe in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
6 Thread 0x7ff47a94b700 (LWP 18911) "Threadpool work" 0x00007ff4ad4300fe in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
5 Thread 0x7ff47ad6b700 (LWP 18919) "Threadpool work" 0x00007ff4ad43388d in waitpid () from /lib/x86_64-linux-gnu/libpthread.so.0
4 Thread 0x7ff47b17b700 (LWP 18921) "Threadpool work" 0x00007ff4ad4300fe in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
3 Thread 0x7ff47bbdf700 (LWP 18922) "Threadpool work" 0x00007ff4ad4300fe in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
2 Thread 0x7ff47bf73700 (LWP 18926) "Threadpool work" 0x00007ff4ad4300fe in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
* 1 Thread 0x7ff4adf5e780 (LWP 18878) "mono" 0x00007ff4ad42fd84 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
Thread 18 (Thread 0x7ff4aa864700 (LWP 18883)):
#0 0x00007ff4ad431fd0 in sem_wait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629918 in mono_sem_wait (sem=0x9746e0, alertable=1) at mono-semaphore.c:119
#2 0x00000000005a332a in finalizer_thread (unused=<optimized out>) at gc.c:1073
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7fffc58efba0) at mono-threads-posix.c:94
#6 0x00007ff4ad42be9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007ff4ad1583fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 17 (Thread 0x7ff4a9cff700 (LWP 18887)):
#0 0x00007ff4ad42fd84 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000609653 in _wapi_handle_timedwait_signal_handle (handle=0xc80a, timeout=0x0, alertable=1, poll=<optimized out>) at handles.c:1548
#2 0x000000000061c28b in WaitForSingleObjectEx (handle=0xc80a, timeout=4294967295, alertable=1) at wait.c:194
#3 0x0000000000584261 in mono_wait_uninterrupted (thread=0x7ff4acd902d0, multiple=0, numhandles=1, handles=0x7ff4a9cfea38, waitall=0, ms=-1, alertable=1) at threads.c:1322
#4 0x0000000000585fa9 in ves_icall_System_Threading_WaitHandle_WaitOne_internal (this=<optimized out>, handle=0xc80a, ms=-1, exitContext=<optimized out>) at threads.c:1454
#5 0x0000000040a69ab1 in ?? ()
#6 0x00007ff49c0025d0 in ?? ()
#7 0x00007ff4ac880fb8 in ?? ()
#8 0x00007ff49c002650 in ?? ()
#9 0x00007ff4a9cfeae0 in ?? ()
#10 0x00007ff4a9cfea60 in ?? ()
#11 0x00007ff4a9cfedb0 in ?? ()
#12 0x00007ff4ac880fb8 in ?? ()
#13 0x00007ff4ac880fb8 in ?? ()
#14 0x00007ff4ac87f4d0 in ?? ()
#15 0x00007ff4aaadde66 in System.Threading.WaitHandle:WaitOne (this=...) at /src/mono/mcs/class/corlib/System.Threading/WaitHandle.cs:709
#16 0x0000000040a692ee in ?? ()
#17 0x00007ff4ac8704b8 in ?? ()
#18 0x00007ff4ac87f550 in ?? ()
#19 0x000000004098bc20 in ?? ()
#20 0x00000000010ee908 in ?? ()
#21 0x00007ff4a9cfeae0 in ?? ()
#22 0x00007ff4ac881020 in ?? ()
#23 0x00007ff4a9cfebb0 in ?? ()
#24 0x00007ff4aaad9b51 in System.Threading.Thread:StartInternal (this=...) at /src/mono/mcs/class/corlib/System.Threading/Thread.cs:1378
#25 0x0000000040a1e14a in ?? ()
#26 0x00007ff49c002650 in ?? ()
#27 0x0000000000000018 in ?? ()
#28 0x0000000000000000 in ?? ()
Thread 16 (Thread 0x7ff4a9afe700 (LWP 18888)):
#0 0x00007ff4ad158a93 in epoll_wait () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x0000000000589484 in tp_epoll_wait (p=0x9741e0) at ../../mono/metadata/tpool-epoll.c:118
#2 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#3 start_wrapper (data=<optimized out>) at threads.c:707
#4 0x000000000062e736 in inner_start_thread (arg=0x7ff4a9cfe8b0) at mono-threads-posix.c:94
#5 0x00007ff4ad42be9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#6 0x00007ff4ad1583fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#7 0x0000000000000000 in ?? ()
Thread 15 (Thread 0x7ff4a9abd700 (LWP 18889)):
#0 0x00007ff4ad4320c1 in sem_timedwait () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000629a0b in mono_sem_timedwait (sem=0x974288, timeout_ms=<optimized out>, alertable=1) at mono-semaphore.c:82
#2 0x000000000058b662 in async_invoke_thread (data=0x0) at threadpool.c:1566
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7ff4a9cfe890) at mono-threads-posix.c:94
#6 0x00007ff4ad42be9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007ff4ad1583fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 14 (Thread 0x7ff4a9a7c700 (LWP 18894)):
#0 0x00007ff4ad849284 in clock_nanosleep () from /lib/x86_64-linux-gnu/librt.so.1
#1 0x000000000061d62b in SleepEx (ms=<optimized out>, alertable=1) at wthreads.c:277
#2 0x0000000000588b34 in monitor_thread (unused=<optimized out>) at threadpool.c:779
#3 0x0000000000586747 in start_wrapper_internal (data=<optimized out>) at threads.c:660
#4 start_wrapper (data=<optimized out>) at threads.c:707
#5 0x000000000062e736 in inner_start_thread (arg=0x7ff4a9abcb80) at mono-threads-posix.c:94
#6 0x00007ff4ad42be9a in start_thread () from /lib/x86_64-linux-gnu/libpthread.so.0
#7 0x00007ff4ad1583fd in clone () from /lib/x86_64-linux-gnu/libc.so.6
#8 0x0000000000000000 in ?? ()
Thread 13 (Thread 0x7ff4a9a3b700 (LWP 18895)):
#0 0x00007ff4ad4300fe in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x000000000060952b in _wapi_handle_timedwait_signal_handle (handle=0xc9a1, timeout=0x7ff4a9a394a0, alertable=1, poll=<optimized out>) at handles.c:1546
#2 0x000000000061c0ad in WaitForSingleObjectEx (handle=0xc9a1, timeout=110000, alertable=1) at wait.c:196
#3 0x0000000000584261 in mono_wait_uninterrupted (thread=0x7ff4acd90850, multiple=0, numhandles=1, handles=0x7ff4a9a39548, waitall=0, ms=110000, alertable=1) at threads.c:1322
#4 0x0000000000585fa9 in ves_icall_System_Threading_WaitHandle_WaitOne_internal (this=<optimized out>, handle=0xc9a1, ms=110000, exitContext=<optimized out>) at threads.c:1454
#5 0x0000000041e0d001 in ?? ()
#6 0x00007ff4a9a3a4c0 in ?? ()
#7 0x00007ff4ac8b29b0 in ?? ()
#8 0x0000000000000000 in ?? ()
Thread 12 (Thread 0x7ff4a92ff700 (LWP 18897)):
#0 0x00007ff4ad4300fe in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x000000000060952b in _wapi_handle_timedwait_signal_handle (handle=0xc82c, timeout=0x7ff4a92fe850, alertable=1, poll=<optimized out>) at handles.c:1546
#2 0x000000000061c0ad in WaitForSingleObjectEx (handle=0xc82c, timeout=9999, alertable=1) at wait.c:196
#3 0x0000000000584261 in mono_wait_uninterrupted (thread=0x7ff4acd909b0, multiple=0, numhandles=1, handles=0x7ff4a92fe8f8, waitall=0, ms=9999, alertable=1) at threads.c:1322
#4 0x0000000000585fa9 in ves_icall_System_Threading_WaitHandle_WaitOne_internal (this=<optimized out>, handle=0xc82c, ms=9999, exitContext=<optimized out>) at threads.c:1454
#5 0x0000000040a69ab1 in ?? ()
#6 0x00007ff4900025d0 in ?? ()
#7 0x00007ff4acadf2f0 in ?? ()
#8 0x0000000000000038 in ?? ()
#9 0x00007ff4a92fe9b0 in ?? ()
#10 0x00007ff4a92fe920 in ?? ()
#11 0x00007ff48c41b150 in ?? ()
#12 0x000000000000270f in ?? ()
#13 0x00007ff4acadf5b0 in ?? ()
#14 0x000000000000270f in ?? ()
#15 0x00007ff4aaaddf33 in System.Threading.WaitHandle:WaitOne (this=..., millisecondsTimeout=0, exitContext=false) at /src/mono/mcs/class/corlib/System.Threading/WaitHandle.cs:744
#16 0x00007ff4aaaddfd5 in System.Threading.WaitHandle:WaitOne (this=..., millisecondsTimeout=9999) at /src/mono/mcs/class/corlib/System.Threading/WaitHandle.cs:783
#17 0x00007ff4aaadd2ad in System.Threading.Timer/Scheduler:SchedulerThread (this=...) at /src/mono/mcs/class/corlib/System.Threading/Timer.cs:706
#18 0x00007ff4aaad9b51 in System.Threading.Thread:StartInternal (this=...) at /src/mono/mcs/class/corlib/System.Threading/Thread.cs:1378
#19 0x0000000040a1e14a in ?? ()
#20 0x0000000000000000 in ?? ()
Thread 11 (Thread 0x7ff4a90fe700 (LWP 18898)):
#0 0x00007ff4ad14affd in read () from /lib/x86_64-linux-gnu/libc.so.6
#1 0x0000000041dea9cb in ?? ()
#2 0x00007ff4840025d0 in ?? ()
#3 0x00007ff4a90fddb0 in ?? ()
#4 0x00007ff484002650 in ?? ()
#5 0x00007ff4a90fdb20 in ?? ()
#6 0x00007ff4a90fda70 in ?? ()
#7 0x00007ff4a90fddb0 in ?? ()
#8 0x00007ff4acb37fd8 in ?? ()
#9 0x00007ff4acb37468 in ?? ()
#10 0x00007ff4acb37400 in ?? ()
#11 0x0000000041dea940 in ?? ()
#12 0x00007ff4acb37ff8 in ?? ()
#13 0x0000000041dea844 in ?? ()
#14 0x0000000000000000 in ?? ()
Thread 10 (Thread 0x7ff4a8dd5700 (LWP 18899)):
#0 0x00007ff4ad4300fe in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x000000000060952b in _wapi_handle_timedwait_signal_handle (handle=0xc83a, timeout=0x7ff4a8dd4810, alertable=1, poll=<optimized out>) at handles.c:1546
#2 0x000000000061c0ad in WaitForSingleObjectEx (handle=0xc83a, timeout=211, alertable=1) at wait.c:196
#3 0x0000000000584261 in mono_wait_uninterrupted (thread=0x7ff4acd90c70, multiple=0, numhandles=1, handles=0x7ff4a8dd48b8, waitall=0, ms=211, alertable=1) at threads.c:1322
#4 0x0000000000585fa9 in ves_icall_System_Threading_WaitHandle_WaitOne_internal (this=<optimized out>, handle=0xc83a, ms=211, exitContext=<optimized out>) at threads.c:1454
#5 0x0000000041e0d001 in ?? ()
#6 0x00007ff4880025d0 in ?? ()
#7 0x00007ff4acd31168 in ?? ()
#8 0x0000000000000012 in ?? ()
#9 0x00007ff4a8dd4970 in ?? ()
#10 0x00007ff4a8dd48e0 in ?? ()
#11 0x0000000000000001 in ?? ()
#12 0x00000000000001f4 in ?? ()
#13 0x00007ff4acb9c780 in ?? ()
#14 0x00000000000000d3 in ?? ()
#15 0x0000000041e0cbdb in ?? ()
#16 0x00007ff4acb9c780 in ?? ()
#17 0x0000000000000000 in ?? ()
Thread 9 (Thread 0x7ff4a843a700 (LWP 18903)):
#0 0x00007ff4ad4300fe in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x000000000060952b in _wapi_handle_timedwait_signal_handle (handle=0xc9a9, timeout=0x7ff4a84384a0, alertable=1, poll=<optimized out>) at handles.c:1546
#2 0x000000000061c0ad in WaitForSingleObjectEx (handle=0xc9a9, timeout=110000, alertable=1) at wait.c:196
#3 0x0000000000584261 in mono_wait_uninterrupted (thread=0x7ff4a88e1cf0, multiple=0, numhandles=1, handles=0x7ff4a8438548, waitall=0, ms=110000, alertable=1) at threads.c:1322
#4 0x0000000000585fa9 in ves_icall_System_Threading_WaitHandle_WaitOne_internal (this=<optimized out>, handle=0xc9a9, ms=110000, exitContext=<optimized out>) at threads.c:1454
#5 0x0000000041e0d001 in ?? ()
#6 0x00007ff4a84394c0 in ?? ()
#7 0x00007ff4ac819b88 in ?? ()
#8 0x0000000000000000 in ?? ()
Thread 8 (Thread 0x7ff47b8c7700 (LWP 18906)):
#0 0x00007ff4ad4300fe in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x000000000060952b in _wapi_handle_timedwait_signal_handle (handle=0xc9a2, timeout=0x7ff47b8c54a0, alertable=1, poll=<optimized out>) at handles.c:1546
#2 0x000000000061c0ad in WaitForSingleObjectEx (handle=0xc9a2, timeout=110000, alertable=1) at wait.c:196
#3 0x0000000000584261 in mono_wait_uninterrupted (thread=0x7ff47b966c10, multiple=0, numhandles=1, handles=0x7ff47b8c5548, waitall=0, ms=110000, alertable=1) at threads.c:1322
#4 0x0000000000585fa9 in ves_icall_System_Threading_WaitHandle_WaitOne_internal (this=<optimized out>, handle=0xc9a2, ms=110000, exitContext=<optimized out>) at threads.c:1454
#5 0x0000000041e0d001 in ?? ()
#6 0x00007ff47b8c64c0 in ?? ()
#7 0x00007ff4ac8c7cd8 in ?? ()
#8 0x0000000000000000 in ?? ()
Thread 7 (Thread 0x7ff47b5b7700 (LWP 18907)):
#0 0x00007ff4ad4300fe in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x000000000060952b in _wapi_handle_timedwait_signal_handle (handle=0xc9a4, timeout=0x7ff47b5b54a0, alertable=1, poll=<optimized out>) at handles.c:1546
#2 0x000000000061c0ad in WaitForSingleObjectEx (handle=0xc9a4, timeout=110000, alertable=1) at wait.c:196
#3 0x0000000000584261 in mono_wait_uninterrupted (thread=0x7ff47b6146f0, multiple=0, numhandles=1, handles=0x7ff47b5b5548, waitall=0, ms=110000, alertable=1) at threads.c:1322
#4 0x0000000000585fa9 in ves_icall_System_Threading_WaitHandle_WaitOne_internal (this=<optimized out>, handle=0xc9a4, ms=110000, exitContext=<optimized out>) at threads.c:1454
#5 0x0000000041e0d001 in ?? ()
#6 0x00007ff47b5b64c0 in ?? ()
#7 0x00007ff4ac992598 in ?? ()
#8 0x0000000000000000 in ?? ()
Thread 6 (Thread 0x7ff47a94b700 (LWP 18911)):
#0 0x00007ff4ad4300fe in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x000000000060952b in _wapi_handle_timedwait_signal_handle (handle=0xc9a0, timeout=0x7ff47a9494a0, alertable=1, poll=<optimized out>) at handles.c:1546
#2 0x000000000061c0ad in WaitForSingleObjectEx (handle=0xc9a0, timeout=110000, alertable=1) at wait.c:196
#3 0x0000000000584261 in mono_wait_uninterrupted (thread=0x7ff47a9b89b0, multiple=0, numhandles=1, handles=0x7ff47a949548, waitall=0, ms=110000, alertable=1) at threads.c:1322
#4 0x0000000000585fa9 in ves_icall_System_Threading_WaitHandle_WaitOne_internal (this=<optimized out>, handle=0xc9a0, ms=110000, exitContext=<optimized out>) at threads.c:1454
#5 0x0000000041e0d001 in ?? ()
#6 0x00007ff47a94a4c0 in ?? ()
#7 0x00007ff4ac84ddb0 in ?? ()
#8 0x0000000000000000 in ?? ()
Thread 5 (Thread 0x7ff47ad6b700 (LWP 18919)):
#0 0x00007ff4ad43388d in waitpid () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x00000000004ac8e6 in mono_handle_native_sigsegv (signal=<optimized out>, ctx=<optimized out>) at mini-exceptions.c:2305
#2 0x000000000050491f in mono_arch_handle_altstack_exception (sigctx=0x7ff4a9e07ac0, fault_addr=<optimized out>, stack_ovf=0) at exceptions-amd64.c:905
#3 0x0000000000421177 in mono_sigsegv_signal_handler (_dummy=11, info=0x7ff4a9e07bf0, context=0x7ff4a9e07ac0) at mini.c:6844
#4 <signal handler called>
#5 mono_type_hash (data=0x0) at metadata.c:1389
#6 0x00000000005614e5 in mono_signature_hash (sig=0xd1a950) at metadata.c:4906
#7 0x000000000062ff79 in do_rehash (hash=0x7ff4800084d0) at ghashtable.c:205
#8 rehash (hash=0x7ff4800084d0) at ghashtable.c:225
#9 0x0000000000630175 in monoeg_g_hash_table_insert_replace (hash=0x7ff4800084d0, key=0x7ff46400f6d0, value=0x7ff48c8e8a50, replace=0) at ghashtable.c:241
#10 0x0000000000544a30 in mono_mb_create_and_cache_full (cache=0x7ff4800084d0, key=0x7ff46400f6d0, mb=0x7ff46400faf0, sig=<optimized out>, max_stack=17, out_found=0x0) at marshal.c:2498
#11 0x000000000054b5ec in mono_marshal_get_delegate_invoke_internal (target_method=<optimized out>, static_method_with_first_arg_bound=<optimized out>, callvirt=0, method=<optimized out>) at marshal.c:4445
#12 mono_marshal_get_delegate_invoke (method=<optimized out>, del=<optimized out>) at marshal.c:4478
#13 0x00000000004afce3 in mono_delegate_trampoline (regs=<optimized out>, code=<optimized out>, arg=<optimized out>, tramp=<optimized out>) at mini-trampolines.c:1177
#14 0x000000004098a206 in ?? ()
#15 0x00007ff46400f6d0 in ?? ()
#16 0x0000000000000068 in ?? ()
#17 0x00007ff48c8aaa10 in ?? ()
#18 0xffffffffffffffc0 in ?? ()
#19 0x00007ff47ad6b700 in ?? ()
#20 0x00000000005ed961 in mono_gc_alloc_obj (vtable=vtable(%s), size=0) at sgen-alloc.c:482
#21 0x0df6bd3595be7e00 in ?? ()
#22 0x00007ff4ac80a6e8 in ?? ()
#23 0x0000000000534f73 in ves_icall_System_Array_FastCopy (source=0x7ff48c8aaa10, source_idx=<optimized out>, dest=0x7ff47c062ae0, dest_idx=<optimized out>, length=<optimized out>) at icall.c:752
#24 0x0000000041d06f10 in ?? ()
#25 0x00007ff47ad6a4c0 in ?? ()
#26 0x00007ff47ad6b680 in ?? ()
#27 0x00007ff4a89aa740 in ?? ()
#28 0x00007ff47ad69400 in ?? ()
#29 0x00007ff47ad692b0 in ?? ()
#30 0x0000000000000000 in ?? ()
Thread 4 (Thread 0x7ff47b17b700 (LWP 18921)):
#0 0x00007ff4ad4300fe in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x000000000060952b in _wapi_handle_timedwait_signal_handle (handle=0xc9a8, timeout=0x7ff47b1794a0, alertable=1, poll=<optimized out>) at handles.c:1546
#2 0x000000000061c0ad in WaitForSingleObjectEx (handle=0xc9a8, timeout=110000, alertable=1) at wait.c:196
#3 0x0000000000584261 in mono_wait_uninterrupted (thread=0x7ff479a48c70, multiple=0, numhandles=1, handles=0x7ff47b179548, waitall=0, ms=110000, alertable=1) at threads.c:1322
#4 0x0000000000585fa9 in ves_icall_System_Threading_WaitHandle_WaitOne_internal (this=<optimized out>, handle=0xc9a8, ms=110000, exitContext=<optimized out>) at threads.c:1454
#5 0x0000000041e0d001 in ?? ()
#6 0x00007ff47b17a4c0 in ?? ()
#7 0x00007ff4acad8350 in ?? ()
#8 0x0000000000000000 in ?? ()
Thread 3 (Thread 0x7ff47bbdf700 (LWP 18922)):
#0 0x00007ff4ad4300fe in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x000000000060952b in _wapi_handle_timedwait_signal_handle (handle=0xc9a7, timeout=0x7ff47bbdd4a0, alertable=1, poll=<optimized out>) at handles.c:1546
#2 0x000000000061c0ad in WaitForSingleObjectEx (handle=0xc9a7, timeout=110000, alertable=1) at wait.c:196
#3 0x0000000000584261 in mono_wait_uninterrupted (thread=0x7ff4a88e0170, multiple=0, numhandles=1, handles=0x7ff47bbdd548, waitall=0, ms=110000, alertable=1) at threads.c:1322
#4 0x0000000000585fa9 in ves_icall_System_Threading_WaitHandle_WaitOne_internal (this=<optimized out>, handle=0xc9a7, ms=110000, exitContext=<optimized out>) at threads.c:1454
#5 0x0000000041e0d001 in ?? ()
#6 0x00007ff47bbde4c0 in ?? ()
#7 0x00007ff4ac8f1330 in ?? ()
#8 0x0000000000000000 in ?? ()
Thread 2 (Thread 0x7ff47bf73700 (LWP 18926)):
#0 0x00007ff4ad4300fe in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x000000000060952b in _wapi_handle_timedwait_signal_handle (handle=0xc9ac, timeout=0x7ff47bf714a0, alertable=1, poll=<optimized out>) at handles.c:1546
#2 0x000000000061c0ad in WaitForSingleObjectEx (handle=0xc9ac, timeout=110000, alertable=1) at wait.c:196
#3 0x0000000000584261 in mono_wait_uninterrupted (thread=0x7ff47bc2b190, multiple=0, numhandles=1, handles=0x7ff47bf71548, waitall=0, ms=110000, alertable=1) at threads.c:1322
#4 0x0000000000585fa9 in ves_icall_System_Threading_WaitHandle_WaitOne_internal (this=<optimized out>, handle=0xc9ac, ms=110000, exitContext=<optimized out>) at threads.c:1454
#5 0x0000000041e0d001 in ?? ()
#6 0x00007ff47bf724c0 in ?? ()
#7 0x00007ff4ac8928b0 in ?? ()
#8 0x0000000000000000 in ?? ()
Thread 1 (Thread 0x7ff4adf5e780 (LWP 18878)):
#0 0x00007ff4ad42fd84 in pthread_cond_wait@@GLIBC_2.3.2 () from /lib/x86_64-linux-gnu/libpthread.so.0
#1 0x0000000000609653 in _wapi_handle_timedwait_signal_handle (handle=0xc800, timeout=0x0, alertable=1, poll=<optimized out>) at handles.c:1548
#2 0x000000000061cc61 in WaitForMultipleObjectsEx (numobjects=2, handles=0x7fffc58ef980, waitall=0, timeout=4294967295, alertable=1) at wait.c:637
#3 0x000000000058858a in wait_for_tids_or_state_change (wait=0x7fffc58ef980, timeout=<optimized out>) at threads.c:2677
#4 mono_thread_manage () at threads.c:2880
#5 0x0000000000481f1f in mono_main (argc=6, argv=<optimized out>) at driver.c:2025
#6 0x00007ff4ad08576d in __libc_start_main () from /lib/x86_64-linux-gnu/libc.so.6
#7 0x0000000000418f51 in _start ()
=================================================================
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.
=================================================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment