Skip to content

Instantly share code, notes, and snippets.

@DavidKarlas
Created December 13, 2015 08:20
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 DavidKarlas/970907d508c41ca1d820 to your computer and use it in GitHub Desktop.
Save DavidKarlas/970907d508c41ca1d820 to your computer and use it in GitHub Desktop.
2015-12-13 09:18:25.087 mono[50724:1787556] error: no object of size -1182637656
Stacktrace:
at <unknown> <0xffffffff>
at (wrapper managed-to-native) object.__icall_wrapper_mono_gc_alloc_vector (intptr,intptr,intptr) <IL 0x00027, 0xffffffff>
at (wrapper alloc) object.AllocVector (intptr,intptr) <IL 0x00093, 0xffffffff>
at System.Collections.Generic.Queue`1<Microsoft.CodeAnalysis.CommonReferenceManager`2/AssemblyReferenceCandidate<Microsoft.CodeAnalysis.CSharp.CSharpCompilation, Microsoft.CodeAnalysis.CSharp.Symbols.AssemblySymbol>>.SetCapacity (int) [0x00000] in /private/tmp/source-mono-master/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-x86/external/referencesource/System/compmod/system/collections/generic/queue.cs:314
at System.Collections.Generic.Queue`1<Microsoft.CodeAnalysis.CommonReferenceManager`2/AssemblyReferenceCandidate<Microsoft.CodeAnalysis.CSharp.CSharpCompilation, Microsoft.CodeAnalysis.CSharp.Symbols.AssemblySymbol>>.Enqueue (Microsoft.CodeAnalysis.CommonReferenceManager`2/AssemblyReferenceCandidate<Microsoft.CodeAnalysis.CSharp.CSharpCompilation, Microsoft.CodeAnalysis.CSharp.Symbols.AssemblySymbol>) [0x00044] in /private/tmp/source-mono-master/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-x86/external/referencesource/System/compmod/system/collections/generic/queue.cs:204
at Microsoft.CodeAnalysis.CommonReferenceManager`2<TCompilation_REF, TAssemblySymbol_REF>.ReuseAssemblySymbols (Microsoft.CodeAnalysis.CommonReferenceManager`2/BoundInputAssembly<TCompilation_REF, TAssemblySymbol_REF>[],TAssemblySymbol_REF[],System.Collections.Immutable.ImmutableArray`1<Microsoft.CodeAnalysis.CommonReferenceManager`2/AssemblyData<TCompilation_REF, TAssemblySymbol_REF>>,int) <IL 0x00203, 0x00f1f>
at Microsoft.CodeAnalysis.CommonReferenceManager`2<TCompilation_REF, TAssemblySymbol_REF>.Bind (TCompilation_REF,System.Collections.Immutable.ImmutableArray`1<Microsoft.CodeAnalysis.CommonReferenceManager`2/AssemblyData<TCompilation_REF, TAssemblySymbol_REF>>,System.Collections.Immutable.ImmutableArray`1<Microsoft.CodeAnalysis.PEModule>,System.Collections.Immutable.ImmutableArray`1<Microsoft.CodeAnalysis.MetadataReference>,System.Collections.Immutable.ImmutableArray`1<Microsoft.CodeAnalysis.CommonReferenceManager`2/ResolvedReference<TCompilation_REF, TAssemblySymbol_REF>>,Microsoft.CodeAnalysis.MetadataReferenceResolver,Microsoft.CodeAnalysis.MetadataImportOptions,bool,System.Collections.Generic.Dictionary`2<string, System.Collections.Generic.List`1<Microsoft.CodeAnalysis.CommonReferenceManager`2/ReferencedAssemblyIdentity<TCompilation_REF, TAssemblySymbol_REF>>>,System.Collections.Immutable.ImmutableArray`1<Microsoft.CodeAnalysis.CommonReferenceManager`2/AssemblyData<TCompilation_REF, TAssemblySymbol_REF>>&,System.Collections.Immutable.ImmutableArray`1<Microsoft.CodeAnalysis.MetadataReference>&,System.Collections.Immutable.ImmutableArray`1<Microsoft.CodeAnalysis.CommonReferenceManager`2/ResolvedReference<TCompilation_REF, TAssemblySymbol_REF>>&,Microsoft.CodeAnalysis.DiagnosticBag,bool&,int&) <IL 0x00103, 0x00a03>
at Microsoft.CodeAnalysis.CSharp.CSharpCompilation/ReferenceManager.CreateAndSetSourceAssemblyFullBind (Microsoft.CodeAnalysis.CSharp.CSharpCompilation) <IL 0x00086, 0x00707>
at Microsoft.CodeAnalysis.CSharp.CSharpCompilation/ReferenceManager.CreateSourceAssemblyForCompilation (Microsoft.CodeAnalysis.CSharp.CSharpCompilation) <IL 0x0000a, 0x00073>
at Microsoft.CodeAnalysis.CSharp.CSharpCompilation.GetBoundReferenceManager () <IL 0x0000f, 0x0005f>
at Microsoft.CodeAnalysis.CSharp.CSharpCompilation.get_SourceAssembly () <IL 0x00001, 0x0003f>
at Microsoft.CodeAnalysis.CSharp.CSharpCompilation.get_Assembly () <IL 0x00001, 0x0003f>
at Microsoft.CodeAnalysis.CSharp.CSharpCompilation.GetAllUnaliasedModules (Microsoft.CodeAnalysis.ArrayBuilder`1<Microsoft.CodeAnalysis.CSharp.Symbols.ModuleSymbol>) <IL 0x00002, 0x00053>
at Microsoft.CodeAnalysis.CSharp.CSharpCompilation.get_GlobalNamespace () <IL 0x00010, 0x0009b>
at Microsoft.CodeAnalysis.CSharp.BinderFactory/BinderFactoryVisitor.VisitCompilationUnit (Microsoft.CodeAnalysis.CSharp.Syntax.CompilationUnitSyntax,bool,bool) <IL 0x0014c, 0x00993>
at Microsoft.CodeAnalysis.CSharp.BinderFactory/BinderFactoryVisitor.VisitCompilationUnit (Microsoft.CodeAnalysis.CSharp.Syntax.CompilationUnitSyntax) <IL 0x0000f, 0x0009b>
at Microsoft.CodeAnalysis.CSharp.Syntax.CompilationUnitSyntax.Accept<TResult_REF> (Microsoft.CodeAnalysis.CSharp.CSharpSyntaxVisitor`1<TResult_REF>) <IL 0x00002, 0x00049>
at Microsoft.CodeAnalysis.CSharp.BinderFactory.GetBinder (Microsoft.CodeAnalysis.CSharp.CSharpSyntaxNode,int) <IL 0x00015, 0x000a9>
at Microsoft.CodeAnalysis.CSharp.BinderFactory/BinderFactoryVisitor.VisitNamespaceDeclaration (Microsoft.CodeAnalysis.CSharp.Syntax.NamespaceDeclarationSyntax,int,bool,bool) <IL 0x00064, 0x002bb>
at Microsoft.CodeAnalysis.CSharp.BinderFactory/BinderFactoryVisitor.VisitNamespaceDeclaration (Microsoft.CodeAnalysis.CSharp.Syntax.NamespaceDeclarationSyntax) <IL 0x00045, 0x001e3>
at Microsoft.CodeAnalysis.CSharp.Syntax.NamespaceDeclarationSyntax.Accept<TResult_REF> (Microsoft.CodeAnalysis.CSharp.CSharpSyntaxVisitor`1<TResult_REF>) <IL 0x00002, 0x00049>
at Microsoft.CodeAnalysis.CSharp.BinderFactory/BinderFactoryVisitor.VisitCore (Microsoft.CodeAnalysis.SyntaxNode) <IL 0x00007, 0x0006c>
at Microsoft.CodeAnalysis.CSharp.BinderFactory/BinderFactoryVisitor.VisitTypeDeclarationCore (Microsoft.CodeAnalysis.CSharp.Syntax.TypeDeclarationSyntax,Microsoft.CodeAnalysis.CSharp.BinderFactory/NodeUsage) <IL 0x0001f, 0x0012f>
at Microsoft.CodeAnalysis.CSharp.BinderFactory/BinderFactoryVisitor.VisitTypeDeclarationCore (Microsoft.CodeAnalysis.CSharp.Syntax.TypeDeclarationSyntax) <IL 0x0007d, 0x0035b>
at Microsoft.CodeAnalysis.CSharp.BinderFactory/BinderFactoryVisitor.VisitClassDeclaration (Microsoft.CodeAnalysis.CSharp.Syntax.ClassDeclarationSyntax) <IL 0x00002, 0x00043>
at Microsoft.CodeAnalysis.CSharp.Syntax.ClassDeclarationSyntax.Accept<TResult_REF> (Microsoft.CodeAnalysis.CSharp.CSharpSyntaxVisitor`1<TResult_REF>) <IL 0x00002, 0x00049>
at Microsoft.CodeAnalysis.CSharp.BinderFactory/BinderFactoryVisitor.VisitCore (Microsoft.CodeAnalysis.SyntaxNode) <IL 0x00007, 0x0006c>
at Microsoft.CodeAnalysis.CSharp.BinderFactory/BinderFactoryVisitor.VisitConstructorDeclaration (Microsoft.CodeAnalysis.CSharp.Syntax.ConstructorDeclarationSyntax) <IL 0x0004f, 0x00243>
at Microsoft.CodeAnalysis.CSharp.Syntax.ConstructorDeclarationSyntax.Accept<TResult_REF> (Microsoft.CodeAnalysis.CSharp.CSharpSyntaxVisitor`1<TResult_REF>) <IL 0x00002, 0x00049>
at Microsoft.CodeAnalysis.CSharp.BinderFactory.GetBinder (Microsoft.CodeAnalysis.CSharp.CSharpSyntaxNode,int) <IL 0x00015, 0x000a9>
at Microsoft.CodeAnalysis.CSharp.BinderFactory.GetBinder (Microsoft.CodeAnalysis.CSharp.CSharpSyntaxNode) <IL 0x0002d, 0x0015f>
at Microsoft.CodeAnalysis.CSharp.SyntaxTreeSemanticModel.CreateMemberModel (Microsoft.CodeAnalysis.CSharp.CSharpSyntaxNode) <IL 0x00007, 0x00103>
at System.Collections.Immutable.ImmutableInterlocked.GetOrAdd<TKey_REF, TValue_REF> (System.Collections.Immutable.ImmutableDictionary`2<TKey_REF, TValue_REF>&,TKey_REF,System.Func`2<TKey_REF, TValue_REF>) <IL 0x0002a, 0x0019b>
at Microsoft.CodeAnalysis.CSharp.SyntaxTreeSemanticModel.GetOrAddModel (Microsoft.CodeAnalysis.CSharp.CSharpSyntaxNode) <IL 0x00028, 0x00153>
at Microsoft.CodeAnalysis.CSharp.SyntaxTreeSemanticModel.GetOrAddModelIfContains (Microsoft.CodeAnalysis.CSharp.CSharpSyntaxNode,Microsoft.CodeAnalysis.Text.TextSpan) <IL 0x00016, 0x000f7>
at Microsoft.CodeAnalysis.CSharp.SyntaxTreeSemanticModel.GetMemberModel (Microsoft.CodeAnalysis.CSharp.CSharpSyntaxNode) <IL 0x00133, 0x0085f>
at Microsoft.CodeAnalysis.CSharp.SyntaxTreeSemanticModel.GetMemberModel (int) <IL 0x000fc, 0x00506>
at Microsoft.CodeAnalysis.CSharp.SyntaxTreeSemanticModel.GetEnclosingBinderInternal (int) <IL 0x0003a, 0x001c7>
at Microsoft.CodeAnalysis.CSharp.CSharpSemanticModel.GetEnclosingBinder (int) <IL 0x00002, 0x00046>
at Microsoft.CodeAnalysis.CSharp.CSharpSemanticModel.GetEnclosingSymbol (int,System.Threading.CancellationToken) <IL 0x0000b, 0x00077>
at Microsoft.CodeAnalysis.CSharp.CSharpSemanticModel.GetEnclosingSymbolCore (int,System.Threading.CancellationToken) <IL 0x00003, 0x0005b>
at Microsoft.CodeAnalysis.SemanticModel.GetEnclosingSymbol (int,System.Threading.CancellationToken) <IL 0x00003, 0x00059>
at Microsoft.CodeAnalysis.Shared.Extensions.SemanticModelExtensions.GetEnclosingSymbol<TSymbol_REF> (Microsoft.CodeAnalysis.SemanticModel,int,System.Threading.CancellationToken) <IL 0x00003, 0x00067>
at Microsoft.CodeAnalysis.Shared.Extensions.SemanticModelExtensions.GetEnclosingNamedType (Microsoft.CodeAnalysis.SemanticModel,int,System.Threading.CancellationToken) <IL 0x00003, 0x0006b>
at Microsoft.CodeAnalysis.FindSymbols.Finders.ConstructorInitializerSymbolReferenceFinder/<>c__DisplayClass2_0.<FindReferencesInDocumentAsync>b__0 (Microsoft.CodeAnalysis.SyntaxToken) <IL 0x00021, 0x000fb>
at Microsoft.CodeAnalysis.FindSymbols.Finders.AbstractReferenceFinder`1/<FindReferencesInTokensAsync>d__27<TSymbol_REF>.MoveNext () <IL 0x00158, 0x00acf>
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Collections.Generic.IEnumerable`1<Microsoft.CodeAnalysis.FindSymbols.ReferenceLocation>>.Start<Microsoft.CodeAnalysis.FindSymbols.Finders.AbstractReferenceFinder`1/<FindReferencesInTokensAsync>d__27<Microsoft.CodeAnalysis.IMethodSymbol>> (Microsoft.CodeAnalysis.FindSymbols.Finders.AbstractReferenceFinder`1/<FindReferencesInTokensAsync>d__27<Microsoft.CodeAnalysis.IMethodSymbol>&) [0x00031] in /private/tmp/source-mono-master/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-x86/external/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:471
at Microsoft.CodeAnalysis.FindSymbols.Finders.AbstractReferenceFinder`1<TSymbol_REF>.FindReferencesInTokensAsync (Microsoft.CodeAnalysis.Document,System.Collections.Generic.IEnumerable`1<Microsoft.CodeAnalysis.SyntaxToken>,System.Func`2<Microsoft.CodeAnalysis.SyntaxToken, bool>,System.Func`3<Microsoft.CodeAnalysis.SyntaxToken, Microsoft.CodeAnalysis.SemanticModel, Roslyn.Utilities.ValueTuple`2<bool, Microsoft.CodeAnalysis.CandidateReason>>,System.Threading.CancellationToken) <IL 0x00048, 0x00340>
at Microsoft.CodeAnalysis.FindSymbols.Finders.AbstractReferenceFinder`1<TSymbol_REF>.FindReferencesInTokensAsync (TSymbol_REF,Microsoft.CodeAnalysis.Document,System.Collections.Generic.IEnumerable`1<Microsoft.CodeAnalysis.SyntaxToken>,System.Func`2<Microsoft.CodeAnalysis.SyntaxToken, bool>,System.Threading.CancellationToken,System.Func`2<Microsoft.CodeAnalysis.SyntaxToken, Microsoft.CodeAnalysis.SyntaxNode>) <IL 0x00022, 0x00137>
at Microsoft.CodeAnalysis.FindSymbols.Finders.ConstructorInitializerSymbolReferenceFinder/<FindReferencesInDocumentAsync>d__2.MoveNext () <IL 0x0029a, 0x00ecb>
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Collections.Generic.IEnumerable`1<Microsoft.CodeAnalysis.FindSymbols.ReferenceLocation>>.Start<Microsoft.CodeAnalysis.FindSymbols.Finders.ConstructorInitializerSymbolReferenceFinder/<FindReferencesInDocumentAsync>d__2> (Microsoft.CodeAnalysis.FindSymbols.Finders.ConstructorInitializerSymbolReferenceFinder/<FindReferencesInDocumentAsync>d__2&) [0x00031] in /private/tmp/source-mono-master/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-x86/external/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:471
at Microsoft.CodeAnalysis.FindSymbols.Finders.ConstructorInitializerSymbolReferenceFinder.FindReferencesInDocumentAsync (Microsoft.CodeAnalysis.IMethodSymbol,Microsoft.CodeAnalysis.Document,System.Threading.CancellationToken) <IL 0x0003f, 0x002b7>
at Microsoft.CodeAnalysis.FindSymbols.Finders.AbstractReferenceFinder`1<TSymbol_REF>.FindReferencesInDocumentAsync (Microsoft.CodeAnalysis.ISymbol,Microsoft.CodeAnalysis.Document,System.Threading.CancellationToken) <IL 0x00025, 0x00179>
at Microsoft.CodeAnalysis.FindSymbols.FindReferencesSearchEngine/<ProcessDocumentAsync>d__21.MoveNext () <IL 0x00057, 0x0026b>
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<Microsoft.CodeAnalysis.FindSymbols.FindReferencesSearchEngine/<ProcessDocumentAsync>d__21> (Microsoft.CodeAnalysis.FindSymbols.FindReferencesSearchEngine/<ProcessDocumentAsync>d__21&) [0x00031] in /private/tmp/source-mono-master/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-x86/external/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:316
at Microsoft.CodeAnalysis.FindSymbols.FindReferencesSearchEngine.ProcessDocumentAsync (Microsoft.CodeAnalysis.Document,Microsoft.CodeAnalysis.ISymbol,Microsoft.CodeAnalysis.FindSymbols.Finders.IReferenceFinder,Microsoft.CodeAnalysis.FindSymbols.FindReferencesSearchEngine/ProgressWrapper) <IL 0x00048, 0x002d3>
at Microsoft.CodeAnalysis.FindSymbols.FindReferencesSearchEngine/<ProcessDocumentQueueAsync>d__19.MoveNext () <IL 0x00110, 0x0070b>
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<Microsoft.CodeAnalysis.FindSymbols.FindReferencesSearchEngine/<ProcessDocumentQueueAsync>d__19> (Microsoft.CodeAnalysis.FindSymbols.FindReferencesSearchEngine/<ProcessDocumentQueueAsync>d__19&) [0x00031] in /private/tmp/source-mono-master/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-x86/external/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:316
at Microsoft.CodeAnalysis.FindSymbols.FindReferencesSearchEngine.ProcessDocumentQueueAsync (Microsoft.CodeAnalysis.Document,System.Collections.Generic.List`1<Roslyn.Utilities.ValueTuple`2<Microsoft.CodeAnalysis.ISymbol, Microsoft.CodeAnalysis.FindSymbols.Finders.IReferenceFinder>>,Microsoft.CodeAnalysis.FindSymbols.FindReferencesSearchEngine/ProgressWrapper) <IL 0x0003f, 0x002a3>
at Microsoft.CodeAnalysis.FindSymbols.FindReferencesSearchEngine/<>c__DisplayClass32_0/<<ProcessProjectAsync>b__0>d.MoveNext () <IL 0x00040, 0x000cf>
at System.Runtime.CompilerServices.AsyncTaskMethodBuilder.Start<Microsoft.CodeAnalysis.FindSymbols.FindReferencesSearchEngine/<>c__DisplayClass32_0/<<ProcessProjectAsync>b__0>d> (Microsoft.CodeAnalysis.FindSymbols.FindReferencesSearchEngine/<>c__DisplayClass32_0/<<ProcessProjectAsync>b__0>d&) [0x00031] in /private/tmp/source-mono-master/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-x86/external/referencesource/mscorlib/system/runtime/compilerservices/AsyncMethodBuilder.cs:316
at Microsoft.CodeAnalysis.FindSymbols.FindReferencesSearchEngine/<>c__DisplayClass32_0.<ProcessProjectAsync>b__0 () <IL 0x00027, 0x001bf>
at System.Threading.Tasks.Task`1<TResult_REF>.InnerInvoke () [0x00012] in /private/tmp/source-mono-master/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-x86/external/referencesource/mscorlib/system/threading/Tasks/Future.cs:680
at System.Threading.Tasks.Task.Execute () [0x00016] in /private/tmp/source-mono-master/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-x86/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:2502
at System.Threading.Tasks.Task.ExecutionContextCallback (object) [0x00007] in /private/tmp/source-mono-master/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-x86/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:2865
at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x0008d] in /private/tmp/source-mono-master/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-x86/external/referencesource/mscorlib/system/threading/executioncontext.cs:957
at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00000] in /private/tmp/source-mono-master/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-x86/external/referencesource/mscorlib/system/threading/executioncontext.cs:904
at System.Threading.Tasks.Task.ExecuteWithThreadLocal (System.Threading.Tasks.Task&) [0x0005f] in /private/tmp/source-mono-master/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-x86/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:2827
at System.Threading.Tasks.Task.ExecuteEntry (bool) [0x0006f] in /private/tmp/source-mono-master/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-x86/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:2760
at System.Threading.Tasks.Task.System.Threading.IThreadPoolWorkItem.ExecuteWorkItem () [0x00000] in /private/tmp/source-mono-master/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-x86/external/referencesource/mscorlib/system/threading/Tasks/Task.cs:2707
at System.Threading.ThreadPoolWorkQueue.Dispatch () [0x00096] in /private/tmp/source-mono-master/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-x86/external/referencesource/mscorlib/system/threading/threadpool.cs:857
at System.Threading._ThreadPoolWaitCallback.PerformWaitCallback () [0x00000] in /private/tmp/source-mono-master/bockbuild-xamarin/profiles/mono-mac-xamarin/build-root/mono-x86/external/referencesource/mscorlib/system/threading/threadpool.cs:1194
at (wrapper runtime-invoke) <Module>.runtime_invoke_bool (object,intptr,intptr,intptr) <IL 0x00060, 0xffffffff>
Native stacktrace:
0 mono 0x000dded6 mono_handle_native_sigsegv + 342
1 mono 0x0014a121 sigabrt_signal_handler + 145
2 libsystem_platform.dylib 0x92ea979b _sigtramp + 43
3 ??? 0xffffffff 0x0 + 4294967295
4 libsystem_c.dylib 0x9e2758c8 abort + 156
5 libxammac.dylib 0x098ef4fb _ZL12log_callbackPKcS0_S0_iPv + 91
6 mono 0x0028f0b4 log_adapter + 164
7 mono 0x002a9a2a monoeg_g_log + 106
8 mono 0x0026f1ac alloc_obj + 108
9 mono 0x00263eaf major_alloc_object + 31
10 mono 0x002740bf copy_object_no_checks + 111
11 mono 0x0027390b simple_nursery_serial_scan_object + 2075
12 mono 0x0025ac63 collect_nursery + 835
13 mono 0x0025a45a sgen_perform_collection + 538
14 mono 0x0025a22b sgen_ensure_free_space + 187
15 mono 0x00250c04 sgen_alloc_obj_nolock + 676
16 mono 0x0024e101 mono_gc_alloc_vector + 129
17 ??? 0x012d2ff3 0x0 + 19738611
18 ??? 0x012cd2fc 0x0 + 19714812
19 ??? 0x2fc97188 0x0 + 801730952
20 ??? 0x2fc96ffc 0x0 + 801730556
21 ??? 0x2cac3960 0x0 + 749484384
22 ??? 0x2cac0a04 0x0 + 749472260
23 ??? 0x2c7de4e8 0x0 + 746448104
24 ??? 0x2c7dc2c4 0x0 + 746439364
25 ??? 0x2c7dc1f0 0x0 + 746439152
26 ??? 0x2cadad68 0x0 + 749579624
27 ??? 0x2cadace8 0x0 + 749579496
28 ??? 0x2cfb3a74 0x0 + 754662004
29 ??? 0x2cfb36f4 0x0 + 754661108
30 ??? 0x2cfb2d6c 0x0 + 754658668
31 ??? 0x2cfb0684 0x0 + 754648708
32 ??? 0x2c7e7afa 0x0 + 746486522
33 ??? 0x2cfb03c2 0x0 + 754648002
34 ??? 0x2f0f7554 0x0 + 789542228
35 ??? 0x2f0f6cac 0x0 + 789540012
36 ??? 0x2c7eda72 0x0 + 746510962
37 ??? 0x2f0f6a75 0x0 + 789539445
38 ??? 0x2f0f66a8 0x0 + 789538472
39 ??? 0x2f0f568c 0x0 + 789534348
40 ??? 0x2f0f52f4 0x0 + 789533428
41 ??? 0x2c7ee4d2 0x0 + 746513618
42 ??? 0x2f0f6a75 0x0 + 789539445
43 ??? 0x2fcb68dc 0x0 + 801859804
44 ??? 0x2c7f29b2 0x0 + 746531250
45 ??? 0x2cfb03c2 0x0 + 754648002
46 ??? 0x2cfb0160 0x0 + 754647392
47 ??? 0x3331d914 0x0 + 858904852
48 ??? 0x12dea4ec 0x0 + 316581100
49 ??? 0x32d77414 0x0 + 852980756
50 ??? 0x32d737f8 0x0 + 852965368
51 ??? 0x32d3cba0 0x0 + 852741024
52 ??? 0x32d43797 0x0 + 852768663
53 ??? 0x32d40bd0 0x0 + 852757456
54 ??? 0x32d4064f 0x0 + 852756047
55 ??? 0x362c6770 0x0 + 908879728
56 ??? 0x362c66bc 0x0 + 908879548
57 ??? 0x362c662a 0x0 + 908879402
58 ??? 0x3faf53f8 0x0 + 1068454904
59 ??? 0x3faf5354 0x0 + 1068454740
60 ??? 0x424d50c4 0x0 + 1112363204
61 ??? 0x38bb0ad0 0x0 + 951782096
62 ??? 0x3cce6b5c 0x0 + 1020160860
63 ??? 0x38baf6a1 0x0 + 951776929
64 ??? 0x3cceedd8 0x0 + 1020194264
65 ??? 0x3ccecfec 0x0 + 1020186604
66 ??? 0x3ccec0b0 0x0 + 1020182704
67 ??? 0x3ccebeb0 0x0 + 1020182192
68 ??? 0x38bac11a 0x0 + 951763226
69 ??? 0x38bab5a4 0x0 + 951760292
70 ??? 0x38bab2dc 0x0 + 951759580
71 ??? 0x38bab104 0x0 + 951759108
72 ??? 0x38ba8d7c 0x0 + 951750012
73 ??? 0x38ba7fc8 0x0 + 951746504
74 ??? 0x38ba7d44 0x0 + 951745860
75 ??? 0x38ba7490 0x0 + 951743632
76 ??? 0x38ba7268 0x0 + 951743080
77 ??? 0x38ba6e28 0x0 + 951741992
78 ??? 0x108065e9 0x0 + 276850153
79 ??? 0x0f22af82 0x0 + 253931394
80 ??? 0x0f22aeac 0x0 + 253931180
81 ??? 0x053f8de2 0x0 + 88051170
82 ??? 0x053f872c 0x0 + 88049452
83 ??? 0x0f22aaf4 0x0 + 253930228
84 ??? 0x0f22a5bc 0x0 + 253928892
85 ??? 0x108063bc 0x0 + 276849596
86 ??? 0x0575c380 0x0 + 91603840
87 ??? 0x0575be78 0x0 + 91602552
88 ??? 0x0360706f 0x0 + 56651887
89 mono 0x0002a5de mono_jit_runtime_invoke + 1214
90 mono 0x00214f9f mono_runtime_invoke + 127
91 mono 0x001ef010 worker_thread + 1904
92 mono 0x001ec009 start_wrapper + 569
93 mono 0x002a227d inner_start_thread + 349
94 libsystem_pthread.dylib 0x9807e794 _pthread_body + 138
95 libsystem_pthread.dylib 0x9807e70a _pthread_body + 0
96 libsystem_pthread.dylib 0x9807bfa6 thread_start + 34
Debug info from gdb:
(lldb) command source -s 0 '/tmp/mono-gdb-commands.NoFFxb'
Executing commands in '/tmp/mono-gdb-commands.NoFFxb'.
(lldb) process attach --pid 50724
Process 50724 stopped
* thread #1: tid = 0x1af954, 0x96e0007a libsystem_kernel.dylib`mach_msg_trap + 10, name = 'tid_50b', queue = 'com.apple.main-thread', stop reason = signal SIGSTOP
frame #0: 0x96e0007a libsystem_kernel.dylib`mach_msg_trap + 10
libsystem_kernel.dylib`mach_msg_trap:
-> 0x96e0007a <+10>: retl
0x96e0007b <+11>: nop
libsystem_kernel.dylib`mach_msg_overwrite_trap:
0x96e0007c <+0>: movl $0xffffffe0, %eax
0x96e00081 <+5>: calll 0x96e084d8 ; _sysenter_trap
Executable module set to "/Library/Frameworks/Mono.framework/Versions/4.3.2/bin/mono".
Architecture set to: i386-apple-macosx.
(lldb) thread list
Process 50724 stopped
* thread #1: tid = 0x1af954, 0x96e0007a libsystem_kernel.dylib`mach_msg_trap + 10, name = 'tid_50b', queue = 'com.apple.main-thread', stop reason = signal SIGSTOP
thread #2: tid = 0x1af955, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
thread #3: tid = 0x1af957, 0x96e000b6 libsystem_kernel.dylib`semaphore_wait_trap + 10, name = 'tid_1603'
thread #4: tid = 0x1af959, 0x96e078b2 libsystem_kernel.dylib`kevent_qos + 10, queue = 'com.apple.libdispatch-manager'
thread #5: tid = 0x1af95a, 0x96e066fe libsystem_kernel.dylib`__recvfrom + 10, name = 'tid_1507'
thread #6: tid = 0x1af98c, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_6303'
thread #7: tid = 0x1af9b0, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_7c0b'
thread #8: tid = 0x1af9c1, 0x96e067de libsystem_kernel.dylib`__select + 10, name = 'tid_800b'
thread #9: tid = 0x1afa4d, 0x96e0787a libsystem_kernel.dylib`kevent + 10, name = 'tid_a00f'
thread #10: tid = 0x1afa86, 0x96e0007a libsystem_kernel.dylib`mach_msg_trap + 10, name = 'com.apple.NSEventThread'
thread #11: tid = 0x1afa87, 0x96e067de libsystem_kernel.dylib`__select + 10, name = 'com.apple.CFSocket.private'
thread #12: tid = 0x1afa9b, 0x96e067de libsystem_kernel.dylib`__select + 10
thread #13: tid = 0x1afef5, 0x96e0595e libsystem_kernel.dylib`__accept + 10, name = 'tid_2231b'
thread #14: tid = 0x1afef6, 0x96e0595e libsystem_kernel.dylib`__accept + 10, name = 'tid_22cd7'
thread #15: tid = 0x1aff02, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_23703'
thread #16: tid = 0x1aff2a, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_22647'
thread #17: tid = 0x1b0633, 0x96e066fe libsystem_kernel.dylib`__recvfrom + 10, name = 'tid_2951f'
thread #18: tid = 0x1b063a, 0x96e07dd6 libsystem_kernel.dylib`__read + 10, name = 'tid_2461f'
thread #19: tid = 0x1b063b, 0x96e07dd6 libsystem_kernel.dylib`__read + 10, name = 'tid_2994b'
thread #20: tid = 0x1b063c, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_245b3'
thread #21: tid = 0x1b163f, 0x96e0787a libsystem_kernel.dylib`kevent + 10, name = 'tid_11be3'
thread #22: tid = 0x1b1640, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_92eb'
thread #23: tid = 0x1b16ad, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_2120f'
thread #24: tid = 0x1b2091, 0x96e0787a libsystem_kernel.dylib`kevent + 10, name = 'tid_b08f'
thread #25: tid = 0x1b216a, 0x96e0787a libsystem_kernel.dylib`kevent + 10, name = 'tid_bc3f'
thread #26: tid = 0x1b2528, 0x96e0787a libsystem_kernel.dylib`kevent + 10, name = 'tid_1ee3b'
thread #27: tid = 0x1b467c, 0x96e06e16 libsystem_kernel.dylib`__workq_kernreturn + 10
thread #28: tid = 0x1b4695, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_f247'
thread #29: tid = 0x1b4696, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_ba43'
thread #30: tid = 0x1b4697, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_1ba2f'
thread #31: tid = 0x1b46a0, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_1d0d3'
thread #32: tid = 0x1b46a1, 0x2fc96bce, name = 'tid_d06f'
thread #33: tid = 0x1b46a2, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_1b34f'
thread #34: tid = 0x1b46a4, 0x96e06da6 libsystem_kernel.dylib`__wait4 + 10, name = 'tid_1455f'
thread #35: tid = 0x1b46a5, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_173fb'
thread #36: tid = 0x1b46c4, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_8f2b'
thread #37: tid = 0x1b46c7, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_10197'
thread #38: tid = 0x1b46c8, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_1b78f'
thread #39: tid = 0x1b46ca, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_1686f'
thread #40: tid = 0x1b4726, 0x96e06e16 libsystem_kernel.dylib`__workq_kernreturn + 10
thread #41: tid = 0x1b4755, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_1a763'
thread #42: tid = 0x1b4756, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_dfe7'
thread #43: tid = 0x1b4757, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_15bc7'
thread #44: tid = 0x1b4758, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_6c1f'
thread #45: tid = 0x1b4759, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_13e0b'
thread #46: tid = 0x1b475a, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_9133'
thread #47: tid = 0x1b475b, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_20f03'
thread #48: tid = 0x1b475c, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_16213'
thread #49: tid = 0x1b475d, 0x0124b75f, name = 'tid_cfb7'
thread #50: tid = 0x1b475e, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_1e2e7'
thread #51: tid = 0x1b4770, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_1d127'
thread #52: tid = 0x1b4771, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_12d83'
thread #53: tid = 0x1b4772, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_1560b'
thread #54: tid = 0x1b4773, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_1dc1f'
thread #55: tid = 0x1b4774, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_887b'
thread #56: tid = 0x1b4775, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_2a87'
thread #57: tid = 0x1b4777, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_1e613'
thread #58: tid = 0x1b4778, 0x2cdf4f63, name = 'tid_715f'
thread #59: tid = 0x1b4779, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_1a6cf'
thread #60: tid = 0x1b477a, 0x03961cc2, name = 'tid_189eb'
thread #61: tid = 0x1b477b, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_1810f'
thread #62: tid = 0x1b477c, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_17e0f'
thread #63: tid = 0x1b477d, 0x2cac3359, name = 'tid_1e80f'
thread #64: tid = 0x1b477e, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_1780f'
thread #65: tid = 0x1b477f, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_1ad07'
thread #66: tid = 0x1b4780, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_14b07'
thread #67: tid = 0x1b4781, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_b807'
thread #68: tid = 0x1b4782, 0x2fc97905, name = 'tid_12717'
thread #69: tid = 0x1b4783, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_14713'
thread #70: tid = 0x1b4784, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_a923'
thread #71: tid = 0x1b4785, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_b60b'
thread #72: tid = 0x1b4786, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_1f607'
thread #73: tid = 0x1b4787, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_a80f'
thread #74: tid = 0x1b4792, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_15013'
thread #75: tid = 0x1b4793, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_f623'
thread #76: tid = 0x1b4794, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_fa0f'
thread #77: tid = 0x1b4795, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_ae13'
thread #78: tid = 0x1b4796, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_1eb07'
thread #79: tid = 0x1b4797, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_1590f'
thread #80: tid = 0x1b4798, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_15e07'
thread #81: tid = 0x1b4799, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_1ec0b'
thread #82: tid = 0x1b479a, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_15d0f'
thread #83: tid = 0x1b479b, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_1e717'
thread #84: tid = 0x1b479c, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_8adb'
thread #85: tid = 0x1b479d, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_1d307'
thread #86: tid = 0x1b479e, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_1334b'
thread #87: tid = 0x1b479f, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_1c113'
thread #88: tid = 0x1b47a0, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_2416b'
thread #89: tid = 0x1b47a1, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_22937'
thread #90: tid = 0x1b47a2, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_7d23'
thread #91: tid = 0x1b47a3, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_2851b'
thread #92: tid = 0x1b47a5, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_1960f'
thread #93: tid = 0x1b47a6, 0x2cdf5302, name = 'tid_18317'
(lldb) thread backtrace all
* thread #1: tid = 0x1af954, 0x96e0007a libsystem_kernel.dylib`mach_msg_trap + 10, name = 'tid_50b', queue = 'com.apple.main-thread', stop reason = signal SIGSTOP
* frame #0: 0x96e0007a libsystem_kernel.dylib`mach_msg_trap + 10
frame #1: 0x96dff464 libsystem_kernel.dylib`mach_msg + 68
frame #2: 0x9d28b246 CoreFoundation`__CFRunLoopServiceMachPort + 214
frame #3: 0x9d28a651 CoreFoundation`__CFRunLoopRun + 1521
frame #4: 0x9d289df6 CoreFoundation`CFRunLoopRunSpecific + 390
frame #5: 0x9d289c5b CoreFoundation`CFRunLoopRunInMode + 123
frame #6: 0x94484719 HIToolbox`RunCurrentEventLoopInMode + 267
frame #7: 0x9448451b HIToolbox`ReceiveNextEventCommon + 503
frame #8: 0x94484314 HIToolbox`_BlockUntilNextEventMatchingListInModeWithFilter + 99
frame #9: 0x9725c756 AppKit`_DPSNextEvent + 1053
frame #10: 0x9725bcd0 AppKit`-[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 1057
frame #11: 0x9725b8a7 AppKit`-[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 121
frame #12: 0x044b8da7 libgdk-quartz-2.0.0.dylib`poll_func(ufds=0x7e012360, nfds=2, timeout_=199) + 375 at gdkeventloop-quartz.c:779
frame #13: 0x03d5d423 libglib-2.0.0.dylib`g_main_context_iterate + 328
frame #14: 0x03d5d6e7 libglib-2.0.0.dylib`g_main_loop_run + 223
frame #15: 0x03fc543f libgtk-quartz-2.0.0.dylib`gtk_main + 287 at gtkmain.c:1257
frame #16: 0x13143a60
frame #17: 0x13143908
frame #18: 0x13143864
frame #19: 0x03a759fc
frame #20: 0x012ccaf8
frame #21: 0x012cc370
frame #22: 0x012cc5a3
frame #23: 0x0002a5de mono`mono_jit_runtime_invoke(method=<unavailable>, obj=0x78833e30, params=<unavailable>, exc=0x03d5d616) + 1214 at mini-runtime.c:2401 [opt]
frame #24: 0x00214f9f mono`mono_runtime_invoke(method=0x7b3d78c0, obj=0x00000000, params=<unavailable>, exc=<unavailable>) + 127 at object.c:2887 [opt]
frame #25: 0x0021aef1 mono`mono_runtime_exec_main(method=0x7b3d78c0, args=<unavailable>, exc=0x00000000) + 401 at object.c:4211 [opt]
frame #26: 0x0021aca8 mono`mono_runtime_run_main(method=0x7b3d78c0, argc=<unavailable>, argv=<unavailable>, exc=<unavailable>) + 632 at object.c:3825 [opt]
frame #27: 0x000a44fd mono`mono_jit_exec(domain=0x7882bc20, assembly=0x78929bb0, argc=<unavailable>, argv=<unavailable>) + 93 at driver.g.c:1017 [opt]
frame #28: 0x000a68c6 mono`mono_main [inlined] main_thread_handler + 8102 at driver.g.c:1076 [opt]
frame #29: 0x000a688e mono`mono_main(argc=<unavailable>, argv=<unavailable>) + 8046 at driver.g.c:2127 [opt]
frame #30: 0x0001be8a mono`main [inlined] mono_main_with_options(argc=5, argc=5, argc=5, argv=0xbffe8838, argv=0xbffe8838, argv=0xbffe8838) + 74 at main.c:20 [opt]
frame #31: 0x0001be69 mono`main(argc=5, argv=0xbffe8838) + 41 at main.c:53 [opt]
frame #32: 0x0001be35 mono`start + 53
thread #2: tid = 0x1af955, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98081287 libsystem_pthread.dylib`pthread_cond_wait$UNIX2003 + 71
frame #3: 0x0027678b mono`thread_func [inlined] mono_os_cond_wait(mutex=0xb00810b0) + 18 at mono-os-mutex.h:105 [opt]
frame #4: 0x00276779 mono`thread_func(thread_data=0x00000000) + 457 at sgen-thread-pool.c:118 [opt]
frame #5: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #6: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #7: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #3: tid = 0x1af957, 0x96e000b6 libsystem_kernel.dylib`semaphore_wait_trap + 10, name = 'tid_1603'
frame #0: 0x96e000b6 libsystem_kernel.dylib`semaphore_wait_trap + 10
frame #1: 0x0021290e mono`finalizer_thread [inlined] mono_os_sem_wait(flags=MONO_SEM_FLAGS_ALERTABLE) + 14 at mono-os-semaphore.h:72 [opt]
frame #2: 0x00212900 mono`finalizer_thread [inlined] mono_coop_sem_wait(flags=MONO_SEM_FLAGS_ALERTABLE) + 10 at mono-coop-semaphore.h:40 [opt]
frame #3: 0x002128f6 mono`finalizer_thread(unused=0x00000000) + 118 at gc.c:711 [opt]
frame #4: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #5: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #6: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #7: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #8: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #9: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #4: tid = 0x1af959, 0x96e078b2 libsystem_kernel.dylib`kevent_qos + 10, queue = 'com.apple.libdispatch-manager'
frame #0: 0x96e078b2 libsystem_kernel.dylib`kevent_qos + 10
frame #1: 0x98ffa792 libdispatch.dylib`_dispatch_mgr_invoke + 234
frame #2: 0x98ffa366 libdispatch.dylib`_dispatch_mgr_thread + 52
thread #5: tid = 0x1af95a, 0x96e066fe libsystem_kernel.dylib`__recvfrom + 10, name = 'tid_1507'
frame #0: 0x96e066fe libsystem_kernel.dylib`__recvfrom + 10
frame #1: 0x9e295744 libsystem_c.dylib`recv$UNIX2003 + 55
frame #2: 0x00113828 mono`socket_transport_recv(buf=<unavailable>, len=<unavailable>) + 168 at debugger-agent.c:1128 [opt]
frame #3: 0x001045d3 mono`debugger_thread [inlined] transport_recv(len=11) + 29 at debugger-agent.c:1513 [opt]
frame #4: 0x001045b6 mono`debugger_thread(arg=0x00000000) + 1494 at debugger-agent.c:9615 [opt]
frame #5: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #6: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #7: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #8: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #6: tid = 0x1af98c, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_6303'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98081287 libsystem_pthread.dylib`pthread_cond_wait$UNIX2003 + 71
frame #3: 0x0027c795 mono`mono_os_cond_timedwait [inlined] mono_os_cond_wait(cond=0x7c3ea960, mutex=0x7c3ea934) + 12 at mono-os-mutex.h:105 [opt]
frame #4: 0x0027c789 mono`mono_os_cond_timedwait(cond=<unavailable>, mutex=<unavailable>, timeout_ms=<unavailable>) + 185 at mono-os-mutex.h:120 [opt]
frame #5: 0x0027c50f mono`_wapi_handle_timedwait_signal_handle(handle=<unavailable>, timeout=<unavailable>, alertable=<unavailable>, poll=<unavailable>, alerted=0xb05a0b08) + 415 at handles.c:1583 [opt]
frame #6: 0x0028c9c5 mono`wapi_WaitForSingleObjectEx(handle=<unavailable>, timeout=4294967295, alertable=<unavailable>) + 437 at wait.c:177 [opt]
frame #7: 0x001e6c1c mono`mono_wait_uninterrupted(alertable=1, thread=<unavailable>, multiple=<unavailable>, numhandles=<unavailable>, handles=<unavailable>, waitall=<unavailable>, ms=<unavailable>) + 108 at threads.c:1442 [opt]
frame #8: 0x001e6e53 mono`ves_icall_System_Threading_WaitHandle_WaitOne_internal(this_obj=0x016be7a8, handle=0x00000d0a, ms=-1, exitContext=0) + 99 at threads.c:1576 [opt]
frame #9: 0x05403214
frame #10: 0x05402fec
frame #11: 0x05401c61
frame #12: 0x05401850
frame #13: 0x053f8de2
frame #14: 0x053f872c
frame #15: 0x053f85f0
frame #16: 0x053f8440
frame #17: 0x039e978d
frame #18: 0x0002a5de mono`mono_jit_runtime_invoke(method=<unavailable>, obj=0x7882bc20, params=<unavailable>, exc=0x00000000) + 1214 at mini-runtime.c:2401 [opt]
frame #19: 0x00214f9f mono`mono_runtime_invoke(method=0x7a4e1088, obj=0x016bea08, params=<unavailable>, exc=<unavailable>) + 127 at object.c:2887 [opt]
frame #20: 0x0021a68c mono`mono_runtime_delegate_invoke(delegate=0x016bea08, params=<unavailable>, exc=<unavailable>) + 92 at object.c:3645 [opt]
frame #21: 0x001ec085 mono`start_wrapper [inlined] start_wrapper_internal + 664 at threads.c:719 [opt]
frame #22: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #23: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #24: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #25: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #26: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #7: tid = 0x1af9b0, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_7c0b'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98082d1b libsystem_pthread.dylib`pthread_cond_timedwait$UNIX2003 + 71
frame #3: 0x0027c757 mono`mono_os_cond_timedwait(cond=<unavailable>, mutex=<unavailable>, timeout_ms=<unavailable>) + 135 at mono-os-mutex.h:134 [opt]
frame #4: 0x0027c50f mono`_wapi_handle_timedwait_signal_handle(handle=<unavailable>, timeout=<unavailable>, alertable=<unavailable>, poll=<unavailable>, alerted=0xb0a4e9e8) + 415 at handles.c:1583 [opt]
frame #5: 0x0028c9c5 mono`wapi_WaitForSingleObjectEx(handle=<unavailable>, timeout=42819767, alertable=<unavailable>) + 437 at wait.c:177 [opt]
frame #6: 0x001e6c1c mono`mono_wait_uninterrupted(alertable=1, thread=<unavailable>, multiple=<unavailable>, numhandles=<unavailable>, handles=<unavailable>, waitall=<unavailable>, ms=<unavailable>) + 108 at threads.c:1442 [opt]
frame #7: 0x001e6e53 mono`ves_icall_System_Threading_WaitHandle_WaitOne_internal(this_obj=0x015c7ff0, handle=0x00000dc1, ms=-1, exitContext=0) + 99 at threads.c:1576 [opt]
frame #8: 0x05403214
frame #9: 0x0f11e484
frame #10: 0x0f11deaa
frame #11: 0x0f11da73
frame #12: 0x05401850
frame #13: 0x053f8de2
frame #14: 0x053f872c
frame #15: 0x053f85f0
frame #16: 0x053f8440
frame #17: 0x039e978d
frame #18: 0x0002a5de mono`mono_jit_runtime_invoke(method=<unavailable>, obj=0x7882bc20, params=<unavailable>, exc=0x09a3bcf0) + 1214 at mini-runtime.c:2401 [opt]
frame #19: 0x00214f9f mono`mono_runtime_invoke(method=0x7a4e1088, obj=0x015c80e0, params=<unavailable>, exc=<unavailable>) + 127 at object.c:2887 [opt]
frame #20: 0x0021a68c mono`mono_runtime_delegate_invoke(delegate=0x015c80e0, params=<unavailable>, exc=<unavailable>) + 92 at object.c:3645 [opt]
frame #21: 0x001ec085 mono`start_wrapper [inlined] start_wrapper_internal + 664 at threads.c:719 [opt]
frame #22: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #23: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #24: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #25: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #26: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #8: tid = 0x1af9c1, 0x96e067de libsystem_kernel.dylib`__select + 10, name = 'tid_800b'
frame #0: 0x96e067de libsystem_kernel.dylib`__select + 10
frame #1: 0x00298f69 mono`mono_poll(ufds=0x7a9a7c00, nfds=2, timeout=<unavailable>) + 409 at mono-poll.c:83 [opt]
frame #2: 0x001f2472 mono`poll_event_wait(callback=<unavailable>, user_data=<unavailable>) + 98 at threadpool-ms-io-poll.c:152 [opt]
frame #3: 0x001f122d mono`selector_thread(data=0x00000000) + 1213 at threadpool-ms-io.c:413 [opt]
frame #4: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #5: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #6: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #7: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #8: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #9: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #9: tid = 0x1afa4d, 0x96e0787a libsystem_kernel.dylib`kevent + 10, name = 'tid_a00f'
frame #0: 0x96e0787a libsystem_kernel.dylib`kevent + 10
frame #1: 0x00179643 mono`ves_icall_System_IO_KqueueMonitor_kevent_notimeout(kq_ptr=0x0142e70c, changelist=<unavailable>, nchanges=<unavailable>, eventlist=<unavailable>, nevents=<unavailable>) + 131 at filewatcher.c:234 [opt]
frame #2: 0x10b0c858
frame #3: 0x10b09b20
frame #4: 0x10b039dc
frame #5: 0x10b037f0
frame #6: 0x05401850
frame #7: 0x053f8de2
frame #8: 0x053f872c
frame #9: 0x053f85f0
frame #10: 0x053f8440
frame #11: 0x039e978d
frame #12: 0x0002a5de mono`mono_jit_runtime_invoke(method=<unavailable>, obj=0x7882bc20, params=<unavailable>, exc=0x01434e60) + 1214 at mini-runtime.c:2401 [opt]
frame #13: 0x00214f9f mono`mono_runtime_invoke(method=0x7a4e1088, obj=0x0142e898, params=<unavailable>, exc=<unavailable>) + 127 at object.c:2887 [opt]
frame #14: 0x0021a68c mono`mono_runtime_delegate_invoke(delegate=0x0142e898, params=<unavailable>, exc=<unavailable>) + 92 at object.c:3645 [opt]
frame #15: 0x001ec085 mono`start_wrapper [inlined] start_wrapper_internal + 664 at threads.c:719 [opt]
frame #16: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #17: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #18: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #19: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #20: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #10: tid = 0x1afa86, 0x96e0007a libsystem_kernel.dylib`mach_msg_trap + 10, name = 'com.apple.NSEventThread'
frame #0: 0x96e0007a libsystem_kernel.dylib`mach_msg_trap + 10
frame #1: 0x96dff464 libsystem_kernel.dylib`mach_msg + 68
frame #2: 0x9d28b246 CoreFoundation`__CFRunLoopServiceMachPort + 214
frame #3: 0x9d28a651 CoreFoundation`__CFRunLoopRun + 1521
frame #4: 0x9d289df6 CoreFoundation`CFRunLoopRunSpecific + 390
frame #5: 0x9d289c5b CoreFoundation`CFRunLoopRunInMode + 123
frame #6: 0x973c3fa2 AppKit`_NSEventThread + 291
frame #7: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #8: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #9: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #11: tid = 0x1afa87, 0x96e067de libsystem_kernel.dylib`__select + 10, name = 'com.apple.CFSocket.private'
frame #0: 0x96e067de libsystem_kernel.dylib`__select + 10
frame #1: 0x9d2cc320 CoreFoundation`__CFSocketManager + 912
frame #2: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #3: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #4: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #12: tid = 0x1afa9b, 0x96e067de libsystem_kernel.dylib`__select + 10
frame #0: 0x96e067de libsystem_kernel.dylib`__select + 10
frame #1: 0x03d68ec9 libglib-2.0.0.dylib`g_poll + 397
frame #2: 0x044ba151 libgdk-quartz-2.0.0.dylib`select_thread_func(arg=0x00000000) + 401 at gdkeventloop-quartz.c:286
frame #3: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #4: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #5: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #13: tid = 0x1afef5, 0x96e0595e libsystem_kernel.dylib`__accept + 10, name = 'tid_2231b'
frame #0: 0x96e0595e libsystem_kernel.dylib`__accept + 10
frame #1: 0x00288d83 mono`_wapi_accept(fd=15, addr=0x00000000, addrlen=<unavailable>) + 179 at sockets.c:180 [opt]
frame #2: 0x001d585c mono`ves_icall_System_Net_Sockets_Socket_Accept_internal(sock=2657502, error=<unavailable>, blocking=1) + 108 at socket-io.c:768 [opt]
frame #3: 0x19721db8
frame #4: 0x19721bb8
frame #5: 0x19721844
frame #6: 0x1972104c
frame #7: 0x19720e5c
frame #8: 0x19720acc
frame #9: 0x05401850
frame #10: 0x053f8de2
frame #11: 0x053f872c
frame #12: 0x053f85f0
frame #13: 0x053f8440
frame #14: 0x039e978d
frame #15: 0x0002a5de mono`mono_jit_runtime_invoke(method=<unavailable>, obj=0x7882bc20, params=<unavailable>, exc=0x00000000) + 1214 at mini-runtime.c:2401 [opt]
frame #16: 0x00214f9f mono`mono_runtime_invoke(method=0x7a4e1088, obj=0x0161bab8, params=<unavailable>, exc=<unavailable>) + 127 at object.c:2887 [opt]
frame #17: 0x0021a68c mono`mono_runtime_delegate_invoke(delegate=0x0161bab8, params=<unavailable>, exc=<unavailable>) + 92 at object.c:3645 [opt]
frame #18: 0x001ec085 mono`start_wrapper [inlined] start_wrapper_internal + 664 at threads.c:719 [opt]
frame #19: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #20: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #21: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #22: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #23: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #14: tid = 0x1afef6, 0x96e0595e libsystem_kernel.dylib`__accept + 10, name = 'tid_22cd7'
frame #0: 0x96e0595e libsystem_kernel.dylib`__accept + 10
frame #1: 0x00288d83 mono`_wapi_accept(fd=17, addr=0x00000000, addrlen=<unavailable>) + 179 at sockets.c:180 [opt]
frame #2: 0x001d585c mono`ves_icall_System_Net_Sockets_Socket_Accept_internal(sock=2657502, error=<unavailable>, blocking=1) + 108 at socket-io.c:768 [opt]
frame #3: 0x19721db8
frame #4: 0x19721bb8
frame #5: 0x19721844
frame #6: 0x1972a2b4
frame #7: 0x19729f7c
frame #8: 0x05401850
frame #9: 0x053f8de2
frame #10: 0x053f872c
frame #11: 0x053f85f0
frame #12: 0x053f8440
frame #13: 0x039e978d
frame #14: 0x0002a5de mono`mono_jit_runtime_invoke(method=<unavailable>, obj=0x7882bc20, params=<unavailable>, exc=0x00000000) + 1214 at mini-runtime.c:2401 [opt]
frame #15: 0x00214f9f mono`mono_runtime_invoke(method=0x7a4e1088, obj=0x01620190, params=<unavailable>, exc=<unavailable>) + 127 at object.c:2887 [opt]
frame #16: 0x0021a68c mono`mono_runtime_delegate_invoke(delegate=0x01620190, params=<unavailable>, exc=<unavailable>) + 92 at object.c:3645 [opt]
frame #17: 0x001ec085 mono`start_wrapper [inlined] start_wrapper_internal + 664 at threads.c:719 [opt]
frame #18: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #19: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #20: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #21: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #22: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #15: tid = 0x1aff02, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_23703'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98082d1b libsystem_pthread.dylib`pthread_cond_timedwait$UNIX2003 + 71
frame #3: 0x0029fc8b mono`mono_thread_info_sleep [inlined] mono_os_cond_timedwait(cond=0x00d87798, mutex=0x00d8776c) + 150 at mono-os-mutex.h:134 [opt]
frame #4: 0x0029fbf5 mono`mono_thread_info_sleep [inlined] mono_coop_cond_timedwait(cond=0x00d87798, mutex=0x00d8776c) at mono-coop-mutex.h:107 [opt]
frame #5: 0x0029fbf5 mono`mono_thread_info_sleep [inlined] sleep_interruptable(ms=<unavailable>, alerted=0xa38558d0) + 247 at mono-threads.c:1197 [opt]
frame #6: 0x0029fafe mono`mono_thread_info_sleep(ms=<unavailable>, alerted=0xa38558d0) + 366 at mono-threads.c:1229 [opt]
frame #7: 0x001e6371 mono`ves_icall_System_Threading_Thread_Sleep_internal(ms=2750878) + 97 at threads.c:1177 [opt]
frame #8: 0x1e9b6b6c
frame #9: 0x1e9b6740
frame #10: 0x1e9b6168
frame #11: 0x05401850
frame #12: 0x053f8de2
frame #13: 0x053f872c
frame #14: 0x053f85f0
frame #15: 0x053f8440
frame #16: 0x039e978d
frame #17: 0x0002a5de mono`mono_jit_runtime_invoke(method=<unavailable>, obj=0x7882bc20, params=<unavailable>, exc=0x16e88a98) + 1214 at mini-runtime.c:2401 [opt]
frame #18: 0x00214f9f mono`mono_runtime_invoke(method=0x7a4e1088, obj=0x015eaad0, params=<unavailable>, exc=<unavailable>) + 127 at object.c:2887 [opt]
frame #19: 0x0021a68c mono`mono_runtime_delegate_invoke(delegate=0x015eaad0, params=<unavailable>, exc=<unavailable>) + 92 at object.c:3645 [opt]
frame #20: 0x001ec085 mono`start_wrapper [inlined] start_wrapper_internal + 664 at threads.c:719 [opt]
frame #21: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #22: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #23: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #24: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #25: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #16: tid = 0x1aff2a, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_22647'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98082d1b libsystem_pthread.dylib`pthread_cond_timedwait$UNIX2003 + 71
frame #3: 0x0029fc8b mono`mono_thread_info_sleep [inlined] mono_os_cond_timedwait(cond=0x00d87798, mutex=0x00d8776c) + 150 at mono-os-mutex.h:134 [opt]
frame #4: 0x0029fbf5 mono`mono_thread_info_sleep [inlined] mono_coop_cond_timedwait(cond=0x00d87798, mutex=0x00d8776c) at mono-coop-mutex.h:107 [opt]
frame #5: 0x0029fbf5 mono`mono_thread_info_sleep [inlined] sleep_interruptable(ms=<unavailable>, alerted=0xa38558d0) + 247 at mono-threads.c:1197 [opt]
frame #6: 0x0029fafe mono`mono_thread_info_sleep(ms=<unavailable>, alerted=0xa38558d0) + 366 at mono-threads.c:1229 [opt]
frame #7: 0x001e6371 mono`ves_icall_System_Threading_Thread_Sleep_internal(ms=2750878) + 97 at threads.c:1177 [opt]
frame #8: 0x1e9b6b6c
frame #9: 0x1e9b6740
frame #10: 0x20a62428
frame #11: 0x05401850
frame #12: 0x053f8de2
frame #13: 0x053f872c
frame #14: 0x053f85f0
frame #15: 0x053f8440
frame #16: 0x039e978d
frame #17: 0x0002a5de mono`mono_jit_runtime_invoke(method=<unavailable>, obj=0x7882bc20, params=<unavailable>, exc=0x176e2c40) + 1214 at mini-runtime.c:2401 [opt]
frame #18: 0x00214f9f mono`mono_runtime_invoke(method=0x7a4e1088, obj=0x01471b30, params=<unavailable>, exc=<unavailable>) + 127 at object.c:2887 [opt]
frame #19: 0x0021a68c mono`mono_runtime_delegate_invoke(delegate=0x01471b30, params=<unavailable>, exc=<unavailable>) + 92 at object.c:3645 [opt]
frame #20: 0x001ec085 mono`start_wrapper [inlined] start_wrapper_internal + 664 at threads.c:719 [opt]
frame #21: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #22: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #23: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #24: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #25: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #17: tid = 0x1b0633, 0x96e066fe libsystem_kernel.dylib`__recvfrom + 10, name = 'tid_2951f'
frame #0: 0x96e066fe libsystem_kernel.dylib`__recvfrom + 10
frame #1: 0x002895b8 mono`_wapi_recvfrom(fd=115, buf=0x016d0c98, len=<unavailable>, recv_flags=<unavailable>, from=<unavailable>, fromlen=<unavailable>) + 120 at sockets.c:504 [opt]
frame #2: 0x00289537 mono`_wapi_recv(fd=115, buf=0x016d0c98, len=11, recv_flags=0) + 55 at sockets.c:487 [opt]
frame #3: 0x001d6e31 mono`ves_icall_System_Net_Sockets_Socket_Receive_internal(sock=115, buffer=<unavailable>, offset=<unavailable>, count=<unavailable>, flags=<unavailable>, error=<unavailable>) + 209 at socket-io.c:1431 [opt]
frame #4: 0x10b66e28
frame #5: 0x10b66d0c
frame #6: 0x10b6a720
frame #7: 0x10b6a458
frame #8: 0x2b6cc044
frame #9: 0x2b6cbf05
frame #10: 0x2b6d02d4
frame #11: 0x2b6ce1cc
frame #12: 0x2b6cc670
frame #13: 0x05401850
frame #14: 0x053f8de2
frame #15: 0x053f872c
frame #16: 0x053f85f0
frame #17: 0x053f8440
frame #18: 0x039e978d
frame #19: 0x0002a5de mono`mono_jit_runtime_invoke(method=<unavailable>, obj=0x7882bc20, params=<unavailable>, exc=0x00000000) + 1214 at mini-runtime.c:2401 [opt]
frame #20: 0x00214f9f mono`mono_runtime_invoke(method=0x7a4e1088, obj=0x01412058, params=<unavailable>, exc=<unavailable>) + 127 at object.c:2887 [opt]
frame #21: 0x0021a68c mono`mono_runtime_delegate_invoke(delegate=0x01412058, params=<unavailable>, exc=<unavailable>) + 92 at object.c:3645 [opt]
frame #22: 0x001ec085 mono`start_wrapper [inlined] start_wrapper_internal + 664 at threads.c:719 [opt]
frame #23: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #24: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #25: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #26: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #27: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #18: tid = 0x1b063a, 0x96e07dd6 libsystem_kernel.dylib`__read + 10, name = 'tid_2461f'
frame #0: 0x96e07dd6 libsystem_kernel.dylib`__read + 10
frame #1: 0x00281050 mono`pipe_read(handle=<unavailable>, buffer=0x16b951f0, numbytes=1024, bytesread=<unavailable>, overlapped=0x00000000) + 96 at io.c:1203 [opt]
frame #2: 0x00178e45 mono`ves_icall_System_IO_MonoIO_Read(handle=<unavailable>, dest=<unavailable>, dest_offset=<unavailable>, count=1024, error=<unavailable>) + 165 at file-io.c:855 [opt]
frame #3: 0x0362b638
frame #4: 0x0362b50c
frame #5: 0x0362b32c
frame #6: 0x0362a9cc
frame #7: 0x0362a7e8
frame #8: 0x054d339a
frame #9: 0x054d2dd8
frame #10: 0x2b6d8bea
frame #11: 0x2b6d8aa0
frame #12: 0x05401850
frame #13: 0x053f8de2
frame #14: 0x053f872c
frame #15: 0x053f85f0
frame #16: 0x053f8440
frame #17: 0x039e978d
frame #18: 0x0002a5de mono`mono_jit_runtime_invoke(method=<unavailable>, obj=0x7882bc20, params=<unavailable>, exc=0x16b951e0) + 1214 at mini-runtime.c:2401 [opt]
frame #19: 0x00214f9f mono`mono_runtime_invoke(method=0x7a4e1088, obj=0x01412ad0, params=<unavailable>, exc=<unavailable>) + 127 at object.c:2887 [opt]
frame #20: 0x0021a68c mono`mono_runtime_delegate_invoke(delegate=0x01412ad0, params=<unavailable>, exc=<unavailable>) + 92 at object.c:3645 [opt]
frame #21: 0x001ec085 mono`start_wrapper [inlined] start_wrapper_internal + 664 at threads.c:719 [opt]
frame #22: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #23: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #24: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #25: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #26: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #19: tid = 0x1b063b, 0x96e07dd6 libsystem_kernel.dylib`__read + 10, name = 'tid_2994b'
frame #0: 0x96e07dd6 libsystem_kernel.dylib`__read + 10
frame #1: 0x00281050 mono`pipe_read(handle=<unavailable>, buffer=0x16b95e80, numbytes=1024, bytesread=<unavailable>, overlapped=0x00000000) + 96 at io.c:1203 [opt]
frame #2: 0x00178e45 mono`ves_icall_System_IO_MonoIO_Read(handle=<unavailable>, dest=<unavailable>, dest_offset=<unavailable>, count=1024, error=<unavailable>) + 165 at file-io.c:855 [opt]
frame #3: 0x0362b638
frame #4: 0x0362b50c
frame #5: 0x0362b32c
frame #6: 0x0362a9cc
frame #7: 0x0362a7e8
frame #8: 0x054d339a
frame #9: 0x054d2dd8
frame #10: 0x2b6d8bea
frame #11: 0x2b6d8aa0
frame #12: 0x05401850
frame #13: 0x053f8de2
frame #14: 0x053f872c
frame #15: 0x053f85f0
frame #16: 0x053f8440
frame #17: 0x039e978d
frame #18: 0x0002a5de mono`mono_jit_runtime_invoke(method=<unavailable>, obj=0x7882bc20, params=<unavailable>, exc=0x16b95e70) + 1214 at mini-runtime.c:2401 [opt]
frame #19: 0x00214f9f mono`mono_runtime_invoke(method=0x7a4e1088, obj=0x01412bc8, params=<unavailable>, exc=<unavailable>) + 127 at object.c:2887 [opt]
frame #20: 0x0021a68c mono`mono_runtime_delegate_invoke(delegate=0x01412bc8, params=<unavailable>, exc=<unavailable>) + 92 at object.c:3645 [opt]
frame #21: 0x001ec085 mono`start_wrapper [inlined] start_wrapper_internal + 664 at threads.c:719 [opt]
frame #22: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #23: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #24: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #25: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #26: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #20: tid = 0x1b063c, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_245b3'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98081287 libsystem_pthread.dylib`pthread_cond_wait$UNIX2003 + 71
frame #3: 0x0027c795 mono`mono_os_cond_timedwait [inlined] mono_os_cond_wait(cond=0x6eb9aab4, mutex=0x6eb9aa88) + 12 at mono-os-mutex.h:105 [opt]
frame #4: 0x0027c789 mono`mono_os_cond_timedwait(cond=<unavailable>, mutex=<unavailable>, timeout_ms=<unavailable>) + 185 at mono-os-mutex.h:120 [opt]
frame #5: 0x0027c50f mono`_wapi_handle_timedwait_signal_handle(handle=<unavailable>, timeout=<unavailable>, alertable=<unavailable>, poll=<unavailable>, alerted=0xb86eca58) + 415 at handles.c:1583 [opt]
frame #6: 0x0028c9c5 mono`wapi_WaitForSingleObjectEx(handle=<unavailable>, timeout=4294967295, alertable=<unavailable>) + 437 at wait.c:177 [opt]
frame #7: 0x00213962 mono`ves_icall_System_Threading_Monitor_Monitor_wait(obj=<unavailable>, ms=<unavailable>) + 466 at monitor.c:1272 [opt]
frame #8: 0x0f227684
frame #9: 0x0f2274e0
frame #10: 0x25e8cb88
frame #11: 0x2b6dd008
frame #12: 0x2bfe3420
frame #13: 0x05401850
frame #14: 0x053f8de2
frame #15: 0x053f872c
frame #16: 0x053f85f0
frame #17: 0x053f8440
frame #18: 0x039e978d
frame #19: 0x0002a5de mono`mono_jit_runtime_invoke(method=<unavailable>, obj=0x7882bc20, params=<unavailable>, exc=0x00000000) + 1214 at mini-runtime.c:2401 [opt]
frame #20: 0x00214f9f mono`mono_runtime_invoke(method=0x7a4e1088, obj=0x01791030, params=<unavailable>, exc=<unavailable>) + 127 at object.c:2887 [opt]
frame #21: 0x0021a68c mono`mono_runtime_delegate_invoke(delegate=0x01791030, params=<unavailable>, exc=<unavailable>) + 92 at object.c:3645 [opt]
frame #22: 0x001ec085 mono`start_wrapper [inlined] start_wrapper_internal + 664 at threads.c:719 [opt]
frame #23: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #24: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #25: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #26: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #27: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #21: tid = 0x1b163f, 0x96e0787a libsystem_kernel.dylib`kevent + 10, name = 'tid_11be3'
frame #0: 0x96e0787a libsystem_kernel.dylib`kevent + 10
frame #1: 0x00179643 mono`ves_icall_System_IO_KqueueMonitor_kevent_notimeout(kq_ptr=0x014163e4, changelist=<unavailable>, nchanges=<unavailable>, eventlist=<unavailable>, nevents=<unavailable>) + 131 at filewatcher.c:234 [opt]
frame #2: 0x10b0c858
frame #3: 0x10b09b20
frame #4: 0x10b039dc
frame #5: 0x10b037f0
frame #6: 0x05401850
frame #7: 0x053f8de2
frame #8: 0x053f872c
frame #9: 0x053f85f0
frame #10: 0x053f8440
frame #11: 0x039e978d
frame #12: 0x0002a5de mono`mono_jit_runtime_invoke(method=<unavailable>, obj=0x7882bc20, params=<unavailable>, exc=0x0141d3e8) + 1214 at mini-runtime.c:2401 [opt]
frame #13: 0x00214f9f mono`mono_runtime_invoke(method=0x7a4e1088, obj=0x01416510, params=<unavailable>, exc=<unavailable>) + 127 at object.c:2887 [opt]
frame #14: 0x0021a68c mono`mono_runtime_delegate_invoke(delegate=0x01416510, params=<unavailable>, exc=<unavailable>) + 92 at object.c:3645 [opt]
frame #15: 0x001ec085 mono`start_wrapper [inlined] start_wrapper_internal + 664 at threads.c:719 [opt]
frame #16: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #17: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #18: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #19: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #20: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #22: tid = 0x1b1640, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_92eb'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98081287 libsystem_pthread.dylib`pthread_cond_wait$UNIX2003 + 71
frame #3: 0x0027c795 mono`mono_os_cond_timedwait [inlined] mono_os_cond_wait(cond=0x7ea4184c, mutex=0x7ea41820) + 12 at mono-os-mutex.h:105 [opt]
frame #4: 0x0027c789 mono`mono_os_cond_timedwait(cond=<unavailable>, mutex=<unavailable>, timeout_ms=<unavailable>) + 185 at mono-os-mutex.h:120 [opt]
frame #5: 0x0027c50f mono`_wapi_handle_timedwait_signal_handle(handle=<unavailable>, timeout=<unavailable>, alertable=<unavailable>, poll=<unavailable>, alerted=0xb06a2ae8) + 415 at handles.c:1583 [opt]
frame #6: 0x0028c9c5 mono`wapi_WaitForSingleObjectEx(handle=<unavailable>, timeout=4294967295, alertable=<unavailable>) + 437 at wait.c:177 [opt]
frame #7: 0x001e6c1c mono`mono_wait_uninterrupted(alertable=1, thread=<unavailable>, multiple=<unavailable>, numhandles=<unavailable>, handles=<unavailable>, waitall=<unavailable>, ms=<unavailable>) + 108 at threads.c:1442 [opt]
frame #8: 0x001e6e53 mono`ves_icall_System_Threading_WaitHandle_WaitOne_internal(this_obj=0x56b745b8, handle=0x00000ee5, ms=-1, exitContext=0) + 99 at threads.c:1576 [opt]
frame #9: 0x05403214
frame #10: 0x05402fec
frame #11: 0x319d15b7
frame #12: 0x05401850
frame #13: 0x053f8de2
frame #14: 0x053f872c
frame #15: 0x053f85f0
frame #16: 0x053f8440
frame #17: 0x039e978d
frame #18: 0x0002a5de mono`mono_jit_runtime_invoke(method=<unavailable>, obj=0x7882bc20, params=<unavailable>, exc=0x00000000) + 1214 at mini-runtime.c:2401 [opt]
frame #19: 0x00214f9f mono`mono_runtime_invoke(method=0x7a4e1088, obj=0x01473670, params=<unavailable>, exc=<unavailable>) + 127 at object.c:2887 [opt]
frame #20: 0x0021a68c mono`mono_runtime_delegate_invoke(delegate=0x01473670, params=<unavailable>, exc=<unavailable>) + 92 at object.c:3645 [opt]
frame #21: 0x001ec085 mono`start_wrapper [inlined] start_wrapper_internal + 664 at threads.c:719 [opt]
frame #22: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #23: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #24: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #25: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #26: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #23: tid = 0x1b16ad, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_2120f'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98081287 libsystem_pthread.dylib`pthread_cond_wait$UNIX2003 + 71
frame #3: 0x0027c795 mono`mono_os_cond_timedwait [inlined] mono_os_cond_wait(cond=0x7c3ea438, mutex=0x7c3ea40c) + 12 at mono-os-mutex.h:105 [opt]
frame #4: 0x0027c789 mono`mono_os_cond_timedwait(cond=<unavailable>, mutex=<unavailable>, timeout_ms=<unavailable>) + 185 at mono-os-mutex.h:120 [opt]
frame #5: 0x0027c50f mono`_wapi_handle_timedwait_signal_handle(handle=<unavailable>, timeout=<unavailable>, alertable=<unavailable>, poll=<unavailable>, alerted=0xb15088ec) + 415 at handles.c:1583 [opt]
frame #6: 0x0027c368 mono`_wapi_handle_timedwait_signal(timeout=4294967295, poll=0, alerted=0xb15088ec) + 56 at handles.c:1504 [opt]
frame #7: 0x0028d65d mono`wapi_WaitForMultipleObjectsEx(numobjects=2, handles=0x373c0cb4, waitall=27324, timeout=<unavailable>, alertable=<unavailable>) + 1469 at wait.c:579 [opt]
frame #8: 0x001e6c48 mono`mono_wait_uninterrupted(alertable=1, thread=<unavailable>, multiple=<unavailable>, numhandles=<unavailable>, handles=<unavailable>, waitall=<unavailable>, ms=<unavailable>) + 152 at threads.c:1440 [opt]
frame #9: 0x001e6d8a mono`ves_icall_System_Threading_WaitHandle_WaitAny_internal(mono_handles=<unavailable>, ms=-1, exitContext=0) + 202 at threads.c:1540 [opt]
frame #10: 0x3739f260
frame #11: 0x3739eb70
frame #12: 0x373bee48
frame #13: 0x05401850
frame #14: 0x053f8de2
frame #15: 0x053f872c
frame #16: 0x053f85f0
frame #17: 0x053f8440
frame #18: 0x039e978d
frame #19: 0x0002a5de mono`mono_jit_runtime_invoke(method=<unavailable>, obj=0x7882bc20, params=<unavailable>, exc=0x16b61e60) + 1214 at mini-runtime.c:2401 [opt]
frame #20: 0x00214f9f mono`mono_runtime_invoke(method=0x7a4e1088, obj=0x0156cf88, params=<unavailable>, exc=<unavailable>) + 127 at object.c:2887 [opt]
frame #21: 0x0021a68c mono`mono_runtime_delegate_invoke(delegate=0x0156cf88, params=<unavailable>, exc=<unavailable>) + 92 at object.c:3645 [opt]
frame #22: 0x001ec085 mono`start_wrapper [inlined] start_wrapper_internal + 664 at threads.c:719 [opt]
frame #23: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #24: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #25: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #26: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #27: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #24: tid = 0x1b2091, 0x96e0787a libsystem_kernel.dylib`kevent + 10, name = 'tid_b08f'
frame #0: 0x96e0787a libsystem_kernel.dylib`kevent + 10
frame #1: 0x00179643 mono`ves_icall_System_IO_KqueueMonitor_kevent_notimeout(kq_ptr=0x01745f8c, changelist=<unavailable>, nchanges=<unavailable>, eventlist=<unavailable>, nevents=<unavailable>) + 131 at filewatcher.c:234 [opt]
frame #2: 0x10b0c858
frame #3: 0x10b09b20
frame #4: 0x10b039dc
frame #5: 0x10b037f0
frame #6: 0x05401850
frame #7: 0x053f8de2
frame #8: 0x053f872c
frame #9: 0x053f85f0
frame #10: 0x053f8440
frame #11: 0x039e978d
frame #12: 0x0002a5de mono`mono_jit_runtime_invoke(method=<unavailable>, obj=0x7882bc20, params=<unavailable>, exc=0x0174f330) + 1214 at mini-runtime.c:2401 [opt]
frame #13: 0x00214f9f mono`mono_runtime_invoke(method=0x7a4e1088, obj=0x01746138, params=<unavailable>, exc=<unavailable>) + 127 at object.c:2887 [opt]
frame #14: 0x0021a68c mono`mono_runtime_delegate_invoke(delegate=0x01746138, params=<unavailable>, exc=<unavailable>) + 92 at object.c:3645 [opt]
frame #15: 0x001ec085 mono`start_wrapper [inlined] start_wrapper_internal + 664 at threads.c:719 [opt]
frame #16: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #17: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #18: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #19: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #20: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #25: tid = 0x1b216a, 0x96e0787a libsystem_kernel.dylib`kevent + 10, name = 'tid_bc3f'
frame #0: 0x96e0787a libsystem_kernel.dylib`kevent + 10
frame #1: 0x00179643 mono`ves_icall_System_IO_KqueueMonitor_kevent_notimeout(kq_ptr=0x01760154, changelist=<unavailable>, nchanges=<unavailable>, eventlist=<unavailable>, nevents=<unavailable>) + 131 at filewatcher.c:234 [opt]
frame #2: 0x10b0c858
frame #3: 0x10b09b20
frame #4: 0x10b039dc
frame #5: 0x10b037f0
frame #6: 0x05401850
frame #7: 0x053f8de2
frame #8: 0x053f872c
frame #9: 0x053f85f0
frame #10: 0x053f8440
frame #11: 0x039e978d
frame #12: 0x0002a5de mono`mono_jit_runtime_invoke(method=<unavailable>, obj=0x7882bc20, params=<unavailable>, exc=0x01762820) + 1214 at mini-runtime.c:2401 [opt]
frame #13: 0x00214f9f mono`mono_runtime_invoke(method=0x7a4e1088, obj=0x01760280, params=<unavailable>, exc=<unavailable>) + 127 at object.c:2887 [opt]
frame #14: 0x0021a68c mono`mono_runtime_delegate_invoke(delegate=0x01760280, params=<unavailable>, exc=<unavailable>) + 92 at object.c:3645 [opt]
frame #15: 0x001ec085 mono`start_wrapper [inlined] start_wrapper_internal + 664 at threads.c:719 [opt]
frame #16: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #17: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #18: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #19: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #20: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #26: tid = 0x1b2528, 0x96e0787a libsystem_kernel.dylib`kevent + 10, name = 'tid_1ee3b'
frame #0: 0x96e0787a libsystem_kernel.dylib`kevent + 10
frame #1: 0x00179643 mono`ves_icall_System_IO_KqueueMonitor_kevent_notimeout(kq_ptr=0x016c915c, changelist=<unavailable>, nchanges=<unavailable>, eventlist=<unavailable>, nevents=<unavailable>) + 131 at filewatcher.c:234 [opt]
frame #2: 0x10b0c858
frame #3: 0x10b09b20
frame #4: 0x10b039dc
frame #5: 0x10b037f0
frame #6: 0x05401850
frame #7: 0x053f8de2
frame #8: 0x053f872c
frame #9: 0x053f85f0
frame #10: 0x053f8440
frame #11: 0x039e978d
frame #12: 0x0002a5de mono`mono_jit_runtime_invoke(method=<unavailable>, obj=0x7882bc20, params=<unavailable>, exc=0x016d1320) + 1214 at mini-runtime.c:2401 [opt]
frame #13: 0x00214f9f mono`mono_runtime_invoke(method=0x7a4e1088, obj=0x016c9288, params=<unavailable>, exc=<unavailable>) + 127 at object.c:2887 [opt]
frame #14: 0x0021a68c mono`mono_runtime_delegate_invoke(delegate=0x016c9288, params=<unavailable>, exc=<unavailable>) + 92 at object.c:3645 [opt]
frame #15: 0x001ec085 mono`start_wrapper [inlined] start_wrapper_internal + 664 at threads.c:719 [opt]
frame #16: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #17: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #18: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #19: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #20: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #27: tid = 0x1b467c, 0x96e06e16 libsystem_kernel.dylib`__workq_kernreturn + 10
frame #0: 0x96e06e16 libsystem_kernel.dylib`__workq_kernreturn + 10
frame #1: 0x9807e35f libsystem_pthread.dylib`_pthread_wqthread + 1289
frame #2: 0x9807bf82 libsystem_pthread.dylib`start_wqthread + 34
thread #28: tid = 0x1b4695, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_f247'
frame #0: 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10
frame #1: 0x9807ec73 libsystem_pthread.dylib`_pthread_mutex_lock_wait + 99
frame #2: 0x9807c158 libsystem_pthread.dylib`pthread_mutex_lock + 120
frame #3: 0x0025b876 mono`sgen_gc_lock [inlined] mono_os_mutex_lock(mutex=0x00d6d5c8) + 8 at mono-os-mutex.h:70 [opt]
frame #4: 0x0025b86e mono`sgen_gc_lock [inlined] mono_coop_mutex_lock(mutex=0x00d6d5c8) + 43 at mono-coop-mutex.h:55 [opt]
frame #5: 0x0025b843 mono`sgen_gc_lock + 3 at sgen-gc.c:3148 [opt]
frame #6: 0x0024f3e4 mono`mono_gc_set_skip_thread(skip=0) + 20 at sgen-mono.c:2259 [opt]
frame #7: 0x001ef76f mono`monitor_thread + 255 at threadpool-ms.c:856 [opt]
frame #8: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #9: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #10: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #11: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #12: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #13: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #29: tid = 0x1b4696, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_ba43'
frame #0: 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10
frame #1: 0x9807ec73 libsystem_pthread.dylib`_pthread_mutex_lock_wait + 99
frame #2: 0x9807c29b libsystem_pthread.dylib`_pthread_mutex_lock_slow + 277
frame #3: 0x9807c16a libsystem_pthread.dylib`pthread_mutex_lock + 138
frame #4: 0x000266af mono`mono_jit_compile_method_with_opt [inlined] mono_os_mutex_lock + 8 at mono-os-mutex.h:70 [opt]
frame #5: 0x000266a7 mono`mono_jit_compile_method_with_opt [inlined] mini_lookup_method(method=<unavailable>) + 6 at mini-runtime.c:1748 [opt]
frame #6: 0x000266a1 mono`mono_jit_compile_method_with_opt [inlined] lookup_method(domain=0x7882bc20) at mini-runtime.c:1776 [opt]
frame #7: 0x000266a1 mono`mono_jit_compile_method_with_opt(method=<unavailable>, opt=<unavailable>, ex=<unavailable>) + 385 at mini-runtime.c:1886 [opt]
frame #8: 0x0002a314 mono`mono_jit_runtime_invoke(method=0xb107a448, obj=0x793e7e68, params=<unavailable>, exc=0x00251114) + 500 at mini-runtime.c:2214 [opt]
frame #9: 0x00214f9f mono`mono_runtime_invoke(method=0x793e6d10, obj=0x016f5b70, params=<unavailable>, exc=<unavailable>) + 127 at object.c:2887 [opt]
frame #10: 0x00214e66 mono`mono_runtime_object_init(this_obj=<unavailable>) + 102 at object.c:80 [opt]
frame #11: 0x0017624d mono`mono_exception_from_name_domain(domain=<unavailable>, image=0x7b3d7a00, name_space="System", name="NullReferenceException") + 109 at exception.c:73 [opt]
frame #12: 0x0017683a mono`mono_get_exception_null_reference [inlined] mono_exception_from_name(image=0x7b3d7a00, name_space=<unavailable>, name=<unavailable>) + 58 at exception.c:43 [opt]
frame #13: 0x00176815 mono`mono_get_exception_null_reference + 21 at exception.c:292 [opt]
frame #14: 0x000dc16f mono`mono_handle_exception_internal(obj=0x00000000, resume=0, ctx=<unavailable>, out_ji=<unavailable>) + 95 at mini-exceptions.c:1435 [opt]
frame #15: 0x000dc109 mono`mono_handle_exception(ctx=0xb107a688, obj=0x00000000) + 41 at mini-exceptions.c:1838 [opt]
frame #16: 0x00147440 mono`altstack_handle_and_restore(ctx=0xb107a6d0, obj=0x00000000, stack_ovf=0) + 80 at exceptions-x86.c:1078 [opt]
frame #17: 0x2cdf2df6
frame #18: 0x2cdf2b24
frame #19: 0x2cdf2964
frame #20: 0x2cac0186
frame #21: 0x2c7de4e8
frame #22: 0x2c7dc2c4
frame #23: 0x2c7dc1f0
frame #24: 0x2cadad68
frame #25: 0x2cadace8
frame #26: 0x2cfb3a74
frame #27: 0x2cfb36f4
frame #28: 0x2cfb2d6c
frame #29: 0x2cfb0684
frame #30: 0x2c7e7afa
frame #31: 0x2cfb03c2
frame #32: 0x2f0f7554
frame #33: 0x2f0f6cac
frame #34: 0x2c7eda72
frame #35: 0x2f0f6a75
frame #36: 0x2f0f66a8
frame #37: 0x2f0f568c
frame #38: 0x2f0f52f4
frame #39: 0x2c7ee4d2
frame #40: 0x2f0f6a75
frame #41: 0x2fcb68dc
frame #42: 0x2c7f29b2
frame #43: 0x2cfb03c2
frame #44: 0x2cfb0160
frame #45: 0x3331d914
frame #46: 0x12dea4ec
frame #47: 0x32d77414
frame #48: 0x32d737f8
frame #49: 0x32d3cba0
frame #50: 0x32d43797
frame #51: 0x32d40bd0
frame #52: 0x32d4064f
frame #53: 0x362c6770
frame #54: 0x362c66bc
frame #55: 0x362c662a
frame #56: 0x3faf53f8
frame #57: 0x3faf5354
frame #58: 0x424d50c4
frame #59: 0x38bb0ad0
frame #60: 0x3cce6b5c
frame #61: 0x38baf6a1
frame #62: 0x3cceedd8
frame #63: 0x3ccecfec
frame #64: 0x3ccec0b0
frame #65: 0x3ccebeb0
frame #66: 0x38bac11a
frame #67: 0x38bab5a4
frame #68: 0x38bab2dc
frame #69: 0x38bab104
frame #70: 0x38ba8d7c
frame #71: 0x38ba7fc8
frame #72: 0x38ba7d44
frame #73: 0x38ba7490
frame #74: 0x38ba7268
frame #75: 0x38ba6e28
frame #76: 0x108065e9
frame #77: 0x0f22af82
frame #78: 0x0f22aeac
frame #79: 0x053f8de2
frame #80: 0x053f872c
frame #81: 0x0f22aaf4
frame #82: 0x0f22a5bc
frame #83: 0x108063bc
frame #84: 0x0575c380
frame #85: 0x0575be78
frame #86: 0x0360706f
frame #87: 0x0002a5de mono`mono_jit_runtime_invoke(method=<unavailable>, obj=0x75ca7c00, params=<unavailable>, exc=0x00000000) + 1214 at mini-runtime.c:2401 [opt]
frame #88: 0x00214f9f mono`mono_runtime_invoke(method=0x793dff20, obj=0x00000000, params=<unavailable>, exc=<unavailable>) + 127 at object.c:2887 [opt]
frame #89: 0x001ef010 mono`worker_thread(data=0x00000000) + 1904 at threadpool-ms.c:633 [opt]
frame #90: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #91: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #92: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #93: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #94: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #95: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #30: tid = 0x1b4697, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_1ba2f'
frame #0: 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10
frame #1: 0x9807ec73 libsystem_pthread.dylib`_pthread_mutex_lock_wait + 99
frame #2: 0x9807c29b libsystem_pthread.dylib`_pthread_mutex_lock_slow + 277
frame #3: 0x9807c16a libsystem_pthread.dylib`pthread_mutex_lock + 138
frame #4: 0x000266af mono`mono_jit_compile_method_with_opt [inlined] mono_os_mutex_lock + 8 at mono-os-mutex.h:70 [opt]
frame #5: 0x000266a7 mono`mono_jit_compile_method_with_opt [inlined] mini_lookup_method(method=<unavailable>) + 6 at mini-runtime.c:1748 [opt]
frame #6: 0x000266a1 mono`mono_jit_compile_method_with_opt [inlined] lookup_method(domain=0x7882bc20) at mini-runtime.c:1776 [opt]
frame #7: 0x000266a1 mono`mono_jit_compile_method_with_opt(method=<unavailable>, opt=<unavailable>, ex=<unavailable>) + 385 at mini-runtime.c:1886 [opt]
frame #8: 0x000264c9 mono`mono_jit_compile_method(method=0x8102cf50) + 57 at mini-runtime.c:1972 [opt]
frame #9: 0x0002374e mono`mono_jit_compile_method_inner(method=0x0002649d, target_domain=0x7882bc20, opt=2021833760, jit_ex=<unavailable>) + 398 at mini.c:4158 [opt]
frame #10: 0x0002680d mono`mono_jit_compile_method_with_opt(method=<unavailable>, opt=<unavailable>, ex=<unavailable>) + 749 at mini-runtime.c:1929 [opt]
frame #11: 0x000264c9 mono`mono_jit_compile_method(method=0x83f44800) + 57 at mini-runtime.c:1972 [opt]
frame #12: 0x000dffd6 mono`common_call_trampoline [inlined] common_call_trampoline_inner(m=<unavailable>, vt=0x00000011, vtable_slot=0xb117c168) + 1102 at mini-trampolines.c:569 [opt]
frame #13: 0x000dfb88 mono`common_call_trampoline(regs=<unavailable>, code=<unavailable>, m=<unavailable>, vt=0x00000011, vtable_slot=0xb117c168) + 88 at mini-trampolines.c:683 [opt]
frame #14: 0x000dfb24 mono`mono_magic_trampoline(regs=0xb117c340, code="\x89E??M??d$", arg=0x7d683980, tramp=0x00000000) + 52 at mini-trampolines.c:698 [opt]
frame #15: 0x0124a188
thread #31: tid = 0x1b46a0, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_1d0d3'
frame #0: 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10
frame #1: 0x9807ec73 libsystem_pthread.dylib`_pthread_mutex_lock_wait + 99
frame #2: 0x9807c158 libsystem_pthread.dylib`pthread_mutex_lock + 120
frame #3: 0x0028c936 mono`wapi_WaitForSingleObjectEx [inlined] mono_os_mutex_lock(mutex=<unavailable>) + 8 at mono-os-mutex.h:70 [opt]
frame #4: 0x0028c92e mono`wapi_WaitForSingleObjectEx [inlined] _wapi_handle_lock_handle(handle=<unavailable>) + 101 at handles-private.h:260 [opt]
frame #5: 0x0028c8c9 mono`wapi_WaitForSingleObjectEx(handle=<unavailable>, timeout=4294967295, alertable=16) + 185 at wait.c:138 [opt]
frame #6: 0x00213c6f mono`mono_monitor_try_enter_inflated(obj=<unavailable>, ms=<unavailable>, allow_interruption=<unavailable>, id=<unavailable>) + 511 at monitor.c:884 [opt]
frame #7: 0x00213221 mono`mono_monitor_try_enter_internal(obj=<unavailable>, ms=<unavailable>, allow_interruption=<unavailable>) + 97 at monitor.c:975 [opt]
frame #8: 0x002135e8 mono`mono_monitor_enter_v4 [inlined] ves_icall_System_Threading_Monitor_Monitor_try_enter_with_atomic_var(ms=4294967295, lockTaken=<unavailable>) + 24 at monitor.c:1091 [opt]
frame #9: 0x002135d0 mono`mono_monitor_enter_v4(obj=<unavailable>, lock_taken=<unavailable>) + 64 at monitor.c:1109 [opt]
frame #10: 0x03571edc
frame #11: 0x03571e44
frame #12: 0x2cf9724c
frame #13: 0x2cf9714d
frame #14: 0x2cac2d9a
frame #15: 0x2cac0a04
frame #16: 0x2c7de4e8
frame #17: 0x2c7dc2c4
frame #18: 0x2c7dc1f0
frame #19: 0x2cadad68
frame #20: 0x2cadace8
frame #21: 0x2cfb3a74
frame #22: 0x2cfb36f4
frame #23: 0x2cfb2d6c
frame #24: 0x2cfb0684
frame #25: 0x2c7e7afa
frame #26: 0x2cfb03c2
frame #27: 0x2f0f7554
frame #28: 0x2f0f6cac
frame #29: 0x2c7eda72
frame #30: 0x2f0f6a75
frame #31: 0x2f0f66a8
frame #32: 0x2f0f568c
frame #33: 0x2f0f52f4
frame #34: 0x2c7ee4d2
frame #35: 0x2f0f6a75
frame #36: 0x2fcb68dc
frame #37: 0x2c7f29b2
frame #38: 0x2cfb03c2
frame #39: 0x2cfb0160
frame #40: 0x3331d914
frame #41: 0x12dea4ec
frame #42: 0x32d77414
frame #43: 0x32d737f8
frame #44: 0x32d3cba0
frame #45: 0x32d43797
frame #46: 0x32d40bd0
frame #47: 0x32d4064f
frame #48: 0x362c6770
frame #49: 0x362c66bc
frame #50: 0x362c662a
frame #51: 0x3faf53f8
frame #52: 0x3faf5354
frame #53: 0x424d50c4
frame #54: 0x38bb0ad0
frame #55: 0x3cce6b5c
frame #56: 0x38baf6a1
frame #57: 0x3cceedd8
frame #58: 0x3ccecfec
frame #59: 0x3ccec0b0
frame #60: 0x3ccebeb0
frame #61: 0x38bac11a
frame #62: 0x38bab5a4
frame #63: 0x38bab2dc
frame #64: 0x38bab104
frame #65: 0x38ba8d7c
frame #66: 0x38ba7fc8
frame #67: 0x38ba7d44
frame #68: 0x38ba7490
frame #69: 0x38ba7268
frame #70: 0x38ba6e28
frame #71: 0x108065e9
frame #72: 0x0f22af82
frame #73: 0x0f22aeac
frame #74: 0x053f8de2
frame #75: 0x053f872c
frame #76: 0x0f22aaf4
frame #77: 0x0f22a5bc
frame #78: 0x108063bc
frame #79: 0x0575c380
frame #80: 0x0575be78
frame #81: 0x0360706f
frame #82: 0x0002a5de mono`mono_jit_runtime_invoke(method=<unavailable>, obj=0x78ca663c, params=<unavailable>, exc=0x002131d2) + 1214 at mini-runtime.c:2401 [opt]
frame #83: 0x00214f9f mono`mono_runtime_invoke(method=0x793dff20, obj=0x00000000, params=<unavailable>, exc=<unavailable>) + 127 at object.c:2887 [opt]
frame #84: 0x001ef010 mono`worker_thread(data=0x00000000) + 1904 at threadpool-ms.c:633 [opt]
frame #85: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #86: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #87: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #88: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #89: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #90: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #32: tid = 0x1b46a1, 0x2fc96bce, name = 'tid_d06f'
frame #0: 0x2fc96bce
frame #1: 0x2fc969b8
frame #2: 0x2fc97c28
frame #3: 0x2cac3641
frame #4: 0x2cac0a04
frame #5: 0x2c7de4e8
frame #6: 0x2c7dc2c4
frame #7: 0x2c7dc1f0
frame #8: 0x2cadad68
frame #9: 0x2cadace8
frame #10: 0x2cfb3a74
frame #11: 0x2cfb36f4
frame #12: 0x2cfb2d6c
frame #13: 0x2cfb0684
frame #14: 0x2c7e7afa
frame #15: 0x2cfb03c2
frame #16: 0x2f0f7554
frame #17: 0x2f0f6cac
frame #18: 0x2c7eda72
frame #19: 0x2f0f6a75
frame #20: 0x2f0f66a8
frame #21: 0x2f0f568c
frame #22: 0x2f0f52f4
frame #23: 0x2c7ee4d2
frame #24: 0x2f0f6a75
frame #25: 0x2fcb68dc
frame #26: 0x2c7f29b2
frame #27: 0x2cfb03c2
frame #28: 0x2cfb0160
frame #29: 0x3331d914
frame #30: 0x12dea4ec
frame #31: 0x32d77414
frame #32: 0x32d737f8
frame #33: 0x32d3cba0
frame #34: 0x32d43797
frame #35: 0x32d40bd0
frame #36: 0x32d4064f
frame #37: 0x362c6770
frame #38: 0x362c66bc
frame #39: 0x362c662a
frame #40: 0x3faf53f8
frame #41: 0x3faf5354
frame #42: 0x424d50c4
frame #43: 0x38bb0ad0
frame #44: 0x3cce6b5c
frame #45: 0x38baf6a1
frame #46: 0x3cceedd8
frame #47: 0x3ccecfec
frame #48: 0x3ccec0b0
frame #49: 0x3ccebeb0
frame #50: 0x38bac11a
frame #51: 0x38bab5a4
frame #52: 0x38bab2dc
frame #53: 0x38bab104
frame #54: 0x38ba8d7c
frame #55: 0x38ba7fc8
frame #56: 0x38ba7d44
frame #57: 0x38ba7490
frame #58: 0x38ba7268
frame #59: 0x38ba6e28
frame #60: 0x108065e9
frame #61: 0x0f22af82
frame #62: 0x0f22aeac
frame #63: 0x053f8de2
frame #64: 0x053f872c
frame #65: 0x0f22aaf4
frame #66: 0x0f22a5bc
frame #67: 0x108063bc
frame #68: 0x0575c380
frame #69: 0x0575be78
frame #70: 0x0360706f
frame #71: 0x0002a5de mono`mono_jit_runtime_invoke(method=<unavailable>, obj=0x78ca663c, params=<unavailable>, exc=0x4e421250) + 1214 at mini-runtime.c:2401 [opt]
frame #72: 0x00214f9f mono`mono_runtime_invoke(method=0x793dff20, obj=0x00000000, params=<unavailable>, exc=<unavailable>) + 127 at object.c:2887 [opt]
frame #73: 0x001ef010 mono`worker_thread(data=0x00000000) + 1904 at threadpool-ms.c:633 [opt]
frame #74: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #75: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #76: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #77: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #78: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #79: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #33: tid = 0x1b46a2, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_1b34f'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98082d1b libsystem_pthread.dylib`pthread_cond_timedwait$UNIX2003 + 71
frame #3: 0x001eedb4 mono`worker_thread [inlined] mono_os_cond_timedwait(cond=0x78ca6620, mutex=0x78ca663c, timeout_ms=<unavailable>) + 133 at mono-os-mutex.h:134 [opt]
frame #4: 0x001eed2f mono`worker_thread [inlined] mono_coop_cond_timedwait(timeout_ms=<unavailable>) at mono-coop-mutex.h:107 [opt]
frame #5: 0x001eed2f mono`worker_thread [inlined] worker_park + 347 at threadpool-ms.c:511 [opt]
frame #6: 0x001eebd4 mono`worker_thread(data=0x00000000) + 820 at threadpool-ms.c:601 [opt]
frame #7: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #8: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #9: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #10: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #11: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #12: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #34: tid = 0x1b46a4, 0x96e06da6 libsystem_kernel.dylib`__wait4 + 10, name = 'tid_1455f'
frame #0: 0x96e06da6 libsystem_kernel.dylib`__wait4 + 10
frame #1: 0x9e295541 libsystem_c.dylib`waitpid$UNIX2003 + 48
frame #2: 0x000ddf9d mono`mono_handle_native_sigsegv(signal=6, ctx=0xb180c33c, info=0xb180c2fc) + 541 at mini-exceptions.c:2236 [opt]
frame #3: 0x0014a121 mono`sigabrt_signal_handler(_dummy=<unavailable>, _info=<unavailable>, context=<unavailable>) + 145 at mini-posix.c:218 [opt]
frame #4: 0x92ea979b libsystem_platform.dylib`_sigtramp + 43
thread #35: tid = 0x1b46a5, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_173fb'
frame #0: 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10
frame #1: 0x9807ec73 libsystem_pthread.dylib`_pthread_mutex_lock_wait + 99
frame #2: 0x9807c158 libsystem_pthread.dylib`pthread_mutex_lock + 120
frame #3: 0x0028c936 mono`wapi_WaitForSingleObjectEx [inlined] mono_os_mutex_lock(mutex=<unavailable>) + 8 at mono-os-mutex.h:70 [opt]
frame #4: 0x0028c92e mono`wapi_WaitForSingleObjectEx [inlined] _wapi_handle_lock_handle(handle=<unavailable>) + 101 at handles-private.h:260 [opt]
frame #5: 0x0028c8c9 mono`wapi_WaitForSingleObjectEx(handle=<unavailable>, timeout=4294967295, alertable=16) + 185 at wait.c:138 [opt]
frame #6: 0x00213c6f mono`mono_monitor_try_enter_inflated(obj=<unavailable>, ms=<unavailable>, allow_interruption=<unavailable>, id=<unavailable>) + 511 at monitor.c:884 [opt]
frame #7: 0x00213221 mono`mono_monitor_try_enter_internal(obj=<unavailable>, ms=<unavailable>, allow_interruption=<unavailable>) + 97 at monitor.c:975 [opt]
frame #8: 0x002135e8 mono`mono_monitor_enter_v4 [inlined] ves_icall_System_Threading_Monitor_Monitor_try_enter_with_atomic_var(ms=4294967295, lockTaken=<unavailable>) + 24 at monitor.c:1091 [opt]
frame #9: 0x002135d0 mono`mono_monitor_enter_v4(obj=<unavailable>, lock_taken=<unavailable>) + 64 at monitor.c:1109 [opt]
frame #10: 0x03571edc
frame #11: 0x03571e44
frame #12: 0x2cf9724c
frame #13: 0x2cf9714d
frame #14: 0x2cac2d9a
frame #15: 0x2cac0a04
frame #16: 0x2c7de4e8
frame #17: 0x2c7dc2c4
frame #18: 0x2c7dc1f0
frame #19: 0x2cadad68
frame #20: 0x2cadace8
frame #21: 0x2cfb3a74
frame #22: 0x2cfb36f4
frame #23: 0x2cfb2d6c
frame #24: 0x2cfb0684
frame #25: 0x2c7e7afa
frame #26: 0x2cfb03c2
frame #27: 0x2f0f7554
frame #28: 0x2f0f6cac
frame #29: 0x2c7eda72
frame #30: 0x2f0f6a75
frame #31: 0x2f0f66a8
frame #32: 0x2f0f568c
frame #33: 0x2f0f52f4
frame #34: 0x2c7ee4d2
frame #35: 0x2f0f6a75
frame #36: 0x2fcb68dc
frame #37: 0x2c7f29b2
frame #38: 0x2cfb03c2
frame #39: 0x2cfb0160
frame #40: 0x3331d914
frame #41: 0x12dea4ec
frame #42: 0x32d77414
frame #43: 0x32d737f8
frame #44: 0x32d3cba0
frame #45: 0x32d43797
frame #46: 0x32d40bd0
frame #47: 0x32d4064f
frame #48: 0x362c6770
frame #49: 0x362c66bc
frame #50: 0x362c662a
frame #51: 0x3faf53f8
frame #52: 0x3faf5354
frame #53: 0x424d50c4
frame #54: 0x38bb0ad0
frame #55: 0x3cce6b5c
frame #56: 0x38baf6a1
frame #57: 0x3cceedd8
frame #58: 0x3ccecfec
frame #59: 0x3ccec0b0
frame #60: 0x3ccebeb0
frame #61: 0x38bac11a
frame #62: 0x38bab5a4
frame #63: 0x38bab2dc
frame #64: 0x38bab104
frame #65: 0x38ba8d7c
frame #66: 0x38ba7fc8
frame #67: 0x38ba7d44
frame #68: 0x38ba7490
frame #69: 0x38ba7268
frame #70: 0x38ba6e28
frame #71: 0x108065e9
frame #72: 0x0f22af82
frame #73: 0x0f22aeac
frame #74: 0x053f8de2
frame #75: 0x053f872c
frame #76: 0x0f22aaf4
frame #77: 0x0f22a5bc
frame #78: 0x108063bc
frame #79: 0x0575c380
frame #80: 0x0575be78
frame #81: 0x0360706f
frame #82: 0x0002a5de mono`mono_jit_runtime_invoke(method=<unavailable>, obj=0x700f1660, params=<unavailable>, exc=0x002131d2) + 1214 at mini-runtime.c:2401 [opt]
frame #83: 0x00214f9f mono`mono_runtime_invoke(method=0x793dff20, obj=0x00000000, params=<unavailable>, exc=<unavailable>) + 127 at object.c:2887 [opt]
frame #84: 0x001ef010 mono`worker_thread(data=0x00000000) + 1904 at threadpool-ms.c:633 [opt]
frame #85: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #86: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #87: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #88: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #89: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #90: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #36: tid = 0x1b46c4, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_8f2b'
frame #0: 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10
frame #1: 0x9807ec73 libsystem_pthread.dylib`_pthread_mutex_lock_wait + 99
frame #2: 0x9807c158 libsystem_pthread.dylib`pthread_mutex_lock + 120
frame #3: 0x0028832e mono`sem_release [inlined] mono_os_mutex_lock(mutex=<unavailable>) + 8 at mono-os-mutex.h:70 [opt]
frame #4: 0x00288326 mono`sem_release [inlined] _wapi_handle_lock_handle(handle=0x00001069) + 13 at handles-private.h:260 [opt]
frame #5: 0x00288319 mono`sem_release(handle=0x00001069, count=<unavailable>, prevcount=<unavailable>) + 185 at semaphores.c:354 [opt]
frame #6: 0x002134bb mono`mono_monitor_exit [inlined] mono_monitor_exit_inflated + 283 at monitor.c:681 [opt]
frame #7: 0x00213476 mono`mono_monitor_exit(obj=<unavailable>) + 214 at monitor.c:1034 [opt]
frame #8: 0x03572024
frame #9: 0x2cf97450
frame #10: 0x2cf9714d
frame #11: 0x2cac2d9a
frame #12: 0x2cac0a04
frame #13: 0x2c7de4e8
frame #14: 0x2c7dc2c4
frame #15: 0x2c7dc1f0
frame #16: 0x2cadad68
frame #17: 0x2cadace8
frame #18: 0x2cfb3a74
frame #19: 0x2cfb36f4
frame #20: 0x2cfb2d6c
frame #21: 0x2cfb0684
frame #22: 0x2c7e7afa
frame #23: 0x2cfb03c2
frame #24: 0x2f0f7554
frame #25: 0x2f0f6cac
frame #26: 0x2c7eda72
frame #27: 0x2f0f6a75
frame #28: 0x2f0f66a8
frame #29: 0x2f0f568c
frame #30: 0x2f0f52f4
frame #31: 0x2c7ee4d2
frame #32: 0x2f0f6a75
frame #33: 0x2fcb68dc
frame #34: 0x2c7f29b2
frame #35: 0x2cfb03c2
frame #36: 0x2cfb0160
frame #37: 0x3331d914
frame #38: 0x12dea4ec
frame #39: 0x32d77414
frame #40: 0x32d737f8
frame #41: 0x32d3cba0
frame #42: 0x32d43797
frame #43: 0x32d40bd0
frame #44: 0x32d4064f
frame #45: 0x362c6770
frame #46: 0x362c66bc
frame #47: 0x362c662a
frame #48: 0x3faf53f8
frame #49: 0x3faf5354
frame #50: 0x424d50c4
frame #51: 0x38bb0ad0
frame #52: 0x3cce6b5c
frame #53: 0x38baf6a1
frame #54: 0x3cceedd8
frame #55: 0x3ccecfec
frame #56: 0x3ccec0b0
frame #57: 0x3ccebeb0
frame #58: 0x38bac11a
frame #59: 0x38bab5a4
frame #60: 0x38bab2dc
frame #61: 0x38bab104
frame #62: 0x38ba8d7c
frame #63: 0x38ba7fc8
frame #64: 0x38ba7d44
frame #65: 0x38ba7490
frame #66: 0x38ba7268
frame #67: 0x38ba6e28
frame #68: 0x108065e9
frame #69: 0x0f22af82
frame #70: 0x0f22aeac
frame #71: 0x053f8de2
frame #72: 0x053f872c
frame #73: 0x0f22aaf4
frame #74: 0x0f22a5bc
frame #75: 0x108063bc
frame #76: 0x0575c380
frame #77: 0x0575be78
frame #78: 0x0360706f
frame #79: 0x0002a5de mono`mono_jit_runtime_invoke(method=<unavailable>, obj=0x75f83eb0, params=<unavailable>, exc=0x4e423820) + 1214 at mini-runtime.c:2401 [opt]
frame #80: 0x00214f9f mono`mono_runtime_invoke(method=0x793dff20, obj=0x00000000, params=<unavailable>, exc=<unavailable>) + 127 at object.c:2887 [opt]
frame #81: 0x001ef010 mono`worker_thread(data=0x00000000) + 1904 at threadpool-ms.c:633 [opt]
frame #82: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #83: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #84: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #85: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #86: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #87: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #37: tid = 0x1b46c7, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_10197'
frame #0: 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10
frame #1: 0x9807ec73 libsystem_pthread.dylib`_pthread_mutex_lock_wait + 99
frame #2: 0x9807c158 libsystem_pthread.dylib`pthread_mutex_lock + 120
frame #3: 0x0028c936 mono`wapi_WaitForSingleObjectEx [inlined] mono_os_mutex_lock(mutex=<unavailable>) + 8 at mono-os-mutex.h:70 [opt]
frame #4: 0x0028c92e mono`wapi_WaitForSingleObjectEx [inlined] _wapi_handle_lock_handle(handle=<unavailable>) + 101 at handles-private.h:260 [opt]
frame #5: 0x0028c8c9 mono`wapi_WaitForSingleObjectEx(handle=<unavailable>, timeout=4294967295, alertable=16) + 185 at wait.c:138 [opt]
frame #6: 0x00213c6f mono`mono_monitor_try_enter_inflated(obj=<unavailable>, ms=<unavailable>, allow_interruption=<unavailable>, id=<unavailable>) + 511 at monitor.c:884 [opt]
frame #7: 0x00213221 mono`mono_monitor_try_enter_internal(obj=<unavailable>, ms=<unavailable>, allow_interruption=<unavailable>) + 97 at monitor.c:975 [opt]
frame #8: 0x002135e8 mono`mono_monitor_enter_v4 [inlined] ves_icall_System_Threading_Monitor_Monitor_try_enter_with_atomic_var(ms=4294967295, lockTaken=<unavailable>) + 24 at monitor.c:1091 [opt]
frame #9: 0x002135d0 mono`mono_monitor_enter_v4(obj=<unavailable>, lock_taken=<unavailable>) + 64 at monitor.c:1109 [opt]
frame #10: 0x03571edc
frame #11: 0x03571e44
frame #12: 0x2cf9724c
frame #13: 0x2cf9714d
frame #14: 0x2cac2d9a
frame #15: 0x2cac0a04
frame #16: 0x2c7de4e8
frame #17: 0x2c7dc2c4
frame #18: 0x2c7dc1f0
frame #19: 0x2cadad68
frame #20: 0x2cadace8
frame #21: 0x2cfb3a74
frame #22: 0x2cfb36f4
frame #23: 0x2cfb2d6c
frame #24: 0x2cfb0684
frame #25: 0x2c7e7afa
frame #26: 0x2cfb03c2
frame #27: 0x2f0f7554
frame #28: 0x2f0f6cac
frame #29: 0x2c7eda72
frame #30: 0x2f0f6a75
frame #31: 0x2f0f66a8
frame #32: 0x2f0f568c
frame #33: 0x2f0f52f4
frame #34: 0x2c7ee4d2
frame #35: 0x2f0f6a75
frame #36: 0x2fcb68dc
frame #37: 0x2c7f29b2
frame #38: 0x2cfb03c2
frame #39: 0x2cfb0160
frame #40: 0x3331d914
frame #41: 0x12dea4ec
frame #42: 0x32d77414
frame #43: 0x32d737f8
frame #44: 0x32d3cba0
frame #45: 0x32d43797
frame #46: 0x32d40bd0
frame #47: 0x32d4064f
frame #48: 0x362c6770
frame #49: 0x362c66bc
frame #50: 0x362c662a
frame #51: 0x3faf53f8
frame #52: 0x3faf5354
frame #53: 0x424d50c4
frame #54: 0x38bb0ad0
frame #55: 0x3cce6b5c
frame #56: 0x38baf6a1
frame #57: 0x3cceedd8
frame #58: 0x3ccecfec
frame #59: 0x3ccec0b0
frame #60: 0x3ccebeb0
frame #61: 0x38bac11a
frame #62: 0x38bab5a4
frame #63: 0x38bab2dc
frame #64: 0x38bab104
frame #65: 0x38ba8d7c
frame #66: 0x38ba7fc8
frame #67: 0x38ba7d44
frame #68: 0x38ba7490
frame #69: 0x38ba7268
frame #70: 0x38ba6e28
frame #71: 0x108065e9
frame #72: 0x0f22af82
frame #73: 0x0f22aeac
frame #74: 0x053f8de2
frame #75: 0x053f872c
frame #76: 0x0f22aaf4
frame #77: 0x0f22a5bc
frame #78: 0x108063bc
frame #79: 0x0575c380
frame #80: 0x0575be78
frame #81: 0x0360706f
frame #82: 0x0002a5de mono`mono_jit_runtime_invoke(method=<unavailable>, obj=0x78ca663c, params=<unavailable>, exc=0x002131d2) + 1214 at mini-runtime.c:2401 [opt]
frame #83: 0x00214f9f mono`mono_runtime_invoke(method=0x793dff20, obj=0x00000000, params=<unavailable>, exc=<unavailable>) + 127 at object.c:2887 [opt]
frame #84: 0x001ef010 mono`worker_thread(data=0x00000000) + 1904 at threadpool-ms.c:633 [opt]
frame #85: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #86: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #87: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #88: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #89: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #90: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #38: tid = 0x1b46c8, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_1b78f'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98082d1b libsystem_pthread.dylib`pthread_cond_timedwait$UNIX2003 + 71
frame #3: 0x001eedb4 mono`worker_thread [inlined] mono_os_cond_timedwait(cond=0x78ca6620, mutex=0x78ca663c, timeout_ms=<unavailable>) + 133 at mono-os-mutex.h:134 [opt]
frame #4: 0x001eed2f mono`worker_thread [inlined] mono_coop_cond_timedwait(timeout_ms=<unavailable>) at mono-coop-mutex.h:107 [opt]
frame #5: 0x001eed2f mono`worker_thread [inlined] worker_park + 347 at threadpool-ms.c:511 [opt]
frame #6: 0x001eebd4 mono`worker_thread(data=0x00000000) + 820 at threadpool-ms.c:601 [opt]
frame #7: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #8: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #9: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #10: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #11: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #12: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #39: tid = 0x1b46ca, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_1686f'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98082d1b libsystem_pthread.dylib`pthread_cond_timedwait$UNIX2003 + 71
frame #3: 0x001eedb4 mono`worker_thread [inlined] mono_os_cond_timedwait(cond=0x78ca6620, mutex=0x78ca663c, timeout_ms=<unavailable>) + 133 at mono-os-mutex.h:134 [opt]
frame #4: 0x001eed2f mono`worker_thread [inlined] mono_coop_cond_timedwait(timeout_ms=<unavailable>) at mono-coop-mutex.h:107 [opt]
frame #5: 0x001eed2f mono`worker_thread [inlined] worker_park + 347 at threadpool-ms.c:511 [opt]
frame #6: 0x001eebd4 mono`worker_thread(data=0x00000000) + 820 at threadpool-ms.c:601 [opt]
frame #7: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #8: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #9: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #10: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #11: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #12: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #40: tid = 0x1b4726, 0x96e06e16 libsystem_kernel.dylib`__workq_kernreturn + 10
frame #0: 0x96e06e16 libsystem_kernel.dylib`__workq_kernreturn + 10
frame #1: 0x9807e35f libsystem_pthread.dylib`_pthread_wqthread + 1289
frame #2: 0x9807bf82 libsystem_pthread.dylib`start_wqthread + 34
thread #41: tid = 0x1b4755, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_1a763'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98082d1b libsystem_pthread.dylib`pthread_cond_timedwait$UNIX2003 + 71
frame #3: 0x001eedb4 mono`worker_thread [inlined] mono_os_cond_timedwait(cond=0x78ca6620, mutex=0x78ca663c, timeout_ms=<unavailable>) + 133 at mono-os-mutex.h:134 [opt]
frame #4: 0x001eed2f mono`worker_thread [inlined] mono_coop_cond_timedwait(timeout_ms=<unavailable>) at mono-coop-mutex.h:107 [opt]
frame #5: 0x001eed2f mono`worker_thread [inlined] worker_park + 347 at threadpool-ms.c:511 [opt]
frame #6: 0x001eebd4 mono`worker_thread(data=0x00000000) + 820 at threadpool-ms.c:601 [opt]
frame #7: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #8: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #9: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #10: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #11: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #12: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #42: tid = 0x1b4756, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_dfe7'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98082d1b libsystem_pthread.dylib`pthread_cond_timedwait$UNIX2003 + 71
frame #3: 0x001eedb4 mono`worker_thread [inlined] mono_os_cond_timedwait(cond=0x78ca6620, mutex=0x78ca663c, timeout_ms=<unavailable>) + 133 at mono-os-mutex.h:134 [opt]
frame #4: 0x001eed2f mono`worker_thread [inlined] mono_coop_cond_timedwait(timeout_ms=<unavailable>) at mono-coop-mutex.h:107 [opt]
frame #5: 0x001eed2f mono`worker_thread [inlined] worker_park + 347 at threadpool-ms.c:511 [opt]
frame #6: 0x001eebd4 mono`worker_thread(data=0x00000000) + 820 at threadpool-ms.c:601 [opt]
frame #7: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #8: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #9: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #10: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #11: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #12: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #43: tid = 0x1b4757, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_15bc7'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98082d1b libsystem_pthread.dylib`pthread_cond_timedwait$UNIX2003 + 71
frame #3: 0x001eedb4 mono`worker_thread [inlined] mono_os_cond_timedwait(cond=0x78ca6620, mutex=0x78ca663c, timeout_ms=<unavailable>) + 133 at mono-os-mutex.h:134 [opt]
frame #4: 0x001eed2f mono`worker_thread [inlined] mono_coop_cond_timedwait(timeout_ms=<unavailable>) at mono-coop-mutex.h:107 [opt]
frame #5: 0x001eed2f mono`worker_thread [inlined] worker_park + 347 at threadpool-ms.c:511 [opt]
frame #6: 0x001eebd4 mono`worker_thread(data=0x00000000) + 820 at threadpool-ms.c:601 [opt]
frame #7: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #8: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #9: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #10: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #11: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #12: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #44: tid = 0x1b4758, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_6c1f'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98082d1b libsystem_pthread.dylib`pthread_cond_timedwait$UNIX2003 + 71
frame #3: 0x001eedb4 mono`worker_thread [inlined] mono_os_cond_timedwait(cond=0x78ca6620, mutex=0x78ca663c, timeout_ms=<unavailable>) + 133 at mono-os-mutex.h:134 [opt]
frame #4: 0x001eed2f mono`worker_thread [inlined] mono_coop_cond_timedwait(timeout_ms=<unavailable>) at mono-coop-mutex.h:107 [opt]
frame #5: 0x001eed2f mono`worker_thread [inlined] worker_park + 347 at threadpool-ms.c:511 [opt]
frame #6: 0x001eebd4 mono`worker_thread(data=0x00000000) + 820 at threadpool-ms.c:601 [opt]
frame #7: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #8: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #9: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #10: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #11: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #12: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #45: tid = 0x1b4759, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_13e0b'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98082d1b libsystem_pthread.dylib`pthread_cond_timedwait$UNIX2003 + 71
frame #3: 0x001eedb4 mono`worker_thread [inlined] mono_os_cond_timedwait(cond=0x78ca6620, mutex=0x78ca663c, timeout_ms=<unavailable>) + 133 at mono-os-mutex.h:134 [opt]
frame #4: 0x001eed2f mono`worker_thread [inlined] mono_coop_cond_timedwait(timeout_ms=<unavailable>) at mono-coop-mutex.h:107 [opt]
frame #5: 0x001eed2f mono`worker_thread [inlined] worker_park + 347 at threadpool-ms.c:511 [opt]
frame #6: 0x001eebd4 mono`worker_thread(data=0x00000000) + 820 at threadpool-ms.c:601 [opt]
frame #7: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #8: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #9: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #10: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #11: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #12: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #46: tid = 0x1b475a, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_9133'
frame #0: 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10
frame #1: 0x9807ec73 libsystem_pthread.dylib`_pthread_mutex_lock_wait + 99
frame #2: 0x9807c29b libsystem_pthread.dylib`_pthread_mutex_lock_slow + 277
frame #3: 0x9807c16a libsystem_pthread.dylib`pthread_mutex_lock + 138
frame #4: 0x000266af mono`mono_jit_compile_method_with_opt [inlined] mono_os_mutex_lock + 8 at mono-os-mutex.h:70 [opt]
frame #5: 0x000266a7 mono`mono_jit_compile_method_with_opt [inlined] mini_lookup_method(method=<unavailable>) + 6 at mini-runtime.c:1748 [opt]
frame #6: 0x000266a1 mono`mono_jit_compile_method_with_opt [inlined] lookup_method(domain=0x7882bc20) at mini-runtime.c:1776 [opt]
frame #7: 0x000266a1 mono`mono_jit_compile_method_with_opt(method=<unavailable>, opt=<unavailable>, ex=<unavailable>) + 385 at mini-runtime.c:1886 [opt]
frame #8: 0x000264c9 mono`mono_jit_compile_method(method=0x8185d9a8) + 57 at mini-runtime.c:1972 [opt]
frame #9: 0x0002374e mono`mono_jit_compile_method_inner(method=0x0002649d, target_domain=0x7882bc20, opt=2021833760, jit_ex=<unavailable>) + 398 at mini.c:4158 [opt]
frame #10: 0x0002680d mono`mono_jit_compile_method_with_opt(method=<unavailable>, opt=<unavailable>, ex=<unavailable>) + 749 at mini-runtime.c:1929 [opt]
frame #11: 0x000264c9 mono`mono_jit_compile_method(method=0x838fb270) + 57 at mini-runtime.c:1972 [opt]
frame #12: 0x000dffd6 mono`common_call_trampoline [inlined] common_call_trampoline_inner(m=<unavailable>, vt=0x3cee3648, vtable_slot=0x3936ea00) + 1102 at mini-trampolines.c:569 [opt]
frame #13: 0x000dfb88 mono`common_call_trampoline(regs=<unavailable>, code=<unavailable>, m=<unavailable>, vt=0x3cee3648, vtable_slot=0x3936ea00) + 88 at mini-trampolines.c:683 [opt]
frame #14: 0x000dfb24 mono`mono_magic_trampoline(regs=0xb1e17130, code="\x89E??M?\x8dd$", arg=0x838fb950, tramp=0x00000000) + 52 at mini-trampolines.c:698 [opt]
frame #15: 0x0124a188
thread #47: tid = 0x1b475b, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_20f03'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98082d1b libsystem_pthread.dylib`pthread_cond_timedwait$UNIX2003 + 71
frame #3: 0x001eedb4 mono`worker_thread [inlined] mono_os_cond_timedwait(cond=0x78ca6620, mutex=0x78ca663c, timeout_ms=<unavailable>) + 133 at mono-os-mutex.h:134 [opt]
frame #4: 0x001eed2f mono`worker_thread [inlined] mono_coop_cond_timedwait(timeout_ms=<unavailable>) at mono-coop-mutex.h:107 [opt]
frame #5: 0x001eed2f mono`worker_thread [inlined] worker_park + 347 at threadpool-ms.c:511 [opt]
frame #6: 0x001eebd4 mono`worker_thread(data=0x00000000) + 820 at threadpool-ms.c:601 [opt]
frame #7: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #8: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #9: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #10: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #11: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #12: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #48: tid = 0x1b475c, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_16213'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98082d1b libsystem_pthread.dylib`pthread_cond_timedwait$UNIX2003 + 71
frame #3: 0x001eedb4 mono`worker_thread [inlined] mono_os_cond_timedwait(cond=0x78ca6620, mutex=0x78ca663c, timeout_ms=<unavailable>) + 133 at mono-os-mutex.h:134 [opt]
frame #4: 0x001eed2f mono`worker_thread [inlined] mono_coop_cond_timedwait(timeout_ms=<unavailable>) at mono-coop-mutex.h:107 [opt]
frame #5: 0x001eed2f mono`worker_thread [inlined] worker_park + 347 at threadpool-ms.c:511 [opt]
frame #6: 0x001eebd4 mono`worker_thread(data=0x00000000) + 820 at threadpool-ms.c:601 [opt]
frame #7: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #8: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #9: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #10: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #11: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #12: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #49: tid = 0x1b475d, 0x0124b75f, name = 'tid_cfb7'
frame #0: 0x0124b75f
frame #1: 0x2cdf2b24
frame #2: 0x2cdf2964
frame #3: 0x2cac0186
frame #4: 0x2c7de4e8
frame #5: 0x2c7dc2c4
frame #6: 0x2c7dc1f0
frame #7: 0x2cadad68
frame #8: 0x2cadace8
frame #9: 0x2cfb3a74
frame #10: 0x2cfb36f4
frame #11: 0x2cfb2d6c
frame #12: 0x2cfb0684
frame #13: 0x2c7e7afa
frame #14: 0x2cfb03c2
frame #15: 0x2f0f7554
frame #16: 0x2f0f6cac
frame #17: 0x2c7eda72
frame #18: 0x2f0f6a75
frame #19: 0x2f0f66a8
frame #20: 0x2f0f568c
frame #21: 0x2f0f52f4
frame #22: 0x2c7ee4d2
frame #23: 0x2f0f6a75
frame #24: 0x2fcb68dc
frame #25: 0x2c7f29b2
frame #26: 0x2cfb03c2
frame #27: 0x2cfb0160
frame #28: 0x3331d914
frame #29: 0x12dea4ec
frame #30: 0x32d77414
frame #31: 0x32d737f8
frame #32: 0x32d3cba0
frame #33: 0x32d43797
frame #34: 0x32d40bd0
frame #35: 0x32d4064f
frame #36: 0x362c6770
frame #37: 0x362c66bc
frame #38: 0x362c662a
frame #39: 0x3faf53f8
frame #40: 0x3faf5354
frame #41: 0x424d50c4
frame #42: 0x38bb0ad0
frame #43: 0x3cce6b5c
frame #44: 0x38baf6a1
frame #45: 0x3cceedd8
frame #46: 0x3ccecfec
frame #47: 0x3ccec0b0
frame #48: 0x3ccebeb0
frame #49: 0x38bac11a
frame #50: 0x38bab5a4
frame #51: 0x38bab2dc
frame #52: 0x38bab104
frame #53: 0x38ba8d7c
frame #54: 0x38ba7fc8
frame #55: 0x38ba7d44
frame #56: 0x38ba7490
frame #57: 0x38ba7268
frame #58: 0x38ba6e28
frame #59: 0x108065e9
frame #60: 0x0f22af82
frame #61: 0x0f22aeac
frame #62: 0x053f8de2
frame #63: 0x053f872c
frame #64: 0x0f22aaf4
frame #65: 0x0f22a5bc
frame #66: 0x108063bc
frame #67: 0x0575c380
frame #68: 0x0575be78
frame #69: 0x0360706f
frame #70: 0x0002a5de mono`mono_jit_runtime_invoke(method=<unavailable>, obj=0x87e47df0, params=<unavailable>, exc=0x00000000) + 1214 at mini-runtime.c:2401 [opt]
frame #71: 0x00214f9f mono`mono_runtime_invoke(method=0x793dff20, obj=0x00000000, params=<unavailable>, exc=<unavailable>) + 127 at object.c:2887 [opt]
frame #72: 0x001ef010 mono`worker_thread(data=0x00000000) + 1904 at threadpool-ms.c:633 [opt]
frame #73: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #74: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #75: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #76: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #77: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #78: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #50: tid = 0x1b475e, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_1e2e7'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98082d1b libsystem_pthread.dylib`pthread_cond_timedwait$UNIX2003 + 71
frame #3: 0x001eedb4 mono`worker_thread [inlined] mono_os_cond_timedwait(cond=0x78ca6620, mutex=0x78ca663c, timeout_ms=<unavailable>) + 133 at mono-os-mutex.h:134 [opt]
frame #4: 0x001eed2f mono`worker_thread [inlined] mono_coop_cond_timedwait(timeout_ms=<unavailable>) at mono-coop-mutex.h:107 [opt]
frame #5: 0x001eed2f mono`worker_thread [inlined] worker_park + 347 at threadpool-ms.c:511 [opt]
frame #6: 0x001eebd4 mono`worker_thread(data=0x00000000) + 820 at threadpool-ms.c:601 [opt]
frame #7: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #8: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #9: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #10: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #11: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #12: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #51: tid = 0x1b4770, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_1d127'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98082d1b libsystem_pthread.dylib`pthread_cond_timedwait$UNIX2003 + 71
frame #3: 0x001eedb4 mono`worker_thread [inlined] mono_os_cond_timedwait(cond=0x78ca6620, mutex=0x78ca663c, timeout_ms=<unavailable>) + 133 at mono-os-mutex.h:134 [opt]
frame #4: 0x001eed2f mono`worker_thread [inlined] mono_coop_cond_timedwait(timeout_ms=<unavailable>) at mono-coop-mutex.h:107 [opt]
frame #5: 0x001eed2f mono`worker_thread [inlined] worker_park + 347 at threadpool-ms.c:511 [opt]
frame #6: 0x001eebd4 mono`worker_thread(data=0x00000000) + 820 at threadpool-ms.c:601 [opt]
frame #7: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #8: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #9: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #10: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #11: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #12: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #52: tid = 0x1b4771, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_12d83'
frame #0: 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10
frame #1: 0x9807ec73 libsystem_pthread.dylib`_pthread_mutex_lock_wait + 99
frame #2: 0x9807c29b libsystem_pthread.dylib`_pthread_mutex_lock_slow + 277
frame #3: 0x9807c16a libsystem_pthread.dylib`pthread_mutex_lock + 138
frame #4: 0x000266af mono`mono_jit_compile_method_with_opt [inlined] mono_os_mutex_lock + 8 at mono-os-mutex.h:70 [opt]
frame #5: 0x000266a7 mono`mono_jit_compile_method_with_opt [inlined] mini_lookup_method(method=<unavailable>) + 6 at mini-runtime.c:1748 [opt]
frame #6: 0x000266a1 mono`mono_jit_compile_method_with_opt [inlined] lookup_method(domain=0x7882bc20) at mini-runtime.c:1776 [opt]
frame #7: 0x000266a1 mono`mono_jit_compile_method_with_opt(method=<unavailable>, opt=<unavailable>, ex=<unavailable>) + 385 at mini-runtime.c:1886 [opt]
frame #8: 0x000264c9 mono`mono_jit_compile_method(method=0x83f44800) + 57 at mini-runtime.c:1972 [opt]
frame #9: 0x000dffd6 mono`common_call_trampoline [inlined] common_call_trampoline_inner(m=<unavailable>, vt=0x00000000, vtable_slot=0x0171e940) + 1102 at mini-trampolines.c:569 [opt]
frame #10: 0x000dfb88 mono`common_call_trampoline(regs=<unavailable>, code=<unavailable>, m=<unavailable>, vt=0x00000000, vtable_slot=0x0171e940) + 88 at mini-trampolines.c:683 [opt]
frame #11: 0x000dfb24 mono`mono_magic_trampoline(regs=0xb292d970, code="\x89E??M??d$", arg=0x7d683980, tramp=0x00000000) + 52 at mini-trampolines.c:698 [opt]
frame #12: 0x0124a188
thread #53: tid = 0x1b4772, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_1560b'
frame #0: 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10
frame #1: 0x9807ec73 libsystem_pthread.dylib`_pthread_mutex_lock_wait + 99
frame #2: 0x9807c158 libsystem_pthread.dylib`pthread_mutex_lock + 120
frame #3: 0x0028832e mono`sem_release [inlined] mono_os_mutex_lock(mutex=<unavailable>) + 8 at mono-os-mutex.h:70 [opt]
frame #4: 0x00288326 mono`sem_release [inlined] _wapi_handle_lock_handle(handle=0x00001069) + 13 at handles-private.h:260 [opt]
frame #5: 0x00288319 mono`sem_release(handle=0x00001069, count=<unavailable>, prevcount=<unavailable>) + 185 at semaphores.c:354 [opt]
frame #6: 0x002134bb mono`mono_monitor_exit [inlined] mono_monitor_exit_inflated + 283 at monitor.c:681 [opt]
frame #7: 0x00213476 mono`mono_monitor_exit(obj=<unavailable>) + 214 at monitor.c:1034 [opt]
frame #8: 0x03572024
frame #9: 0x2fc97eb4
frame #10: 0x2cf9714d
frame #11: 0x2cac2d9a
frame #12: 0x2cac0a04
frame #13: 0x2c7de4e8
frame #14: 0x2c7dc2c4
frame #15: 0x2c7dc1f0
frame #16: 0x2cadad68
frame #17: 0x2cadace8
frame #18: 0x2cfb3a74
frame #19: 0x2cfb36f4
frame #20: 0x2cfb2d6c
frame #21: 0x2cfb0684
frame #22: 0x2c7e7afa
frame #23: 0x2cfb03c2
frame #24: 0x2f0f7554
frame #25: 0x2f0f6cac
frame #26: 0x2c7eda72
frame #27: 0x2f0f6a75
frame #28: 0x2f0f66a8
frame #29: 0x2f0f568c
frame #30: 0x2f0f52f4
frame #31: 0x2c7ee4d2
frame #32: 0x2f0f6a75
frame #33: 0x2f0f66a8
frame #34: 0x2f0f568c
frame #35: 0x2f0f52f4
frame #36: 0x2c7ee4d2
frame #37: 0x2f0f6a75
frame #38: 0x2fcb68dc
frame #39: 0x2c7f29b2
frame #40: 0x2cfb03c2
frame #41: 0x2cfb0160
frame #42: 0x3331d914
frame #43: 0x12dea4ec
frame #44: 0x32d77414
frame #45: 0x32d737f8
frame #46: 0x32d3cba0
frame #47: 0x32d43797
frame #48: 0x32d40bd0
frame #49: 0x32d4064f
frame #50: 0x362c6770
frame #51: 0x362c66bc
frame #52: 0x362c662a
frame #53: 0x3faf53f8
frame #54: 0x3faf5354
frame #55: 0x424d50c4
frame #56: 0x38bb0ad0
frame #57: 0x3cce6b5c
frame #58: 0x38baf6a1
frame #59: 0x3cceedd8
frame #60: 0x3ccecfec
frame #61: 0x3ccec0b0
frame #62: 0x3ccebeb0
frame #63: 0x38bac11a
frame #64: 0x38bab5a4
frame #65: 0x38bab2dc
frame #66: 0x38bab104
frame #67: 0x38ba8d7c
frame #68: 0x38ba7fc8
frame #69: 0x38ba7d44
frame #70: 0x38ba7490
frame #71: 0x38ba7268
frame #72: 0x38ba6e28
frame #73: 0x108065e9
frame #74: 0x0f22af82
frame #75: 0x0f22aeac
frame #76: 0x053f8de2
frame #77: 0x053f872c
frame #78: 0x0f22aaf4
frame #79: 0x0f22a5bc
frame #80: 0x108063bc
frame #81: 0x0575c380
frame #82: 0x0575be78
frame #83: 0x0360706f
frame #84: 0x0002a5de mono`mono_jit_runtime_invoke(method=<unavailable>, obj=0x78ca663c, params=<unavailable>, exc=0x00000094) + 1214 at mini-runtime.c:2401 [opt]
frame #85: 0x00214f9f mono`mono_runtime_invoke(method=0x793dff20, obj=0x00000000, params=<unavailable>, exc=<unavailable>) + 127 at object.c:2887 [opt]
frame #86: 0x001ef010 mono`worker_thread(data=0x00000000) + 1904 at threadpool-ms.c:633 [opt]
frame #87: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #88: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #89: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #90: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #91: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #92: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #54: tid = 0x1b4773, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_1dc1f'
frame #0: 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10
frame #1: 0x9807ec73 libsystem_pthread.dylib`_pthread_mutex_lock_wait + 99
frame #2: 0x9807c29b libsystem_pthread.dylib`_pthread_mutex_lock_slow + 277
frame #3: 0x9807c16a libsystem_pthread.dylib`pthread_mutex_lock + 138
frame #4: 0x000262d3 mono`mini_lookup_method [inlined] mono_os_mutex_lock + 8 at mono-os-mutex.h:70 [opt]
frame #5: 0x000262cb mono`mini_lookup_method(domain=0x7882bc20, method=<unavailable>, shared=<unavailable>) + 27 at mini-runtime.c:1748 [opt]
frame #6: 0x00026718 mono`mono_jit_compile_method_with_opt [inlined] lookup_method(domain=0x7882bc20) + 119 at mini-runtime.c:1782 [opt]
frame #7: 0x000266a1 mono`mono_jit_compile_method_with_opt(method=<unavailable>, opt=<unavailable>, ex=<unavailable>) + 385 at mini-runtime.c:1886 [opt]
frame #8: 0x000264c9 mono`mono_jit_compile_method(method=0x838fb270) + 57 at mini-runtime.c:1972 [opt]
frame #9: 0x000dffd6 mono`common_call_trampoline [inlined] common_call_trampoline_inner(m=<unavailable>, vt=0x3cb884f8, vtable_slot=0x3683a700) + 1102 at mini-trampolines.c:569 [opt]
frame #10: 0x000dfb88 mono`common_call_trampoline(regs=<unavailable>, code=<unavailable>, m=<unavailable>, vt=0x3cb884f8, vtable_slot=0x3683a700) + 88 at mini-trampolines.c:683 [opt]
frame #11: 0x000dfb24 mono`mono_magic_trampoline(regs=0xb2a2f7d0, code="\x89E??M?\x8dd$", arg=0x838fb950, tramp=0x00000000) + 52 at mini-trampolines.c:698 [opt]
frame #12: 0x0124a188
thread #55: tid = 0x1b4774, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_887b'
frame #0: 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10
frame #1: 0x9807ec73 libsystem_pthread.dylib`_pthread_mutex_lock_wait + 99
frame #2: 0x9807c29b libsystem_pthread.dylib`_pthread_mutex_lock_slow + 277
frame #3: 0x9807c16a libsystem_pthread.dylib`pthread_mutex_lock + 138
frame #4: 0x000266af mono`mono_jit_compile_method_with_opt [inlined] mono_os_mutex_lock + 8 at mono-os-mutex.h:70 [opt]
frame #5: 0x000266a7 mono`mono_jit_compile_method_with_opt [inlined] mini_lookup_method(method=<unavailable>) + 6 at mini-runtime.c:1748 [opt]
frame #6: 0x000266a1 mono`mono_jit_compile_method_with_opt [inlined] lookup_method(domain=0x7882bc20) at mini-runtime.c:1776 [opt]
frame #7: 0x000266a1 mono`mono_jit_compile_method_with_opt(method=<unavailable>, opt=<unavailable>, ex=<unavailable>) + 385 at mini-runtime.c:1886 [opt]
frame #8: 0x000264c9 mono`mono_jit_compile_method(method=0x83f44800) + 57 at mini-runtime.c:1972 [opt]
frame #9: 0x000dffd6 mono`common_call_trampoline [inlined] common_call_trampoline_inner(m=<unavailable>, vt=0x00000000, vtable_slot=0x000000aa) + 1102 at mini-trampolines.c:569 [opt]
frame #10: 0x000dfb88 mono`common_call_trampoline(regs=<unavailable>, code=<unavailable>, m=<unavailable>, vt=0x00000000, vtable_slot=0x000000aa) + 88 at mini-trampolines.c:683 [opt]
frame #11: 0x000dfb24 mono`mono_magic_trampoline(regs=0xb2b32bd0, code="\x89E??M??d$", arg=0x7d683980, tramp=0x00000000) + 52 at mini-trampolines.c:698 [opt]
frame #12: 0x0124a188
thread #56: tid = 0x1b4775, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_2a87'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98082d1b libsystem_pthread.dylib`pthread_cond_timedwait$UNIX2003 + 71
frame #3: 0x001eedb4 mono`worker_thread [inlined] mono_os_cond_timedwait(cond=0x78ca6620, mutex=0x78ca663c, timeout_ms=<unavailable>) + 133 at mono-os-mutex.h:134 [opt]
frame #4: 0x001eed2f mono`worker_thread [inlined] mono_coop_cond_timedwait(timeout_ms=<unavailable>) at mono-coop-mutex.h:107 [opt]
frame #5: 0x001eed2f mono`worker_thread [inlined] worker_park + 347 at threadpool-ms.c:511 [opt]
frame #6: 0x001eebd4 mono`worker_thread(data=0x00000000) + 820 at threadpool-ms.c:601 [opt]
frame #7: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #8: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #9: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #10: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #11: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #12: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #57: tid = 0x1b4777, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_1e613'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98082d1b libsystem_pthread.dylib`pthread_cond_timedwait$UNIX2003 + 71
frame #3: 0x001eedb4 mono`worker_thread [inlined] mono_os_cond_timedwait(cond=0x78ca6620, mutex=0x78ca663c, timeout_ms=<unavailable>) + 133 at mono-os-mutex.h:134 [opt]
frame #4: 0x001eed2f mono`worker_thread [inlined] mono_coop_cond_timedwait(timeout_ms=<unavailable>) at mono-coop-mutex.h:107 [opt]
frame #5: 0x001eed2f mono`worker_thread [inlined] worker_park + 347 at threadpool-ms.c:511 [opt]
frame #6: 0x001eebd4 mono`worker_thread(data=0x00000000) + 820 at threadpool-ms.c:601 [opt]
frame #7: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #8: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #9: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #10: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #11: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #12: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #58: tid = 0x1b4778, 0x2cdf4f63, name = 'tid_715f'
frame #0: 0x2cdf4f63
frame #1: 0x2cdf447c
frame #2: 0x2cdf4384
frame #3: 0x2cdf2e3c
frame #4: 0x2cdf2b24
frame #5: 0x2cdf2964
frame #6: 0x2cac0186
frame #7: 0x2c7de4e8
frame #8: 0x2c7dc2c4
frame #9: 0x2c7dc1f0
frame #10: 0x2cadad68
frame #11: 0x2cadace8
frame #12: 0x2cfb3a74
frame #13: 0x2cfb36f4
frame #14: 0x2cfb2d6c
frame #15: 0x2cfb0684
frame #16: 0x2c7e7afa
frame #17: 0x2cfb03c2
frame #18: 0x2f0f7554
frame #19: 0x2f0f6cac
frame #20: 0x2c7eda72
frame #21: 0x2f0f6a75
frame #22: 0x2f0f66a8
frame #23: 0x2f0f568c
frame #24: 0x2f0f52f4
frame #25: 0x2c7ee4d2
frame #26: 0x2f0f6a75
frame #27: 0x2fcb68dc
frame #28: 0x2c7f29b2
frame #29: 0x2cfb03c2
frame #30: 0x2cfb0160
frame #31: 0x3331d914
frame #32: 0x12dea4ec
frame #33: 0x32d77414
frame #34: 0x32d737f8
frame #35: 0x32d3cba0
frame #36: 0x32d43797
frame #37: 0x32d40bd0
frame #38: 0x32d4064f
frame #39: 0x362c6770
frame #40: 0x362c66bc
frame #41: 0x362c662a
frame #42: 0x3faf53f8
frame #43: 0x3faf5354
frame #44: 0x424d52a0
frame #45: 0x38bb0ad0
frame #46: 0x3cce6b5c
frame #47: 0x38baf6a1
frame #48: 0x3cceedd8
frame #49: 0x3ccecfec
frame #50: 0x3ccec0b0
frame #51: 0x3ccebeb0
frame #52: 0x38bac11a
frame #53: 0x38bab5a4
frame #54: 0x38bab2dc
frame #55: 0x38bab104
frame #56: 0x38ba8d7c
frame #57: 0x38ba7fc8
frame #58: 0x38ba7d44
frame #59: 0x38ba7490
frame #60: 0x38ba7268
frame #61: 0x38ba6e28
frame #62: 0x108065e9
frame #63: 0x0f22af82
frame #64: 0x0f22aeac
frame #65: 0x053f8de2
frame #66: 0x053f872c
frame #67: 0x0f22aaf4
frame #68: 0x0f22a5bc
frame #69: 0x108063bc
frame #70: 0x0575c380
frame #71: 0x0575be78
frame #72: 0x0360706f
frame #73: 0x0002a5de mono`mono_jit_runtime_invoke(method=<unavailable>, obj=0x78ca663c, params=<unavailable>, exc=0x00000000) + 1214 at mini-runtime.c:2401 [opt]
frame #74: 0x00214f9f mono`mono_runtime_invoke(method=0x793dff20, obj=0x00000000, params=<unavailable>, exc=<unavailable>) + 127 at object.c:2887 [opt]
frame #75: 0x001ef010 mono`worker_thread(data=0x00000000) + 1904 at threadpool-ms.c:633 [opt]
frame #76: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #77: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #78: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #79: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #80: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #81: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #59: tid = 0x1b4779, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_1a6cf'
frame #0: 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10
frame #1: 0x9807ec73 libsystem_pthread.dylib`_pthread_mutex_lock_wait + 99
frame #2: 0x9807c158 libsystem_pthread.dylib`pthread_mutex_lock + 120
frame #3: 0x0028832e mono`sem_release [inlined] mono_os_mutex_lock(mutex=<unavailable>) + 8 at mono-os-mutex.h:70 [opt]
frame #4: 0x00288326 mono`sem_release [inlined] _wapi_handle_lock_handle(handle=0x00001069) + 13 at handles-private.h:260 [opt]
frame #5: 0x00288319 mono`sem_release(handle=0x00001069, count=<unavailable>, prevcount=<unavailable>) + 185 at semaphores.c:354 [opt]
frame #6: 0x002134bb mono`mono_monitor_exit [inlined] mono_monitor_exit_inflated + 283 at monitor.c:681 [opt]
frame #7: 0x00213476 mono`mono_monitor_exit(obj=<unavailable>) + 214 at monitor.c:1034 [opt]
frame #8: 0x03572024
frame #9: 0x2cf97450
frame #10: 0x2cf9714d
frame #11: 0x2cac2d9a
frame #12: 0x2cac0a04
frame #13: 0x2c7de4e8
frame #14: 0x2c7dc2c4
frame #15: 0x2c7dc1f0
frame #16: 0x2cadad68
frame #17: 0x2cadace8
frame #18: 0x2cfb3a74
frame #19: 0x2cfb36f4
frame #20: 0x2cfb2d6c
frame #21: 0x2cfb0684
frame #22: 0x2c7e7afa
frame #23: 0x2cfb03c2
frame #24: 0x2f0f7554
frame #25: 0x2f0f6cac
frame #26: 0x2c7eda72
frame #27: 0x2f0f6a75
frame #28: 0x2f0f66a8
frame #29: 0x2f0f568c
frame #30: 0x2f0f52f4
frame #31: 0x2c7ee4d2
frame #32: 0x2f0f6a75
frame #33: 0x2fcb68dc
frame #34: 0x2c7f29b2
frame #35: 0x2cfb03c2
frame #36: 0x2cfb0160
frame #37: 0x3331d914
frame #38: 0x12dea4ec
frame #39: 0x32d77414
frame #40: 0x32d737f8
frame #41: 0x32d3cba0
frame #42: 0x32d43797
frame #43: 0x32d40bd0
frame #44: 0x32d4064f
frame #45: 0x362c6770
frame #46: 0x362c66bc
frame #47: 0x362c662a
frame #48: 0x3faf53f8
frame #49: 0x3faf5354
frame #50: 0x424d50c4
frame #51: 0x38bb0ad0
frame #52: 0x3cce6b5c
frame #53: 0x38baf6a1
frame #54: 0x3cceedd8
frame #55: 0x3ccecfec
frame #56: 0x3ccec0b0
frame #57: 0x3ccebeb0
frame #58: 0x38bac11a
frame #59: 0x38bab5a4
frame #60: 0x38bab2dc
frame #61: 0x38bab104
frame #62: 0x38ba8d7c
frame #63: 0x38ba7fc8
frame #64: 0x38ba7d44
frame #65: 0x38ba7490
frame #66: 0x38ba7268
frame #67: 0x38ba6e28
frame #68: 0x108065e9
frame #69: 0x0f22af82
frame #70: 0x0f22aeac
frame #71: 0x053f8de2
frame #72: 0x053f872c
frame #73: 0x0f22aaf4
frame #74: 0x0f22a5bc
frame #75: 0x108063bc
frame #76: 0x0575c380
frame #77: 0x0575be78
frame #78: 0x0360706f
frame #79: 0x0002a5de mono`mono_jit_runtime_invoke(method=<unavailable>, obj=0x78ca663c, params=<unavailable>, exc=0x57c660b0) + 1214 at mini-runtime.c:2401 [opt]
frame #80: 0x00214f9f mono`mono_runtime_invoke(method=0x793dff20, obj=0x00000000, params=<unavailable>, exc=<unavailable>) + 127 at object.c:2887 [opt]
frame #81: 0x001ef010 mono`worker_thread(data=0x00000000) + 1904 at threadpool-ms.c:633 [opt]
frame #82: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #83: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #84: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #85: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #86: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #87: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #60: tid = 0x1b477a, 0x03961cc2, name = 'tid_189eb'
frame #0: 0x03961cc2
frame #1: 0x03961748
frame #2: 0x039609d0
frame #3: 0x03960888
frame #4: 0x0396070c
frame #5: 0x03960648
frame #6: 0x0396049c
frame #7: 0x03960418
frame #8: 0x039602a8
frame #9: 0x03960204
frame #10: 0x0396005f
frame #11: 0x0395fec0
frame #12: 0x0395fe20
frame #13: 0x0361d1e4
frame #14: 0x03617b00
frame #15: 0x03617954
frame #16: 0x2cf99360
frame #17: 0x2cf991f4
frame #18: 0x2cf99128
frame #19: 0x2cf99010
frame #20: 0x2fc9699c
frame #21: 0x2fc97c28
frame #22: 0x2cac3641
frame #23: 0x2cac0a04
frame #24: 0x2c7de4e8
frame #25: 0x2c7dc2c4
frame #26: 0x2c7dc1f0
frame #27: 0x2cadad68
frame #28: 0x2cadace8
frame #29: 0x2cfb3a74
frame #30: 0x2cfb36f4
frame #31: 0x2cfb2d6c
frame #32: 0x2cfb0684
frame #33: 0x2c7e7afa
frame #34: 0x2cfb03c2
frame #35: 0x2f0f7554
frame #36: 0x2f0f6cac
frame #37: 0x2c7eda72
frame #38: 0x2f0f6a75
frame #39: 0x2f0f66a8
frame #40: 0x2f0f568c
frame #41: 0x2f0f52f4
frame #42: 0x2c7ee4d2
frame #43: 0x2f0f6a75
frame #44: 0x2fcb68dc
frame #45: 0x2c7f29b2
frame #46: 0x2cfb03c2
frame #47: 0x2cfb0160
frame #48: 0x3331d914
frame #49: 0x12dea4ec
frame #50: 0x32d77414
frame #51: 0x32d737f8
frame #52: 0x32d3cba0
frame #53: 0x32d43797
frame #54: 0x32d40bd0
frame #55: 0x32d4064f
frame #56: 0x362c6770
frame #57: 0x362c66bc
frame #58: 0x362c662a
frame #59: 0x3faf53f8
frame #60: 0x3faf5354
frame #61: 0x424d50c4
frame #62: 0x38bb0ad0
frame #63: 0x3cce6b5c
frame #64: 0x38baf6a1
frame #65: 0x3cceedd8
frame #66: 0x3ccecfec
frame #67: 0x3ccec0b0
frame #68: 0x3ccebeb0
frame #69: 0x38bac11a
frame #70: 0x38bab5a4
frame #71: 0x38bab2dc
frame #72: 0x38bab104
frame #73: 0x38ba8d7c
frame #74: 0x38ba7fc8
frame #75: 0x38ba7d44
frame #76: 0x38ba7490
frame #77: 0x38ba7268
frame #78: 0x38ba6e28
frame #79: 0x108065e9
frame #80: 0x0f22af82
frame #81: 0x0f22aeac
frame #82: 0x053f8de2
frame #83: 0x053f872c
frame #84: 0x0f22aaf4
frame #85: 0x0f22a5bc
frame #86: 0x108063bc
frame #87: 0x0575c380
frame #88: 0x0575be78
frame #89: 0x0360706f
frame #90: 0x0002a5de mono`mono_jit_runtime_invoke(method=<unavailable>, obj=0x78ca663c, params=<unavailable>, exc=0x00000000) + 1214 at mini-runtime.c:2401 [opt]
frame #91: 0x00214f9f mono`mono_runtime_invoke(method=0x793dff20, obj=0x00000000, params=<unavailable>, exc=<unavailable>) + 127 at object.c:2887 [opt]
frame #92: 0x001ef010 mono`worker_thread(data=0x00000000) + 1904 at threadpool-ms.c:633 [opt]
frame #93: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #94: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #95: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #96: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #97: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #98: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #61: tid = 0x1b477b, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_1810f'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98082d1b libsystem_pthread.dylib`pthread_cond_timedwait$UNIX2003 + 71
frame #3: 0x001eedb4 mono`worker_thread [inlined] mono_os_cond_timedwait(cond=0x78ca6620, mutex=0x78ca663c, timeout_ms=<unavailable>) + 133 at mono-os-mutex.h:134 [opt]
frame #4: 0x001eed2f mono`worker_thread [inlined] mono_coop_cond_timedwait(timeout_ms=<unavailable>) at mono-coop-mutex.h:107 [opt]
frame #5: 0x001eed2f mono`worker_thread [inlined] worker_park + 347 at threadpool-ms.c:511 [opt]
frame #6: 0x001eebd4 mono`worker_thread(data=0x00000000) + 820 at threadpool-ms.c:601 [opt]
frame #7: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #8: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #9: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #10: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #11: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #12: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #62: tid = 0x1b477c, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_17e0f'
frame #0: 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10
frame #1: 0x9807ec73 libsystem_pthread.dylib`_pthread_mutex_lock_wait + 99
frame #2: 0x9807c29b libsystem_pthread.dylib`_pthread_mutex_lock_slow + 277
frame #3: 0x9807c16a libsystem_pthread.dylib`pthread_mutex_lock + 138
frame #4: 0x000266af mono`mono_jit_compile_method_with_opt [inlined] mono_os_mutex_lock + 8 at mono-os-mutex.h:70 [opt]
frame #5: 0x000266a7 mono`mono_jit_compile_method_with_opt [inlined] mini_lookup_method(method=<unavailable>) + 6 at mini-runtime.c:1748 [opt]
frame #6: 0x000266a1 mono`mono_jit_compile_method_with_opt [inlined] lookup_method(domain=0x7882bc20) at mini-runtime.c:1776 [opt]
frame #7: 0x000266a1 mono`mono_jit_compile_method_with_opt(method=<unavailable>, opt=<unavailable>, ex=<unavailable>) + 385 at mini-runtime.c:1886 [opt]
frame #8: 0x000264c9 mono`mono_jit_compile_method(method=0x83f44800) + 57 at mini-runtime.c:1972 [opt]
frame #9: 0x000dffd6 mono`common_call_trampoline [inlined] common_call_trampoline_inner(m=<unavailable>, vt=0x00000000, vtable_slot=0x000000aa) + 1102 at mini-trampolines.c:569 [opt]
frame #10: 0x000dfb88 mono`common_call_trampoline(regs=<unavailable>, code=<unavailable>, m=<unavailable>, vt=0x00000000, vtable_slot=0x000000aa) + 88 at mini-trampolines.c:683 [opt]
frame #11: 0x000dfb24 mono`mono_magic_trampoline(regs=0xb3342bd0, code="\x89E??M??d$", arg=0x7d683980, tramp=0x00000000) + 52 at mini-trampolines.c:698 [opt]
frame #12: 0x0124a188
thread #63: tid = 0x1b477d, 0x2cac3359, name = 'tid_1e80f'
frame #0: 0x2cac3359
frame #1: 0x2cac0a04
frame #2: 0x2c7de4e8
frame #3: 0x2c7dc2c4
frame #4: 0x2c7dc1f0
frame #5: 0x2cadad68
frame #6: 0x2cadace8
frame #7: 0x2cfb3a74
frame #8: 0x2cfb36f4
frame #9: 0x2cfb2d6c
frame #10: 0x2cfb0684
frame #11: 0x2c7e7afa
frame #12: 0x2cfb03c2
frame #13: 0x2f0f7554
frame #14: 0x2f0f6cac
frame #15: 0x2c7eda72
frame #16: 0x2f0f6a75
frame #17: 0x2f0f66a8
frame #18: 0x2f0f568c
frame #19: 0x2f0f52f4
frame #20: 0x2c7ee4d2
frame #21: 0x2f0f6a75
frame #22: 0x2fcb68dc
frame #23: 0x2c7f29b2
frame #24: 0x2cfb03c2
frame #25: 0x2cfb0160
frame #26: 0x3331d914
frame #27: 0x12dea4ec
frame #28: 0x32d77414
frame #29: 0x32d737f8
frame #30: 0x32d3cba0
frame #31: 0x32d43797
frame #32: 0x32d40bd0
frame #33: 0x32d4064f
frame #34: 0x362c6770
frame #35: 0x362c66bc
frame #36: 0x362c662a
frame #37: 0x3faf53f8
frame #38: 0x3faf5354
frame #39: 0x424d50c4
frame #40: 0x38bb0ad0
frame #41: 0x3cce6b5c
frame #42: 0x38baf6a1
frame #43: 0x3cceedd8
frame #44: 0x3ccecfec
frame #45: 0x3ccec0b0
frame #46: 0x3ccebeb0
frame #47: 0x38bac11a
frame #48: 0x38bab5a4
frame #49: 0x38bab2dc
frame #50: 0x38bab104
frame #51: 0x38ba8d7c
frame #52: 0x38ba7fc8
frame #53: 0x38ba7d44
frame #54: 0x38ba7490
frame #55: 0x38ba7268
frame #56: 0x38ba6e28
frame #57: 0x108065e9
frame #58: 0x0f22af82
frame #59: 0x0f22aeac
frame #60: 0x053f8de2
frame #61: 0x053f872c
frame #62: 0x0f22aaf4
frame #63: 0x0f22a5bc
frame #64: 0x108063bc
frame #65: 0x0575c380
frame #66: 0x0575be78
frame #67: 0x0360706f
frame #68: 0x0002a5de mono`mono_jit_runtime_invoke(method=<unavailable>, obj=0x78ca663c, params=<unavailable>, exc=0x00000001) + 1214 at mini-runtime.c:2401 [opt]
frame #69: 0x00214f9f mono`mono_runtime_invoke(method=0x793dff20, obj=0x00000000, params=<unavailable>, exc=<unavailable>) + 127 at object.c:2887 [opt]
frame #70: 0x001ef010 mono`worker_thread(data=0x00000000) + 1904 at threadpool-ms.c:633 [opt]
frame #71: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #72: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #73: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #74: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #75: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #76: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #64: tid = 0x1b477e, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_1780f'
frame #0: 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10
frame #1: 0x9807ec73 libsystem_pthread.dylib`_pthread_mutex_lock_wait + 99
frame #2: 0x9807c158 libsystem_pthread.dylib`pthread_mutex_lock + 120
frame #3: 0x9807f615 libsystem_pthread.dylib`_pthread_cond_wait + 961
frame #4: 0x98081287 libsystem_pthread.dylib`pthread_cond_wait$UNIX2003 + 71
frame #5: 0x0027c795 mono`mono_os_cond_timedwait [inlined] mono_os_cond_wait(cond=0x6ed9125c, mutex=0x6ed91230) + 12 at mono-os-mutex.h:105 [opt]
frame #6: 0x0027c789 mono`mono_os_cond_timedwait(cond=<unavailable>, mutex=<unavailable>, timeout_ms=<unavailable>) + 185 at mono-os-mutex.h:120 [opt]
frame #7: 0x0027c50f mono`_wapi_handle_timedwait_signal_handle(handle=<unavailable>, timeout=<unavailable>, alertable=<unavailable>, poll=<unavailable>, alerted=0xb3546628) + 415 at handles.c:1583 [opt]
frame #8: 0x0028c9c5 mono`wapi_WaitForSingleObjectEx(handle=<unavailable>, timeout=4294967295, alertable=<unavailable>) + 437 at wait.c:177 [opt]
frame #9: 0x00213c6f mono`mono_monitor_try_enter_inflated(obj=<unavailable>, ms=<unavailable>, allow_interruption=<unavailable>, id=<unavailable>) + 511 at monitor.c:884 [opt]
frame #10: 0x00213221 mono`mono_monitor_try_enter_internal(obj=<unavailable>, ms=<unavailable>, allow_interruption=<unavailable>) + 97 at monitor.c:975 [opt]
frame #11: 0x002135e8 mono`mono_monitor_enter_v4 [inlined] ves_icall_System_Threading_Monitor_Monitor_try_enter_with_atomic_var(ms=4294967295, lockTaken=<unavailable>) + 24 at monitor.c:1091 [opt]
frame #12: 0x002135d0 mono`mono_monitor_enter_v4(obj=<unavailable>, lock_taken=<unavailable>) + 64 at monitor.c:1109 [opt]
frame #13: 0x03571edc
frame #14: 0x03571e44
frame #15: 0x2cf9724c
frame #16: 0x2cf9714d
frame #17: 0x2cac2d9a
frame #18: 0x2cac0a04
frame #19: 0x2c7de4e8
frame #20: 0x2c7dc2c4
frame #21: 0x2c7dc1f0
frame #22: 0x2cadad68
frame #23: 0x2cadace8
frame #24: 0x2cfb3a74
frame #25: 0x2cfb36f4
frame #26: 0x2cfb2d6c
frame #27: 0x2cfb0684
frame #28: 0x2c7e7afa
frame #29: 0x2cfb03c2
frame #30: 0x2f0f7554
frame #31: 0x2f0f6cac
frame #32: 0x2c7eda72
frame #33: 0x2f0f6a75
frame #34: 0x2f0f66a8
frame #35: 0x2f0f568c
frame #36: 0x2f0f52f4
frame #37: 0x2c7ee4d2
frame #38: 0x2f0f6a75
frame #39: 0x2fcb68dc
frame #40: 0x2c7f29b2
frame #41: 0x2cfb03c2
frame #42: 0x2cfb0160
frame #43: 0x3331d914
frame #44: 0x12dea4ec
frame #45: 0x32d77414
frame #46: 0x32d737f8
frame #47: 0x32d3cba0
frame #48: 0x32d43797
frame #49: 0x32d40bd0
frame #50: 0x32d4064f
frame #51: 0x362c6770
frame #52: 0x362c66bc
frame #53: 0x362c662a
frame #54: 0x3faf53f8
frame #55: 0x3faf5354
frame #56: 0x424d52a0
frame #57: 0x38bb0ad0
frame #58: 0x3cce6b5c
frame #59: 0x38baf6a1
frame #60: 0x3cceedd8
frame #61: 0x3ccecfec
frame #62: 0x3ccec0b0
frame #63: 0x3ccebeb0
frame #64: 0x38bac11a
frame #65: 0x38bab5a4
frame #66: 0x38bab2dc
frame #67: 0x38bab104
frame #68: 0x38ba8d7c
frame #69: 0x38ba7fc8
frame #70: 0x38ba7d44
frame #71: 0x38ba7490
frame #72: 0x38ba7268
frame #73: 0x38ba6e28
frame #74: 0x108065e9
frame #75: 0x0f22af82
frame #76: 0x0f22aeac
frame #77: 0x053f8de2
frame #78: 0x053f872c
frame #79: 0x0f22aaf4
frame #80: 0x0f22a5bc
frame #81: 0x108063bc
frame #82: 0x0575c380
frame #83: 0x0575be78
frame #84: 0x0360706f
frame #85: 0x0002a5de mono`mono_jit_runtime_invoke(method=<unavailable>, obj=0x878217b0, params=<unavailable>, exc=0x002131d2) + 1214 at mini-runtime.c:2401 [opt]
frame #86: 0x00214f9f mono`mono_runtime_invoke(method=0x793dff20, obj=0x00000000, params=<unavailable>, exc=<unavailable>) + 127 at object.c:2887 [opt]
frame #87: 0x001ef010 mono`worker_thread(data=0x00000000) + 1904 at threadpool-ms.c:633 [opt]
frame #88: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #89: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #90: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #91: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #92: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #93: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #65: tid = 0x1b477f, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_1ad07'
frame #0: 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10
frame #1: 0x9807ec73 libsystem_pthread.dylib`_pthread_mutex_lock_wait + 99
frame #2: 0x9807c158 libsystem_pthread.dylib`pthread_mutex_lock + 120
frame #3: 0x0028832e mono`sem_release [inlined] mono_os_mutex_lock(mutex=<unavailable>) + 8 at mono-os-mutex.h:70 [opt]
frame #4: 0x00288326 mono`sem_release [inlined] _wapi_handle_lock_handle(handle=0x00001069) + 13 at handles-private.h:260 [opt]
frame #5: 0x00288319 mono`sem_release(handle=0x00001069, count=<unavailable>, prevcount=<unavailable>) + 185 at semaphores.c:354 [opt]
frame #6: 0x002134bb mono`mono_monitor_exit [inlined] mono_monitor_exit_inflated + 283 at monitor.c:681 [opt]
frame #7: 0x00213476 mono`mono_monitor_exit(obj=<unavailable>) + 214 at monitor.c:1034 [opt]
frame #8: 0x03572024
frame #9: 0x2cf97450
frame #10: 0x2cf9714d
frame #11: 0x2cac2d9a
frame #12: 0x2cac0a04
frame #13: 0x2c7de4e8
frame #14: 0x2c7dc2c4
frame #15: 0x2c7dc1f0
frame #16: 0x2cadad68
frame #17: 0x2cadace8
frame #18: 0x2cfb3a74
frame #19: 0x2cfb36f4
frame #20: 0x2cfb2d6c
frame #21: 0x2cfb0684
frame #22: 0x2c7e7afa
frame #23: 0x2cfb03c2
frame #24: 0x2f0f7554
frame #25: 0x2f0f6cac
frame #26: 0x2c7eda72
frame #27: 0x2f0f6a75
frame #28: 0x2f0f66a8
frame #29: 0x2f0f568c
frame #30: 0x2f0f52f4
frame #31: 0x2c7ee4d2
frame #32: 0x2f0f6a75
frame #33: 0x2fcb68dc
frame #34: 0x2c7f29b2
frame #35: 0x2cfb03c2
frame #36: 0x2cfb0160
frame #37: 0x3331d914
frame #38: 0x12dea4ec
frame #39: 0x32d77414
frame #40: 0x32d737f8
frame #41: 0x32d3cba0
frame #42: 0x32d43797
frame #43: 0x32d40bd0
frame #44: 0x32d4064f
frame #45: 0x362c6770
frame #46: 0x362c66bc
frame #47: 0x362c662a
frame #48: 0x3faf53f8
frame #49: 0x3faf5354
frame #50: 0x424d50c4
frame #51: 0x38bb0ad0
frame #52: 0x3cce6b5c
frame #53: 0x38baf6a1
frame #54: 0x3cceedd8
frame #55: 0x3ccecfec
frame #56: 0x3ccec0b0
frame #57: 0x3ccebeb0
frame #58: 0x38bac11a
frame #59: 0x38bab5a4
frame #60: 0x38bab2dc
frame #61: 0x38bab104
frame #62: 0x38ba8d7c
frame #63: 0x38ba7fc8
frame #64: 0x38ba7d44
frame #65: 0x38ba7490
frame #66: 0x38ba7268
frame #67: 0x38ba6e28
frame #68: 0x108065e9
frame #69: 0x0f22af82
frame #70: 0x0f22aeac
frame #71: 0x053f8de2
frame #72: 0x053f872c
frame #73: 0x0f22aaf4
frame #74: 0x0f22a5bc
frame #75: 0x108063bc
frame #76: 0x0575c380
frame #77: 0x0575be78
frame #78: 0x0360706f
frame #79: 0x0002a5de mono`mono_jit_runtime_invoke(method=<unavailable>, obj=0x78ca663c, params=<unavailable>, exc=0x5821c4e0) + 1214 at mini-runtime.c:2401 [opt]
frame #80: 0x00214f9f mono`mono_runtime_invoke(method=0x793dff20, obj=0x00000000, params=<unavailable>, exc=<unavailable>) + 127 at object.c:2887 [opt]
frame #81: 0x001ef010 mono`worker_thread(data=0x00000000) + 1904 at threadpool-ms.c:633 [opt]
frame #82: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #83: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #84: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #85: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #86: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #87: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #66: tid = 0x1b4780, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_14b07'
frame #0: 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10
frame #1: 0x9807ec73 libsystem_pthread.dylib`_pthread_mutex_lock_wait + 99
frame #2: 0x9807c29b libsystem_pthread.dylib`_pthread_mutex_lock_slow + 277
frame #3: 0x9807c16a libsystem_pthread.dylib`pthread_mutex_lock + 138
frame #4: 0x000266af mono`mono_jit_compile_method_with_opt [inlined] mono_os_mutex_lock + 8 at mono-os-mutex.h:70 [opt]
frame #5: 0x000266a7 mono`mono_jit_compile_method_with_opt [inlined] mini_lookup_method(method=<unavailable>) + 6 at mini-runtime.c:1748 [opt]
frame #6: 0x000266a1 mono`mono_jit_compile_method_with_opt [inlined] lookup_method(domain=0x7882bc20) at mini-runtime.c:1776 [opt]
frame #7: 0x000266a1 mono`mono_jit_compile_method_with_opt(method=<unavailable>, opt=<unavailable>, ex=<unavailable>) + 385 at mini-runtime.c:1886 [opt]
frame #8: 0x000264c9 mono`mono_jit_compile_method(method=0x798e6450) + 57 at mini-runtime.c:1972 [opt]
frame #9: 0x0002374e mono`mono_jit_compile_method_inner(method=0x0002649d, target_domain=0x7882bc20, opt=2021833760, jit_ex=<unavailable>) + 398 at mini.c:4158 [opt]
frame #10: 0x0002680d mono`mono_jit_compile_method_with_opt(method=<unavailable>, opt=<unavailable>, ex=<unavailable>) + 749 at mini-runtime.c:1929 [opt]
frame #11: 0x000264c9 mono`mono_jit_compile_method(method=0x83c9d330) + 57 at mini-runtime.c:1972 [opt]
frame #12: 0x000dffd6 mono`common_call_trampoline [inlined] common_call_trampoline_inner(m=<unavailable>, vt=0x00d7eac0, vtable_slot=0x00d7eab0) + 1102 at mini-trampolines.c:569 [opt]
frame #13: 0x000dfb88 mono`common_call_trampoline(regs=<unavailable>, code=<unavailable>, m=<unavailable>, vt=0x00d7eac0, vtable_slot=0x00d7eab0) + 88 at mini-trampolines.c:683 [opt]
frame #14: 0x000dfb24 mono`mono_magic_trampoline(regs=0xb3749c90, code="\x89E??M?\x8dd$", arg=0x838fb950, tramp=0x00000000) + 52 at mini-trampolines.c:698 [opt]
frame #15: 0x0124a188
thread #67: tid = 0x1b4781, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_b807'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98082d1b libsystem_pthread.dylib`pthread_cond_timedwait$UNIX2003 + 71
frame #3: 0x001eedb4 mono`worker_thread [inlined] mono_os_cond_timedwait(cond=0x78ca6620, mutex=0x78ca663c, timeout_ms=<unavailable>) + 133 at mono-os-mutex.h:134 [opt]
frame #4: 0x001eed2f mono`worker_thread [inlined] mono_coop_cond_timedwait(timeout_ms=<unavailable>) at mono-coop-mutex.h:107 [opt]
frame #5: 0x001eed2f mono`worker_thread [inlined] worker_park + 347 at threadpool-ms.c:511 [opt]
frame #6: 0x001eebd4 mono`worker_thread(data=0x00000000) + 820 at threadpool-ms.c:601 [opt]
frame #7: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #8: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #9: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #10: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #11: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #12: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #68: tid = 0x1b4782, 0x2fc97905, name = 'tid_12717'
frame #0: 0x2fc97905
frame #1: 0x2cac3359
frame #2: 0x2cac0a04
frame #3: 0x2c7de4e8
frame #4: 0x2c7dc2c4
frame #5: 0x2c7dc1f0
frame #6: 0x2cadad68
frame #7: 0x2cadace8
frame #8: 0x2cfb3a74
frame #9: 0x2cfb36f4
frame #10: 0x2cfb2d6c
frame #11: 0x2cfb0684
frame #12: 0x2c7e7afa
frame #13: 0x2cfb03c2
frame #14: 0x2f0f7554
frame #15: 0x2f0f6cac
frame #16: 0x2c7eda72
frame #17: 0x2f0f6a75
frame #18: 0x2f0f66a8
frame #19: 0x2f0f568c
frame #20: 0x2f0f52f4
frame #21: 0x2c7ee4d2
frame #22: 0x2f0f6a75
frame #23: 0x2fcb68dc
frame #24: 0x2c7f29b2
frame #25: 0x2cfb03c2
frame #26: 0x2cfb0160
frame #27: 0x3331d914
frame #28: 0x12dea4ec
frame #29: 0x32d77414
frame #30: 0x32d737f8
frame #31: 0x32d3cba0
frame #32: 0x32d43797
frame #33: 0x32d40bd0
frame #34: 0x32d4064f
frame #35: 0x362c6770
frame #36: 0x362c66bc
frame #37: 0x362c662a
frame #38: 0x3faf53f8
frame #39: 0x3faf5354
frame #40: 0x424d50c4
frame #41: 0x38bb0ad0
frame #42: 0x3cce6b5c
frame #43: 0x38baf6a1
frame #44: 0x3cceedd8
frame #45: 0x3ccecfec
frame #46: 0x3ccec0b0
frame #47: 0x3ccebeb0
frame #48: 0x38bac11a
frame #49: 0x38bab5a4
frame #50: 0x38bab2dc
frame #51: 0x38bab104
frame #52: 0x38ba8d7c
frame #53: 0x38ba7fc8
frame #54: 0x38ba7d44
frame #55: 0x38ba7490
frame #56: 0x38ba7268
frame #57: 0x38ba6e28
frame #58: 0x108065e9
frame #59: 0x0f22af82
frame #60: 0x0f22aeac
frame #61: 0x053f8de2
frame #62: 0x053f872c
frame #63: 0x0f22aaf4
frame #64: 0x0f22a5bc
frame #65: 0x108063bc
frame #66: 0x0575c380
frame #67: 0x0575be78
frame #68: 0x0360706f
frame #69: 0x0002a5de mono`mono_jit_runtime_invoke(method=<unavailable>, obj=0x78ca663c, params=<unavailable>, exc=0x576e68e0) + 1214 at mini-runtime.c:2401 [opt]
frame #70: 0x00214f9f mono`mono_runtime_invoke(method=0x793dff20, obj=0x00000000, params=<unavailable>, exc=<unavailable>) + 127 at object.c:2887 [opt]
frame #71: 0x001ef010 mono`worker_thread(data=0x00000000) + 1904 at threadpool-ms.c:633 [opt]
frame #72: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #73: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #74: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #75: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #76: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #77: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #69: tid = 0x1b4783, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_14713'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98082d1b libsystem_pthread.dylib`pthread_cond_timedwait$UNIX2003 + 71
frame #3: 0x001eedb4 mono`worker_thread [inlined] mono_os_cond_timedwait(cond=0x78ca6620, mutex=0x78ca663c, timeout_ms=<unavailable>) + 133 at mono-os-mutex.h:134 [opt]
frame #4: 0x001eed2f mono`worker_thread [inlined] mono_coop_cond_timedwait(timeout_ms=<unavailable>) at mono-coop-mutex.h:107 [opt]
frame #5: 0x001eed2f mono`worker_thread [inlined] worker_park + 347 at threadpool-ms.c:511 [opt]
frame #6: 0x001eebd4 mono`worker_thread(data=0x00000000) + 820 at threadpool-ms.c:601 [opt]
frame #7: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #8: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #9: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #10: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #11: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #12: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #70: tid = 0x1b4784, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_a923'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98082d1b libsystem_pthread.dylib`pthread_cond_timedwait$UNIX2003 + 71
frame #3: 0x001eedb4 mono`worker_thread [inlined] mono_os_cond_timedwait(cond=0x78ca6620, mutex=0x78ca663c, timeout_ms=<unavailable>) + 133 at mono-os-mutex.h:134 [opt]
frame #4: 0x001eed2f mono`worker_thread [inlined] mono_coop_cond_timedwait(timeout_ms=<unavailable>) at mono-coop-mutex.h:107 [opt]
frame #5: 0x001eed2f mono`worker_thread [inlined] worker_park + 347 at threadpool-ms.c:511 [opt]
frame #6: 0x001eebd4 mono`worker_thread(data=0x00000000) + 820 at threadpool-ms.c:601 [opt]
frame #7: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #8: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #9: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #10: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #11: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #12: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #71: tid = 0x1b4785, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_b60b'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98082d1b libsystem_pthread.dylib`pthread_cond_timedwait$UNIX2003 + 71
frame #3: 0x001eedb4 mono`worker_thread [inlined] mono_os_cond_timedwait(cond=0x78ca6620, mutex=0x78ca663c, timeout_ms=<unavailable>) + 133 at mono-os-mutex.h:134 [opt]
frame #4: 0x001eed2f mono`worker_thread [inlined] mono_coop_cond_timedwait(timeout_ms=<unavailable>) at mono-coop-mutex.h:107 [opt]
frame #5: 0x001eed2f mono`worker_thread [inlined] worker_park + 347 at threadpool-ms.c:511 [opt]
frame #6: 0x001eebd4 mono`worker_thread(data=0x00000000) + 820 at threadpool-ms.c:601 [opt]
frame #7: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #8: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #9: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #10: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #11: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #12: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #72: tid = 0x1b4786, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_1f607'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98082d1b libsystem_pthread.dylib`pthread_cond_timedwait$UNIX2003 + 71
frame #3: 0x001eedb4 mono`worker_thread [inlined] mono_os_cond_timedwait(cond=0x78ca6620, mutex=0x78ca663c, timeout_ms=<unavailable>) + 133 at mono-os-mutex.h:134 [opt]
frame #4: 0x001eed2f mono`worker_thread [inlined] mono_coop_cond_timedwait(timeout_ms=<unavailable>) at mono-coop-mutex.h:107 [opt]
frame #5: 0x001eed2f mono`worker_thread [inlined] worker_park + 347 at threadpool-ms.c:511 [opt]
frame #6: 0x001eebd4 mono`worker_thread(data=0x00000000) + 820 at threadpool-ms.c:601 [opt]
frame #7: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #8: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #9: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #10: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #11: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #12: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #73: tid = 0x1b4787, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_a80f'
frame #0: 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10
frame #1: 0x9807ec73 libsystem_pthread.dylib`_pthread_mutex_lock_wait + 99
frame #2: 0x9807c29b libsystem_pthread.dylib`_pthread_mutex_lock_slow + 277
frame #3: 0x9807c16a libsystem_pthread.dylib`pthread_mutex_lock + 138
frame #4: 0x000266af mono`mono_jit_compile_method_with_opt [inlined] mono_os_mutex_lock + 8 at mono-os-mutex.h:70 [opt]
frame #5: 0x000266a7 mono`mono_jit_compile_method_with_opt [inlined] mini_lookup_method(method=<unavailable>) + 6 at mini-runtime.c:1748 [opt]
frame #6: 0x000266a1 mono`mono_jit_compile_method_with_opt [inlined] lookup_method(domain=0x7882bc20) at mini-runtime.c:1776 [opt]
frame #7: 0x000266a1 mono`mono_jit_compile_method_with_opt(method=<unavailable>, opt=<unavailable>, ex=<unavailable>) + 385 at mini-runtime.c:1886 [opt]
frame #8: 0x000264c9 mono`mono_jit_compile_method(method=0x83f44800) + 57 at mini-runtime.c:1972 [opt]
frame #9: 0x000dffd6 mono`common_call_trampoline [inlined] common_call_trampoline_inner(m=<unavailable>, vt=0x00000000, vtable_slot=0x000000aa) + 1102 at mini-trampolines.c:569 [opt]
frame #10: 0x000dfb88 mono`common_call_trampoline(regs=<unavailable>, code=<unavailable>, m=<unavailable>, vt=0x00000000, vtable_slot=0x000000aa) + 88 at mini-trampolines.c:683 [opt]
frame #11: 0x000dfb24 mono`mono_magic_trampoline(regs=0xb3e58bd0, code="\x89E??M??d$", arg=0x7d683980, tramp=0x00000000) + 52 at mini-trampolines.c:698 [opt]
frame #12: 0x0124a188
thread #74: tid = 0x1b4792, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_15013'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98082d1b libsystem_pthread.dylib`pthread_cond_timedwait$UNIX2003 + 71
frame #3: 0x001eedb4 mono`worker_thread [inlined] mono_os_cond_timedwait(cond=0x78ca6620, mutex=0x78ca663c, timeout_ms=<unavailable>) + 133 at mono-os-mutex.h:134 [opt]
frame #4: 0x001eed2f mono`worker_thread [inlined] mono_coop_cond_timedwait(timeout_ms=<unavailable>) at mono-coop-mutex.h:107 [opt]
frame #5: 0x001eed2f mono`worker_thread [inlined] worker_park + 347 at threadpool-ms.c:511 [opt]
frame #6: 0x001eebd4 mono`worker_thread(data=0x00000000) + 820 at threadpool-ms.c:601 [opt]
frame #7: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #8: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #9: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #10: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #11: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #12: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #75: tid = 0x1b4793, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_f623'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98082d1b libsystem_pthread.dylib`pthread_cond_timedwait$UNIX2003 + 71
frame #3: 0x001eedb4 mono`worker_thread [inlined] mono_os_cond_timedwait(cond=0x78ca6620, mutex=0x78ca663c, timeout_ms=<unavailable>) + 133 at mono-os-mutex.h:134 [opt]
frame #4: 0x001eed2f mono`worker_thread [inlined] mono_coop_cond_timedwait(timeout_ms=<unavailable>) at mono-coop-mutex.h:107 [opt]
frame #5: 0x001eed2f mono`worker_thread [inlined] worker_park + 347 at threadpool-ms.c:511 [opt]
frame #6: 0x001eebd4 mono`worker_thread(data=0x00000000) + 820 at threadpool-ms.c:601 [opt]
frame #7: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #8: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #9: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #10: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #11: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #12: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #76: tid = 0x1b4794, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_fa0f'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98082d1b libsystem_pthread.dylib`pthread_cond_timedwait$UNIX2003 + 71
frame #3: 0x001eedb4 mono`worker_thread [inlined] mono_os_cond_timedwait(cond=0x78ca6620, mutex=0x78ca663c, timeout_ms=<unavailable>) + 133 at mono-os-mutex.h:134 [opt]
frame #4: 0x001eed2f mono`worker_thread [inlined] mono_coop_cond_timedwait(timeout_ms=<unavailable>) at mono-coop-mutex.h:107 [opt]
frame #5: 0x001eed2f mono`worker_thread [inlined] worker_park + 347 at threadpool-ms.c:511 [opt]
frame #6: 0x001eebd4 mono`worker_thread(data=0x00000000) + 820 at threadpool-ms.c:601 [opt]
frame #7: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #8: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #9: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #10: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #11: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #12: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #77: tid = 0x1b4795, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_ae13'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98082d1b libsystem_pthread.dylib`pthread_cond_timedwait$UNIX2003 + 71
frame #3: 0x001eedb4 mono`worker_thread [inlined] mono_os_cond_timedwait(cond=0x78ca6620, mutex=0x78ca663c, timeout_ms=<unavailable>) + 133 at mono-os-mutex.h:134 [opt]
frame #4: 0x001eed2f mono`worker_thread [inlined] mono_coop_cond_timedwait(timeout_ms=<unavailable>) at mono-coop-mutex.h:107 [opt]
frame #5: 0x001eed2f mono`worker_thread [inlined] worker_park + 347 at threadpool-ms.c:511 [opt]
frame #6: 0x001eebd4 mono`worker_thread(data=0x00000000) + 820 at threadpool-ms.c:601 [opt]
frame #7: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #8: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #9: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #10: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #11: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #12: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #78: tid = 0x1b4796, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_1eb07'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98082d1b libsystem_pthread.dylib`pthread_cond_timedwait$UNIX2003 + 71
frame #3: 0x001eedb4 mono`worker_thread [inlined] mono_os_cond_timedwait(cond=0x78ca6620, mutex=0x78ca663c, timeout_ms=<unavailable>) + 133 at mono-os-mutex.h:134 [opt]
frame #4: 0x001eed2f mono`worker_thread [inlined] mono_coop_cond_timedwait(timeout_ms=<unavailable>) at mono-coop-mutex.h:107 [opt]
frame #5: 0x001eed2f mono`worker_thread [inlined] worker_park + 347 at threadpool-ms.c:511 [opt]
frame #6: 0x001eebd4 mono`worker_thread(data=0x00000000) + 820 at threadpool-ms.c:601 [opt]
frame #7: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #8: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #9: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #10: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #11: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #12: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #79: tid = 0x1b4797, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_1590f'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98082d1b libsystem_pthread.dylib`pthread_cond_timedwait$UNIX2003 + 71
frame #3: 0x001eedb4 mono`worker_thread [inlined] mono_os_cond_timedwait(cond=0x78ca6620, mutex=0x78ca663c, timeout_ms=<unavailable>) + 133 at mono-os-mutex.h:134 [opt]
frame #4: 0x001eed2f mono`worker_thread [inlined] mono_coop_cond_timedwait(timeout_ms=<unavailable>) at mono-coop-mutex.h:107 [opt]
frame #5: 0x001eed2f mono`worker_thread [inlined] worker_park + 347 at threadpool-ms.c:511 [opt]
frame #6: 0x001eebd4 mono`worker_thread(data=0x00000000) + 820 at threadpool-ms.c:601 [opt]
frame #7: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #8: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #9: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #10: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #11: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #12: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #80: tid = 0x1b4798, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_15e07'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98082d1b libsystem_pthread.dylib`pthread_cond_timedwait$UNIX2003 + 71
frame #3: 0x001eedb4 mono`worker_thread [inlined] mono_os_cond_timedwait(cond=0x78ca6620, mutex=0x78ca663c, timeout_ms=<unavailable>) + 133 at mono-os-mutex.h:134 [opt]
frame #4: 0x001eed2f mono`worker_thread [inlined] mono_coop_cond_timedwait(timeout_ms=<unavailable>) at mono-coop-mutex.h:107 [opt]
frame #5: 0x001eed2f mono`worker_thread [inlined] worker_park + 347 at threadpool-ms.c:511 [opt]
frame #6: 0x001eebd4 mono`worker_thread(data=0x00000000) + 820 at threadpool-ms.c:601 [opt]
frame #7: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #8: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #9: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #10: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #11: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #12: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #81: tid = 0x1b4799, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_1ec0b'
frame #0: 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10
frame #1: 0x9807ec73 libsystem_pthread.dylib`_pthread_mutex_lock_wait + 99
frame #2: 0x9807c29b libsystem_pthread.dylib`_pthread_mutex_lock_slow + 277
frame #3: 0x9807c16a libsystem_pthread.dylib`pthread_mutex_lock + 138
frame #4: 0x000266af mono`mono_jit_compile_method_with_opt [inlined] mono_os_mutex_lock + 8 at mono-os-mutex.h:70 [opt]
frame #5: 0x000266a7 mono`mono_jit_compile_method_with_opt [inlined] mini_lookup_method(method=<unavailable>) + 6 at mini-runtime.c:1748 [opt]
frame #6: 0x000266a1 mono`mono_jit_compile_method_with_opt [inlined] lookup_method(domain=0x7882bc20) at mini-runtime.c:1776 [opt]
frame #7: 0x000266a1 mono`mono_jit_compile_method_with_opt(method=<unavailable>, opt=<unavailable>, ex=<unavailable>) + 385 at mini-runtime.c:1886 [opt]
frame #8: 0x000264c9 mono`mono_jit_compile_method(method=0x83c9d330) + 57 at mini-runtime.c:1972 [opt]
frame #9: 0x000dffd6 mono`common_call_trampoline [inlined] common_call_trampoline_inner(m=<unavailable>, vt=0x00d7eac0, vtable_slot=0x00d7eab0) + 1102 at mini-trampolines.c:569 [opt]
frame #10: 0x000dfb88 mono`common_call_trampoline(regs=<unavailable>, code=<unavailable>, m=<unavailable>, vt=0x00d7eac0, vtable_slot=0x00d7eab0) + 88 at mini-trampolines.c:683 [opt]
frame #11: 0x000dfb24 mono`mono_magic_trampoline(regs=0xb4667c90, code="\x89E??M?\x8dd$", arg=0x838fb950, tramp=0x00000000) + 52 at mini-trampolines.c:698 [opt]
frame #12: 0x0124a188
thread #82: tid = 0x1b479a, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_15d0f'
frame #0: 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10
frame #1: 0x9807ec73 libsystem_pthread.dylib`_pthread_mutex_lock_wait + 99
frame #2: 0x9807c29b libsystem_pthread.dylib`_pthread_mutex_lock_slow + 277
frame #3: 0x9807c16a libsystem_pthread.dylib`pthread_mutex_lock + 138
frame #4: 0x000266af mono`mono_jit_compile_method_with_opt [inlined] mono_os_mutex_lock + 8 at mono-os-mutex.h:70 [opt]
frame #5: 0x000266a7 mono`mono_jit_compile_method_with_opt [inlined] mini_lookup_method(method=<unavailable>) + 6 at mini-runtime.c:1748 [opt]
frame #6: 0x000266a1 mono`mono_jit_compile_method_with_opt [inlined] lookup_method(domain=0x7882bc20) at mini-runtime.c:1776 [opt]
frame #7: 0x000266a1 mono`mono_jit_compile_method_with_opt(method=<unavailable>, opt=<unavailable>, ex=<unavailable>) + 385 at mini-runtime.c:1886 [opt]
frame #8: 0x000264c9 mono`mono_jit_compile_method(method=0x83f44800) + 57 at mini-runtime.c:1972 [opt]
frame #9: 0x000dffd6 mono`common_call_trampoline [inlined] common_call_trampoline_inner(m=<unavailable>, vt=0x0174e2c0, vtable_slot=0x0174e2a8) + 1102 at mini-trampolines.c:569 [opt]
frame #10: 0x000dfb88 mono`common_call_trampoline(regs=<unavailable>, code=<unavailable>, m=<unavailable>, vt=0x0174e2c0, vtable_slot=0x0174e2a8) + 88 at mini-trampolines.c:683 [opt]
frame #11: 0x000dfb24 mono`mono_magic_trampoline(regs=0xb47694b0, code="\x89E??M??d$", arg=0x7d683980, tramp=0x00000000) + 52 at mini-trampolines.c:698 [opt]
frame #12: 0x0124a188
thread #83: tid = 0x1b479b, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_1e717'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98082d1b libsystem_pthread.dylib`pthread_cond_timedwait$UNIX2003 + 71
frame #3: 0x001eedb4 mono`worker_thread [inlined] mono_os_cond_timedwait(cond=0x78ca6620, mutex=0x78ca663c, timeout_ms=<unavailable>) + 133 at mono-os-mutex.h:134 [opt]
frame #4: 0x001eed2f mono`worker_thread [inlined] mono_coop_cond_timedwait(timeout_ms=<unavailable>) at mono-coop-mutex.h:107 [opt]
frame #5: 0x001eed2f mono`worker_thread [inlined] worker_park + 347 at threadpool-ms.c:511 [opt]
frame #6: 0x001eebd4 mono`worker_thread(data=0x00000000) + 820 at threadpool-ms.c:601 [opt]
frame #7: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #8: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #9: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #10: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #11: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #12: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #84: tid = 0x1b479c, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_8adb'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98082d1b libsystem_pthread.dylib`pthread_cond_timedwait$UNIX2003 + 71
frame #3: 0x001eedb4 mono`worker_thread [inlined] mono_os_cond_timedwait(cond=0x78ca6620, mutex=0x78ca663c, timeout_ms=<unavailable>) + 133 at mono-os-mutex.h:134 [opt]
frame #4: 0x001eed2f mono`worker_thread [inlined] mono_coop_cond_timedwait(timeout_ms=<unavailable>) at mono-coop-mutex.h:107 [opt]
frame #5: 0x001eed2f mono`worker_thread [inlined] worker_park + 347 at threadpool-ms.c:511 [opt]
frame #6: 0x001eebd4 mono`worker_thread(data=0x00000000) + 820 at threadpool-ms.c:601 [opt]
frame #7: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #8: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #9: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #10: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #11: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #12: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #85: tid = 0x1b479d, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_1d307'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98082d1b libsystem_pthread.dylib`pthread_cond_timedwait$UNIX2003 + 71
frame #3: 0x001eedb4 mono`worker_thread [inlined] mono_os_cond_timedwait(cond=0x78ca6620, mutex=0x78ca663c, timeout_ms=<unavailable>) + 133 at mono-os-mutex.h:134 [opt]
frame #4: 0x001eed2f mono`worker_thread [inlined] mono_coop_cond_timedwait(timeout_ms=<unavailable>) at mono-coop-mutex.h:107 [opt]
frame #5: 0x001eed2f mono`worker_thread [inlined] worker_park + 347 at threadpool-ms.c:511 [opt]
frame #6: 0x001eebd4 mono`worker_thread(data=0x00000000) + 820 at threadpool-ms.c:601 [opt]
frame #7: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #8: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #9: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #10: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #11: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #12: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #86: tid = 0x1b479e, 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10, name = 'tid_1334b'
frame #0: 0x96e064da libsystem_kernel.dylib`__psynch_mutexwait + 10
frame #1: 0x9807ec73 libsystem_pthread.dylib`_pthread_mutex_lock_wait + 99
frame #2: 0x9807c29b libsystem_pthread.dylib`_pthread_mutex_lock_slow + 277
frame #3: 0x9807c16a libsystem_pthread.dylib`pthread_mutex_lock + 138
frame #4: 0x000262d3 mono`mini_lookup_method [inlined] mono_os_mutex_lock + 8 at mono-os-mutex.h:70 [opt]
frame #5: 0x000262cb mono`mini_lookup_method(domain=0x7882bc20, method=<unavailable>, shared=<unavailable>) + 27 at mini-runtime.c:1748 [opt]
frame #6: 0x00026718 mono`mono_jit_compile_method_with_opt [inlined] lookup_method(domain=0x7882bc20) + 119 at mini-runtime.c:1782 [opt]
frame #7: 0x000266a1 mono`mono_jit_compile_method_with_opt(method=<unavailable>, opt=<unavailable>, ex=<unavailable>) + 385 at mini-runtime.c:1886 [opt]
frame #8: 0x000264c9 mono`mono_jit_compile_method(method=0x838fb270) + 57 at mini-runtime.c:1972 [opt]
frame #9: 0x000dffd6 mono`common_call_trampoline [inlined] common_call_trampoline_inner(m=<unavailable>, vt=0x0174b048, vtable_slot=0x00000000) + 1102 at mini-trampolines.c:569 [opt]
frame #10: 0x000dfb88 mono`common_call_trampoline(regs=<unavailable>, code=<unavailable>, m=<unavailable>, vt=0x0174b048, vtable_slot=0x00000000) + 88 at mini-trampolines.c:683 [opt]
frame #11: 0x000dfb24 mono`mono_magic_trampoline(regs=0xb4b71bb0, code="\x89E??M?\x8dd$", arg=0x838fb950, tramp=0x00000000) + 52 at mini-trampolines.c:698 [opt]
frame #12: 0x0124a188
thread #87: tid = 0x1b479f, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_1c113'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98082d1b libsystem_pthread.dylib`pthread_cond_timedwait$UNIX2003 + 71
frame #3: 0x001eedb4 mono`worker_thread [inlined] mono_os_cond_timedwait(cond=0x78ca6620, mutex=0x78ca663c, timeout_ms=<unavailable>) + 133 at mono-os-mutex.h:134 [opt]
frame #4: 0x001eed2f mono`worker_thread [inlined] mono_coop_cond_timedwait(timeout_ms=<unavailable>) at mono-coop-mutex.h:107 [opt]
frame #5: 0x001eed2f mono`worker_thread [inlined] worker_park + 347 at threadpool-ms.c:511 [opt]
frame #6: 0x001eebd4 mono`worker_thread(data=0x00000000) + 820 at threadpool-ms.c:601 [opt]
frame #7: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #8: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #9: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #10: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #11: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #12: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #88: tid = 0x1b47a0, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_2416b'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98082d1b libsystem_pthread.dylib`pthread_cond_timedwait$UNIX2003 + 71
frame #3: 0x001eedb4 mono`worker_thread [inlined] mono_os_cond_timedwait(cond=0x78ca6620, mutex=0x78ca663c, timeout_ms=<unavailable>) + 133 at mono-os-mutex.h:134 [opt]
frame #4: 0x001eed2f mono`worker_thread [inlined] mono_coop_cond_timedwait(timeout_ms=<unavailable>) at mono-coop-mutex.h:107 [opt]
frame #5: 0x001eed2f mono`worker_thread [inlined] worker_park + 347 at threadpool-ms.c:511 [opt]
frame #6: 0x001eebd4 mono`worker_thread(data=0x00000000) + 820 at threadpool-ms.c:601 [opt]
frame #7: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #8: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #9: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #10: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #11: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #12: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #89: tid = 0x1b47a1, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_22937'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98082d1b libsystem_pthread.dylib`pthread_cond_timedwait$UNIX2003 + 71
frame #3: 0x001eedb4 mono`worker_thread [inlined] mono_os_cond_timedwait(cond=0x78ca6620, mutex=0x78ca663c, timeout_ms=<unavailable>) + 133 at mono-os-mutex.h:134 [opt]
frame #4: 0x001eed2f mono`worker_thread [inlined] mono_coop_cond_timedwait(timeout_ms=<unavailable>) at mono-coop-mutex.h:107 [opt]
frame #5: 0x001eed2f mono`worker_thread [inlined] worker_park + 347 at threadpool-ms.c:511 [opt]
frame #6: 0x001eebd4 mono`worker_thread(data=0x00000000) + 820 at threadpool-ms.c:601 [opt]
frame #7: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #8: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #9: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #10: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #11: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #12: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #90: tid = 0x1b47a2, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_7d23'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98082d1b libsystem_pthread.dylib`pthread_cond_timedwait$UNIX2003 + 71
frame #3: 0x001eedb4 mono`worker_thread [inlined] mono_os_cond_timedwait(cond=0x78ca6620, mutex=0x78ca663c, timeout_ms=<unavailable>) + 133 at mono-os-mutex.h:134 [opt]
frame #4: 0x001eed2f mono`worker_thread [inlined] mono_coop_cond_timedwait(timeout_ms=<unavailable>) at mono-coop-mutex.h:107 [opt]
frame #5: 0x001eed2f mono`worker_thread [inlined] worker_park + 347 at threadpool-ms.c:511 [opt]
frame #6: 0x001eebd4 mono`worker_thread(data=0x00000000) + 820 at threadpool-ms.c:601 [opt]
frame #7: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #8: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #9: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #10: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #11: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #12: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #91: tid = 0x1b47a3, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_2851b'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98082d1b libsystem_pthread.dylib`pthread_cond_timedwait$UNIX2003 + 71
frame #3: 0x001eedb4 mono`worker_thread [inlined] mono_os_cond_timedwait(cond=0x78ca6620, mutex=0x78ca663c, timeout_ms=<unavailable>) + 133 at mono-os-mutex.h:134 [opt]
frame #4: 0x001eed2f mono`worker_thread [inlined] mono_coop_cond_timedwait(timeout_ms=<unavailable>) at mono-coop-mutex.h:107 [opt]
frame #5: 0x001eed2f mono`worker_thread [inlined] worker_park + 347 at threadpool-ms.c:511 [opt]
frame #6: 0x001eebd4 mono`worker_thread(data=0x00000000) + 820 at threadpool-ms.c:601 [opt]
frame #7: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #8: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #9: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #10: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #11: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #12: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #92: tid = 0x1b47a5, 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10, name = 'tid_1960f'
frame #0: 0x96e064a2 libsystem_kernel.dylib`__psynch_cvwait + 10
frame #1: 0x9807f549 libsystem_pthread.dylib`_pthread_cond_wait + 757
frame #2: 0x98082d1b libsystem_pthread.dylib`pthread_cond_timedwait$UNIX2003 + 71
frame #3: 0x001eedb4 mono`worker_thread [inlined] mono_os_cond_timedwait(cond=0x78ca6620, mutex=0x78ca663c, timeout_ms=<unavailable>) + 133 at mono-os-mutex.h:134 [opt]
frame #4: 0x001eed2f mono`worker_thread [inlined] mono_coop_cond_timedwait(timeout_ms=<unavailable>) at mono-coop-mutex.h:107 [opt]
frame #5: 0x001eed2f mono`worker_thread [inlined] worker_park + 347 at threadpool-ms.c:511 [opt]
frame #6: 0x001eebd4 mono`worker_thread(data=0x00000000) + 820 at threadpool-ms.c:601 [opt]
frame #7: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #8: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #9: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #10: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #11: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #12: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
thread #93: tid = 0x1b47a6, 0x2cdf5302, name = 'tid_18317'
frame #0: 0x2cdf5302
frame #1: 0x2cdf50e8
frame #2: 0x2cdf447c
frame #3: 0x2cdf4384
frame #4: 0x2cdf2e3c
frame #5: 0x2cdf2b24
frame #6: 0x2cdf2964
frame #7: 0x2cac0186
frame #8: 0x2c7de4e8
frame #9: 0x2c7dc2c4
frame #10: 0x2c7dc1f0
frame #11: 0x2cadad68
frame #12: 0x2cadace8
frame #13: 0x2cfb3a74
frame #14: 0x2cfb36f4
frame #15: 0x2cfb2d6c
frame #16: 0x2cfb0684
frame #17: 0x2c7e7afa
frame #18: 0x2cfb03c2
frame #19: 0x2f0f7554
frame #20: 0x2f0f6cac
frame #21: 0x2c7eda72
frame #22: 0x2f0f6a75
frame #23: 0x2f0f66a8
frame #24: 0x2f0f568c
frame #25: 0x2f0f52f4
frame #26: 0x2c7ee4d2
frame #27: 0x2f0f6a75
frame #28: 0x2fcb68dc
frame #29: 0x2c7f29b2
frame #30: 0x2cfb03c2
frame #31: 0x2cfb0160
frame #32: 0x3331d914
frame #33: 0x12dea4ec
frame #34: 0x32d77414
frame #35: 0x32d737f8
frame #36: 0x32d3cba0
frame #37: 0x32d43797
frame #38: 0x32d40bd0
frame #39: 0x32d4064f
frame #40: 0x362c6770
frame #41: 0x362c66bc
frame #42: 0x362c662a
frame #43: 0x3faf53f8
frame #44: 0x3faf5354
frame #45: 0x424d50c4
frame #46: 0x38bb0ad0
frame #47: 0x3cce6b5c
frame #48: 0x38baf6a1
frame #49: 0x3cceedd8
frame #50: 0x3ccecfec
frame #51: 0x3ccec0b0
frame #52: 0x3ccebeb0
frame #53: 0x38bac11a
frame #54: 0x38bab5a4
frame #55: 0x38bab2dc
frame #56: 0x38bab104
frame #57: 0x38ba8d7c
frame #58: 0x38ba7fc8
frame #59: 0x38ba7d44
frame #60: 0x38ba7490
frame #61: 0x38ba7268
frame #62: 0x38ba6e28
frame #63: 0x108065e9
frame #64: 0x0f22af82
frame #65: 0x0f22aeac
frame #66: 0x053f8de2
frame #67: 0x053f872c
frame #68: 0x0f22aaf4
frame #69: 0x0f22a5bc
frame #70: 0x108063bc
frame #71: 0x0575c380
frame #72: 0x0575be78
frame #73: 0x0360706f
frame #74: 0x0002a5de mono`mono_jit_runtime_invoke(method=<unavailable>, obj=0x78ca663c, params=<unavailable>, exc=0x45063780) + 1214 at mini-runtime.c:2401 [opt]
frame #75: 0x00214f9f mono`mono_runtime_invoke(method=0x793dff20, obj=0x00000000, params=<unavailable>, exc=<unavailable>) + 127 at object.c:2887 [opt]
frame #76: 0x001ef010 mono`worker_thread(data=0x00000000) + 1904 at threadpool-ms.c:633 [opt]
frame #77: 0x001ec009 mono`start_wrapper [inlined] start_wrapper_internal + 540 at threads.c:713 [opt]
frame #78: 0x001ebded mono`start_wrapper(data=<unavailable>) + 29 at threads.c:760 [opt]
frame #79: 0x002a227d mono`inner_start_thread(arg=<unavailable>) + 349 at mono-threads-posix.c:92 [opt]
frame #80: 0x9807e794 libsystem_pthread.dylib`_pthread_body + 138
frame #81: 0x9807e70a libsystem_pthread.dylib`_pthread_start + 155
frame #82: 0x9807bfa6 libsystem_pthread.dylib`thread_start + 34
(lldb) detach
(lldb) quit
Process 50724 detached
=================================================================
Got a SIGABRT 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