Created
April 21, 2018 18:53
-
-
Save radical/0996979b5fdd2dce6f1b0a460a0d6e27 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17:00:15 ***** MonoTests.System.Net.WebSockets.ClientWebSocketTest.SendAsyncWrongState_Closed | |
17:00:50 Stacktrace: | |
17:00:50 | |
17:01:21 at <unknown> <0xffffffff> | |
17:01:21 at (wrapper managed-to-native) System.Threading.Monitor.Monitor_wait (object,int) <0x00007> | |
17:01:21 at System.Threading.Monitor.ObjWait (bool,int,object) [0x0002f] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/corlib/System.Threading/Monitor.cs:83 | |
17:01:21 at System.Threading.Monitor.Wait (object,int,bool) [0x0000e] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/referencesource/mscorlib/system/threading/monitor.cs:210 | |
17:01:21 at System.Threading.Monitor.Wait (object,int) [0x00000] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/referencesource/mscorlib/system/threading/monitor.cs:220 | |
17:01:21 at System.Threading.ManualResetEventSlim.Wait (int,System.Threading.CancellationToken) [0x00141] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/referencesource/mscorlib/system/threading/ManualResetEventSlim.cs:669 | |
17:01:21 at System.Threading.Tasks.Task.SpinThenBlockingWait (int,System.Threading.CancellationToken) [0x00048] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/external/corert/src/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs:2924 | |
17:01:21 at System.Threading.Tasks.Task.InternalWait (int,System.Threading.CancellationToken) [0x00069] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/external/corert/src/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs:2857 | |
17:01:21 at System.Threading.Tasks.Task.Wait (int,System.Threading.CancellationToken) [0x00019] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/external/corert/src/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs:2767 | |
17:01:21 at System.Threading.Tasks.Task.Wait (int) [0x00000] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/external/corert/src/System.Private.CoreLib/src/System/Threading/Tasks/Task.cs:2726 | |
17:01:21 at MonoTests.System.Net.WebSockets.ClientWebSocketTest.SendAsyncWrongState_Closed () [0x00000] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/System/Test/System.Net.WebSockets/ClientWebSocketTest.cs:225 | |
17:01:21 at (wrapper runtime-invoke) object.runtime_invoke_void__this__ (object,intptr,intptr,intptr) [0x0004f] in <40adfa10c3f148249017a82a295ec050>:0 | |
17:01:21 at <unknown> <0xffffffff> | |
17:01:21 at (wrapper managed-to-native) System.Reflection.MonoMethod.InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&) <0x00007> | |
17:01:21 at System.Reflection.MonoMethod.Invoke (object,System.Reflection.BindingFlags,System.Reflection.Binder,object[],System.Globalization.CultureInfo) [0x0003b] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/corlib/System.Reflection/MonoMethod.cs:305 | |
17:01:21 at System.Reflection.MethodBase.Invoke (object,object[]) [0x00000] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/referencesource/mscorlib/system/reflection/methodbase.cs:229 | |
17:01:21 at NUnit.Framework.Internal.Reflect.InvokeMethod (System.Reflection.MethodInfo,object,object[]) [0x00009] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/external/nunit-lite/NUnitLite-1.0.0/src/framework/Internal/Reflect.cs:215 | |
17:01:21 at NUnit.Framework.Internal.Commands.TestMethodCommand.RunNonAsyncTestMethod (NUnit.Framework.Internal.TestExecutionContext) [0x00000] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/external/nunit-lite/NUnitLite-1.0.0/src/framework/Internal/Commands/TestMethodCommand.cs:114 | |
17:01:21 at NUnit.Framework.Internal.Commands.TestMethodCommand.RunTestMethod (NUnit.Framework.Internal.TestExecutionContext) [0x0001a] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/external/nunit-lite/NUnitLite-1.0.0/src/framework/Internal/Commands/TestMethodCommand.cs:90 | |
17:01:21 at NUnit.Framework.Internal.Commands.TestMethodCommand.Execute (NUnit.Framework.Internal.TestExecutionContext) [0x00000] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/external/nunit-lite/NUnitLite-1.0.0/src/framework/Internal/Commands/TestMethodCommand.cs:66 | |
17:01:21 at NUnit.Framework.Internal.Commands.SetUpTearDownCommand.Execute (NUnit.Framework.Internal.TestExecutionContext) [0x00007] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/external/nunit-lite/NUnitLite-1.0.0/src/framework/Internal/Commands/SetUpTearDownCommand.cs:84 | |
17:01:21 at NUnit.Framework.Internal.Commands.FlakyTestRetriesCommand.Execute (NUnit.Framework.Internal.TestExecutionContext) [0x00094] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/external/nunit-lite/NUnitLite-1.0.0/src/framework/Internal/Commands/FlakyTestRetriesCommand.cs:95 | |
17:01:21 at NUnit.Framework.Internal.WorkItems.SimpleWorkItem.PerformWork () [0x00000] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/external/nunit-lite/NUnitLite-1.0.0/src/framework/Internal/WorkItems/SimpleWorkItem.cs:64 | |
17:01:21 at NUnit.Framework.Internal.WorkItems.WorkItem.DispatchWork (object) [0x00077] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/external/nunit-lite/NUnitLite-1.0.0/src/framework/Internal/WorkItems/WorkItem.cs:205 | |
17:01:21 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00071] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/referencesource/mscorlib/system/threading/executioncontext.cs:961 | |
17:01:21 at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00000] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/referencesource/mscorlib/system/threading/executioncontext.cs:908 | |
17:01:21 at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) [0x0002b] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/referencesource/mscorlib/system/threading/executioncontext.cs:897 | |
17:01:21 at NUnit.Framework.Internal.WorkItems.WorkItem.RunTest () [0x00005] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/external/nunit-lite/NUnitLite-1.0.0/src/framework/Internal/WorkItems/WorkItem.cs:188 | |
17:01:21 at NUnit.Framework.Internal.WorkItems.WorkItem.Execute (NUnit.Framework.Internal.TestExecutionContext) [0x00063] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/external/nunit-lite/NUnitLite-1.0.0/src/framework/Internal/WorkItems/WorkItem.cs:136 | |
17:01:21 at NUnit.Framework.Internal.WorkItems.CompositeWorkItem.RunChildren () [0x00035] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/external/nunit-lite/NUnitLite-1.0.0/src/framework/Internal/WorkItems/CompositeWorkItem.cs:154 | |
17:01:21 at NUnit.Framework.Internal.WorkItems.CompositeWorkItem.PerformWork () [0x000de] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/external/nunit-lite/NUnitLite-1.0.0/src/framework/Internal/WorkItems/CompositeWorkItem.cs:93 | |
17:01:21 at NUnit.Framework.Internal.WorkItems.WorkItem.DispatchWork (object) [0x00077] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/external/nunit-lite/NUnitLite-1.0.0/src/framework/Internal/WorkItems/WorkItem.cs:205 | |
17:01:21 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00071] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/referencesource/mscorlib/system/threading/executioncontext.cs:961 | |
17:01:21 at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00000] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/referencesource/mscorlib/system/threading/executioncontext.cs:908 | |
17:01:21 at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) [0x0002b] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/referencesource/mscorlib/system/threading/executioncontext.cs:897 | |
17:01:21 at NUnit.Framework.Internal.WorkItems.WorkItem.RunTest () [0x00005] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/external/nunit-lite/NUnitLite-1.0.0/src/framework/Internal/WorkItems/WorkItem.cs:188 | |
17:01:21 at NUnit.Framework.Internal.WorkItems.WorkItem.Execute (NUnit.Framework.Internal.TestExecutionContext) [0x00063] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/external/nunit-lite/NUnitLite-1.0.0/src/framework/Internal/WorkItems/WorkItem.cs:136 | |
17:01:21 at NUnit.Framework.Internal.WorkItems.CompositeWorkItem.RunChildren () [0x00035] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/external/nunit-lite/NUnitLite-1.0.0/src/framework/Internal/WorkItems/CompositeWorkItem.cs:154 | |
17:01:21 at NUnit.Framework.Internal.WorkItems.CompositeWorkItem.PerformWork () [0x000de] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/external/nunit-lite/NUnitLite-1.0.0/src/framework/Internal/WorkItems/CompositeWorkItem.cs:93 | |
17:01:21 at NUnit.Framework.Internal.WorkItems.WorkItem.DispatchWork (object) [0x00077] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/external/nunit-lite/NUnitLite-1.0.0/src/framework/Internal/WorkItems/WorkItem.cs:205 | |
17:01:21 at System.Threading.ExecutionContext.RunInternal (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00071] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/referencesource/mscorlib/system/threading/executioncontext.cs:961 | |
17:01:21 at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object,bool) [0x00000] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/referencesource/mscorlib/system/threading/executioncontext.cs:908 | |
17:01:21 at System.Threading.ExecutionContext.Run (System.Threading.ExecutionContext,System.Threading.ContextCallback,object) [0x0002b] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/referencesource/mscorlib/system/threading/executioncontext.cs:897 | |
17:01:21 at NUnit.Framework.Internal.WorkItems.WorkItem.RunTest () [0x00005] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/external/nunit-lite/NUnitLite-1.0.0/src/framework/Internal/WorkItems/WorkItem.cs:188 | |
17:01:21 at NUnit.Framework.Internal.WorkItems.WorkItem.Execute (NUnit.Framework.Internal.TestExecutionContext) [0x00063] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/external/nunit-lite/NUnitLite-1.0.0/src/framework/Internal/WorkItems/WorkItem.cs:136 | |
17:01:21 at NUnit.Framework.Internal.NUnitLiteTestAssemblyRunner.Run (NUnit.Framework.Api.ITestListener,NUnit.Framework.Api.ITestFilter) [0x0005a] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/external/nunit-lite/NUnitLite-1.0.0/src/framework/Internal/NUnitLiteTestAssemblyRunner.cs:136 | |
17:01:21 at NUnitLite.Runner.TextUI.RunTests (NUnit.Framework.Api.ITestFilter) [0x0001e] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/external/nunit-lite/NUnitLite-1.0.0/src/framework/Runner/TextUI.cs:308 | |
17:01:21 at NUnitLite.Runner.TextUI.Execute (string[]) [0x002c4] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/external/nunit-lite/NUnitLite-1.0.0/src/framework/Runner/TextUI.cs:210 | |
17:01:21 at NUnitLite.Console.Main (string[]) [0x00005] in /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/tools/nunit-lite/nunit-lite-console/Console.cs:79 | |
17:01:21 at (wrapper runtime-invoke) <Module>.runtime_invoke_int_object (object,intptr,intptr,intptr) [0x00057] in <d6c8a02bd34d49bc8f8e31fd2a4402f4>:0 | |
17:01:21 /proc/self/maps: | |
17:01:21 aaaaaf805000-aaaaafb71000 r-xp 00000000 08:02 43340961 /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mono/mini/mono-sgen | |
17:01:21 aaaaafb81000-aaaaafb88000 r--p 0036c000 08:02 43340961 /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mono/mini/mono-sgen | |
17:01:21 aaaaafb88000-aaaaafb8c000 rw-p 00373000 08:02 43340961 /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mono/mini/mono-sgen | |
17:01:21 aaaaafb8c000-aaaaafba2000 rw-p 00000000 00:00 0 | |
17:01:21 aaaaca3b4000-aaaacc698000 rw-p 00000000 00:00 0 [heap] | |
17:01:21 ffff40000000-ffff40022000 rw-p 00000000 00:00 0 | |
17:01:21 ffff40022000-ffff44000000 ---p 00000000 00:00 0 | |
17:01:21 ffff48000000-ffff48022000 rw-p 00000000 00:00 0 | |
17:01:21 ffff48022000-ffff4c000000 ---p 00000000 00:00 0 | |
17:01:21 ffff4c000000-ffff4c022000 rw-p 00000000 00:00 0 | |
17:01:21 ffff4c022000-ffff50000000 ---p 00000000 00:00 0 | |
17:01:21 ffff50000000-ffff5008f000 rw-p 00000000 00:00 0 | |
17:01:21 ffff5008f000-ffff54000000 ---p 00000000 00:00 0 | |
17:01:21 ffff54000000-ffff54103000 rw-p 00000000 00:00 0 | |
17:01:21 ffff54103000-ffff58000000 ---p 00000000 00:00 0 | |
17:01:21 ffff58000000-ffff5807a000 rw-p 00000000 00:00 0 | |
17:01:21 ffff5807a000-ffff5c000000 ---p 00000000 00:00 0 | |
17:01:21 ffff5c000000-ffff5c022000 rw-p 00000000 00:00 0 | |
17:01:21 ffff5c022000-ffff60000000 ---p 00000000 00:00 0 | |
17:01:21 ffff60000000-ffff60029000 rw-p 00000000 00:00 0 | |
17:01:21 ffff60029000-ffff64000000 ---p 00000000 00:00 0 | |
17:01:21 ffff64000000-ffff64049000 rw-p 00000000 00:00 0 | |
17:01:21 ffff64049000-ffff68000000 ---p 00000000 00:00 0 | |
17:01:21 ffff68000000-ffff68072000 rw-p 00000000 00:00 0 | |
17:01:21 ffff68072000-ffff6c000000 ---p 00000000 00:00 0 | |
17:01:21 ffff6c000000-ffff6c061000 rw-p 00000000 00:00 0 | |
17:01:21 ffff6c061000-ffff70000000 ---p 00000000 00:00 0 | |
17:01:21 ffff70000000-ffff70028000 rw-p 00000000 00:00 0 | |
17:01:21 ffff70028000-ffff74000000 ---p 00000000 00:00 0 | |
17:01:21 ffff74a00000-ffff74b00000 rw-p 00000000 00:00 0 | |
17:01:21 ffff74c00000-ffff74d00000 rw-p 00000000 00:00 0 | |
17:01:21 ffff74d00000-ffff74d01000 ---p 00000000 00:00 0 | |
17:01:21 ffff74d01000-ffff74f00000 rw-p 00000000 00:00 0 | |
17:01:21 ffff74f00000-ffff74f01000 ---p 00000000 00:00 0 | |
17:01:21 ffff74f01000-ffff75100000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75100000-ffff75110000 rwxp 00000000 00:00 0 | |
17:01:21 ffff75110000-ffff75114000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75118000-ffff7511c000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75120000-ffff75124000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75128000-ffff7512c000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75130000-ffff75134000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75138000-ffff7513c000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75140000-ffff75144000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75148000-ffff7514c000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75150000-ffff75154000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75158000-ffff7515c000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75160000-ffff75164000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75168000-ffff7516c000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75170000-ffff75174000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75178000-ffff7517c000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75180000-ffff75184000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75188000-ffff7518c000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75190000-ffff75210000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75214000-ffff75228000 rw-p 00000000 00:00 0 | |
17:01:21 ffff7522c000-ffff75230000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75234000-ffff75238000 rw-p 00000000 00:00 0 | |
17:01:21 ffff7523c000-ffff752bc000 rw-p 00000000 00:00 0 | |
17:01:21 ffff752c0000-ffff75300000 rwxp 00000000 00:00 0 | |
17:01:21 ffff75402000-ffff75422000 rwxp 00000000 00:00 0 | |
17:01:21 ffff75422000-ffff75433000 r-xp 00000000 08:02 20111507 /lib/aarch64-linux-gnu/libresolv-2.24.so | |
17:01:21 ffff75433000-ffff75443000 ---p 00011000 08:02 20111507 /lib/aarch64-linux-gnu/libresolv-2.24.so | |
17:01:21 ffff75443000-ffff75444000 r--p 00011000 08:02 20111507 /lib/aarch64-linux-gnu/libresolv-2.24.so | |
17:01:21 ffff75444000-ffff75445000 rw-p 00012000 08:02 20111507 /lib/aarch64-linux-gnu/libresolv-2.24.so | |
17:01:21 ffff75445000-ffff75447000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75447000-ffff7544b000 r-xp 00000000 08:02 20111523 /lib/aarch64-linux-gnu/libnss_dns-2.24.so | |
17:01:21 ffff7544b000-ffff7545a000 ---p 00004000 08:02 20111523 /lib/aarch64-linux-gnu/libnss_dns-2.24.so | |
17:01:21 ffff7545a000-ffff7545b000 r--p 00003000 08:02 20111523 /lib/aarch64-linux-gnu/libnss_dns-2.24.so | |
17:01:21 ffff7545b000-ffff7545c000 rw-p 00004000 08:02 20111523 /lib/aarch64-linux-gnu/libnss_dns-2.24.so | |
17:01:21 ffff7545c000-ffff7546c000 rwxp 00000000 00:00 0 | |
17:01:21 ffff7546c000-ffff754ec000 rw-p 00000000 00:00 0 | |
17:01:21 ffff754f0000-ffff75500000 rwxp 00000000 00:00 0 | |
17:01:21 ffff75500000-ffff75504000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75508000-ffff7550c000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75510000-ffff75514000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75518000-ffff7551c000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75520000-ffff75524000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75528000-ffff7552c000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75530000-ffff75534000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75538000-ffff7553c000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75540000-ffff75580000 rwxp 00000000 00:00 0 | |
17:01:21 ffff75580000-ffff75600000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75604000-ffff75608000 rw-p 00000000 00:00 0 | |
17:01:21 ffff7560c000-ffff7564c000 rwxp 00000000 00:00 0 | |
17:01:21 ffff7564c000-ffff75655000 r-xp 00000000 08:02 20111514 /lib/aarch64-linux-gnu/libnss_files-2.24.so | |
17:01:21 ffff75655000-ffff75664000 ---p 00009000 08:02 20111514 /lib/aarch64-linux-gnu/libnss_files-2.24.so | |
17:01:21 ffff75664000-ffff75665000 r--p 00008000 08:02 20111514 /lib/aarch64-linux-gnu/libnss_files-2.24.so | |
17:01:21 ffff75665000-ffff75666000 rw-p 00009000 08:02 20111514 /lib/aarch64-linux-gnu/libnss_files-2.24.so | |
17:01:21 ffff75666000-ffff7566c000 rw-p 00000000 00:00 0 | |
17:01:21 ffff7566c000-ffff7567c000 rwxp 00000000 00:00 0 | |
17:01:21 ffff7567c000-ffff756fc000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75700000-ffff75704000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75706000-ffff757e6000 rwxp 00000000 00:00 0 | |
17:01:21 ffff757e6000-ffff757ef000 r-xp 00000000 08:02 20111508 /lib/aarch64-linux-gnu/libnss_nis-2.24.so | |
17:01:21 ffff757ef000-ffff757fe000 ---p 00009000 08:02 20111508 /lib/aarch64-linux-gnu/libnss_nis-2.24.so | |
17:01:21 ffff757fe000-ffff757ff000 r--p 00008000 08:02 20111508 /lib/aarch64-linux-gnu/libnss_nis-2.24.so | |
17:01:21 ffff757ff000-ffff75800000 rw-p 00009000 08:02 20111508 /lib/aarch64-linux-gnu/libnss_nis-2.24.so | |
17:01:21 ffff75800000-ffff75820000 rwxp 00000000 00:00 0 | |
17:01:21 ffff75820000-ffff75869000 r-xp 00000000 08:02 56367494 /home/builder/jenkins/workspace/test-mono-pull-request-arm64/support/.libs/libMonoPosixHelper.so | |
17:01:21 ffff75869000-ffff75879000 ---p 00049000 08:02 56367494 /home/builder/jenkins/workspace/test-mono-pull-request-arm64/support/.libs/libMonoPosixHelper.so | |
17:01:21 ffff75879000-ffff7587a000 r--p 00049000 08:02 56367494 /home/builder/jenkins/workspace/test-mono-pull-request-arm64/support/.libs/libMonoPosixHelper.so | |
17:01:21 ffff7587a000-ffff7587b000 rw-p 0004a000 08:02 56367494 /home/builder/jenkins/workspace/test-mono-pull-request-arm64/support/.libs/libMonoPosixHelper.so | |
17:01:21 ffff7587b000-ffff758fc000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75900000-ffff75a00000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75a04000-ffff75a08000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75a0c000-ffff75a7c000 rwxp 00000000 00:00 0 | |
17:01:21 ffff75a7c000-ffff75afc000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75b00000-ffff75c00000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75c04000-ffff75c08000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75c0c000-ffff75c7c000 rwxp 00000000 00:00 0 | |
17:01:21 ffff75c7c000-ffff75cfc000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75d00000-ffff75e00000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75e04000-ffff75e08000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75e0c000-ffff75e7c000 rwxp 00000000 00:00 0 | |
17:01:21 ffff75e7c000-ffff75efc000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75f00000-ffff75f04000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75f07000-ffff75f19000 r-xp 00000000 08:02 20111546 /lib/aarch64-linux-gnu/libnsl-2.24.so | |
17:01:21 ffff75f19000-ffff75f28000 ---p 00012000 08:02 20111546 /lib/aarch64-linux-gnu/libnsl-2.24.so | |
17:01:21 ffff75f28000-ffff75f29000 r--p 00011000 08:02 20111546 /lib/aarch64-linux-gnu/libnsl-2.24.so | |
17:01:21 ffff75f29000-ffff75f2a000 rw-p 00012000 08:02 20111546 /lib/aarch64-linux-gnu/libnsl-2.24.so | |
17:01:21 ffff75f2a000-ffff75f2c000 rw-p 00000000 00:00 0 | |
17:01:21 ffff75f2c000-ffff75f32000 r-xp 00000000 08:02 20111430 /lib/aarch64-linux-gnu/libnss_compat-2.24.so | |
17:01:21 ffff75f32000-ffff75f42000 ---p 00006000 08:02 20111430 /lib/aarch64-linux-gnu/libnss_compat-2.24.so | |
17:01:21 ffff75f42000-ffff75f43000 r--p 00006000 08:02 20111430 /lib/aarch64-linux-gnu/libnss_compat-2.24.so | |
17:01:21 ffff75f43000-ffff75f44000 rw-p 00007000 08:02 20111430 /lib/aarch64-linux-gnu/libnss_compat-2.24.so | |
17:01:21 ffff75f44000-ffff76004000 rwxp 00000000 00:00 0 | |
17:01:21 ffff7600c000-ffff7602c000 rwxp 00000000 00:00 0 | |
17:01:21 ffff7602c000-ffff760ac000 rw-p 00000000 00:00 0 | |
17:01:21 ffff760b0000-ffff76160000 rwxp 00000000 00:00 0 | |
17:01:21 ffff76160000-ffff761e0000 rw-p 00000000 00:00 0 | |
17:01:21 ffff761e3000-ffff7626e000 rwxp 00000000 00:00 0 | |
17:01:21 ffff76278000-ffff76308000 rwxp 00000000 00:00 0 | |
17:01:21 ffff76308000-ffff76388000 rw-p 00000000 00:00 0 | |
17:01:21 ffff7638b000-ffff763bb000 rwxp 00000000 00:00 0 | |
17:01:21 ffff763bb000-ffff76486000 r--p 00000000 08:02 43902520 /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/lib/net_4_x-linux/System.Data.pdb | |
17:01:21 ffff76486000-ffff7668c000 r--p 00000000 08:02 43902519 /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/lib/net_4_x-linux/System.Data.dll | |
17:01:21 ffff7668c000-ffff7675c000 rwxp 00000000 00:00 0 | |
17:01:21 ffff7675c000-ffff767dc000 rw-p 00000000 00:00 0 | |
17:01:21 ffff767e0000-ffff76860000 rw-p 00000000 00:00 0 | |
17:01:21 ffff76864000-ffff768e4000 rw-p 00000000 00:00 0 | |
17:01:21 ffff768e8000-ffff76968000 rw-p 00000000 00:00 0 | |
17:01:21 ffff7696c000-ffff769ec000 rw-p 00000000 00:00 0 | |
17:01:21 ffff769f0000-ffff76a70000 rw-p 00000000 00:00 0 | |
17:01:21 ffff76a74000-ffff76af4000 rw-p 00000000 00:00 0 | |
17:01:21 ffff76af8000-ffff76b78000 rw-p 00000000 00:00 0 | |
17:01:21 ffff76b7c000-ffff76bfc000 rw-p 00000000 00:00 0 | |
17:01:21 ffff76c00000-ffff76c01000 ---p 00000000 00:00 0 | |
17:01:21 ffff76c01000-ffff76e00000 rw-p 00000000 00:00 0 | |
17:01:21 ffff76e00000-ffff76e01000 ---p 00000000 00:00 0 | |
17:01:21 ffff76e01000-ffff77000000 rw-p 00000000 00:00 0 | |
17:01:21 ffff77000000-ffff77001000 ---p 00000000 00:00 0 | |
17:01:21 ffff77001000-ffff77200000 rw-p 00000000 00:00 0 | |
17:01:21 ffff77200000-ffff77201000 ---p 00000000 00:00 0 | |
17:01:21 ffff77201000-ffff77400000 rw-p 00000000 00:00 0 | |
17:01:21 ffff77400000-ffff77401000 ---p 00000000 00:00 0 | |
17:01:21 ffff77401000-ffff77600000 rw-p 00000000 00:00 0 | |
17:01:21 ffff77600000-ffff77601000 ---p 00000000 00:00 0 | |
17:01:21 ffff77601000-ffff77800000 rw-p 00000000 00:00 0 | |
17:01:21 ffff77800000-ffff77801000 ---p 00000000 00:00 0 | |
17:01:21 ffff77801000-ffff77a00000 rw-p 00000000 00:00 0 | |
17:01:21 ffff77a00000-ffff77a01000 ---p 00000000 00:00 0 | |
17:01:21 ffff77a01000-ffff77c00000 rw-p 00000000 00:00 0 | |
17:01:21 ffff77c00000-ffff77c01000 ---p 00000000 00:00 0 | |
17:01:21 ffff77c01000-ffff77e00000 rw-p 00000000 00:00 0 | |
17:01:21 ffff77e00000-ffff77e01000 ---p 00000000 00:00 0 | |
17:01:21 ffff77e01000-ffff78000000 rw-p 00000000 00:00 0 | |
17:01:21 ffff78000000-ffff78150000 rw-p 00000000 00:00 0 | |
17:01:21 ffff78150000-ffff7c000000 ---p 00000000 00:00 0 | |
17:01:21 ffff7c000000-ffff7c022000 rw-p 00000000 00:00 0 | |
17:01:21 ffff7c022000-ffff80000000 ---p 00000000 00:00 0 | |
17:01:21 ffff80000000-ffff80048000 rw-p 00000000 00:00 0 | |
17:01:21 ffff80048000-ffff84000000 ---p 00000000 00:00 0 | |
17:01:21 ffff84000000-ffff84082000 rw-p 00000000 00:00 0 | |
17:01:21 ffff84082000-ffff88000000 ---p 00000000 00:00 0 | |
17:01:21 ffff88000000-ffff8812a000 rw-p 00000000 00:00 0 | |
17:01:21 ffff8812a000-ffff8c000000 ---p 00000000 00:00 0 | |
17:01:21 ffff8c000000-ffff8c0eb000 rw-p 00000000 00:00 0 | |
17:01:21 ffff8c0eb000-ffff90000000 ---p 00000000 00:00 0 | |
17:01:21 ffff90000000-ffff90047000 rw-p 00000000 00:00 0 | |
17:01:21 ffff90047000-ffff94000000 ---p 00000000 00:00 0 | |
17:01:21 ffff94000000-ffff941f1000 rw-p 00000000 00:00 0 | |
17:01:21 ffff941f1000-ffff98000000 ---p 00000000 00:00 0 | |
17:01:21 ffff98000000-ffff98022000 rw-p 00000000 00:00 0 | |
17:01:21 ffff98022000-ffff9c000000 ---p 00000000 00:00 0 | |
17:01:21 ffff9c000000-ffff9c079000 rw-p 00000000 00:00 0 | |
17:01:21 ffff9c079000-ffffa0000000 ---p 00000000 00:00 0 | |
17:01:21 ffffa0000000-ffffa0022000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa0022000-ffffa4000000 ---p 00000000 00:00 0 | |
17:01:21 ffffa4003000-ffffa4053000 rwxp 00000000 00:00 0 | |
17:01:21 ffffa4053000-ffffa4060000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa4060000-ffffa4080000 rwxp 00000000 00:00 0 | |
17:01:21 ffffa4080000-ffffa4081000 ---p 00000000 00:00 0 | |
17:01:21 ffffa4081000-ffffa4300000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa4301000-ffffa4302000 ---p 00000000 00:00 0 | |
17:01:21 ffffa4302000-ffffa4501000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa4501000-ffffa4502000 ---p 00000000 00:00 0 | |
17:01:21 ffffa4502000-ffffa4701000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa4701000-ffffa4762000 r--p 00000000 08:02 43902500 /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/lib/net_4_x-linux/System.Core.pdb | |
17:01:21 ffffa4762000-ffffa485c000 r--p 00000000 08:02 43902499 /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/lib/net_4_x-linux/System.Core.dll | |
17:01:21 ffffa48ca000-ffffa48db000 r-xp 00000000 08:02 20111424 /lib/aarch64-linux-gnu/libgcc_s.so.1 | |
17:01:21 ffffa48db000-ffffa48ea000 ---p 00011000 08:02 20111424 /lib/aarch64-linux-gnu/libgcc_s.so.1 | |
17:01:21 ffffa48ea000-ffffa48eb000 r--p 00010000 08:02 20111424 /lib/aarch64-linux-gnu/libgcc_s.so.1 | |
17:01:21 ffffa48eb000-ffffa48ec000 rw-p 00011000 08:02 20111424 /lib/aarch64-linux-gnu/libgcc_s.so.1 | |
17:01:21 ffffa48f2000-ffffa48f3000 ---p 00000000 00:00 0 | |
17:01:21 ffffa48f3000-ffffa4af2000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa4af2000-ffffa4b02000 rwxp 00000000 00:00 0 | |
17:01:21 ffffa4b02000-ffffa4b03000 ---p 00000000 00:00 0 | |
17:01:21 ffffa4b03000-ffffa4e04000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa4e04000-ffffa4f24000 rwxp 00000000 00:00 0 | |
17:01:21 ffffa4f24000-ffffa4f25000 ---p 00000000 00:00 0 | |
17:01:21 ffffa4f25000-ffffa5124000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa5124000-ffffa5125000 ---p 00000000 00:00 0 | |
17:01:21 ffffa5125000-ffffa5324000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa5324000-ffffa5325000 ---p 00000000 00:00 0 | |
17:01:21 ffffa5325000-ffffa5524000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa5524000-ffffa5525000 ---p 00000000 00:00 0 | |
17:01:21 ffffa5525000-ffffa5724000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa5724000-ffffa5725000 ---p 00000000 00:00 0 | |
17:01:21 ffffa5725000-ffffa5924000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa5924000-ffffa5954000 rwxp 00000000 00:00 0 | |
17:01:21 ffffa5954000-ffffa59d4000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa59d8000-ffffa5a58000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa5a5c000-ffffa5acc000 rwxp 00000000 00:00 0 | |
17:01:21 ffffa5acc000-ffffa5b4c000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa5b50000-ffffa5b60000 rwxp 00000000 00:00 0 | |
17:01:21 ffffa5b60000-ffffa5be0000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa5be4000-ffffa5bf4000 rwxp 00000000 00:00 0 | |
17:01:21 ffffa5bf4000-ffffa5c74000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa5c78000-ffffa5c88000 rwxp 00000000 00:00 0 | |
17:01:21 ffffa5c88000-ffffa5d08000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa5d0b000-ffffa5d3b000 rwxp 00000000 00:00 0 | |
17:01:21 ffffa5d42000-ffffa5d62000 rwxp 00000000 00:00 0 | |
17:01:21 ffffa5d62000-ffffa5d88000 r--p 00000000 08:02 43902488 /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/lib/net_4_x-linux/Mono.Security.pdb | |
17:01:21 ffffa5d88000-ffffa5dd4000 r--p 00000000 08:02 43902487 /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/lib/net_4_x-linux/Mono.Security.dll | |
17:01:21 ffffa5dd4000-ffffa5e54000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa5e58000-ffffa5ed8000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa5edc000-ffffa5f0c000 rwxp 00000000 00:00 0 | |
17:01:21 ffffa5f15000-ffffa5f19000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa5f19000-ffffa5f20000 r--p 00000000 08:02 43902670 /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/lib/net_4_x-linux/I18N.West.pdb | |
17:01:21 ffffa5f20000-ffffa5f32000 r--p 00000000 08:02 43902669 /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/lib/net_4_x-linux/I18N.West.dll | |
17:01:21 ffffa5f32000-ffffa5f3c000 r--p 00000000 08:02 43902665 /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/lib/net_4_x-linux/I18N.dll | |
17:01:21 ffffa5f3c000-ffffa5f5c000 rwxp 00000000 00:00 0 | |
17:01:21 ffffa5f5c000-ffffa5fdf000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa5fe0000-ffffa6061000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa6062000-ffffa616b000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa616c000-ffffa61ec000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa61f0000-ffffa6272000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa6274000-ffffa62f4000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa62f8000-ffffa6378000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa637c000-ffffa63fc000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa63fd000-ffffa6500000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa6500000-ffffa6520000 rwxp 00000000 00:00 0 | |
17:01:21 ffffa6525000-ffffa6526000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa6526000-ffffa6528000 r--p 00000000 08:02 43902666 /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/lib/net_4_x-linux/I18N.pdb | |
17:01:21 ffffa652c000-ffffa652e000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa6534000-ffffa6538000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa653c000-ffffa6540000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa6544000-ffffa6548000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa654b000-ffffa654f000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa654f000-ffffa655f000 rwxp 00000000 00:00 0 | |
17:01:21 ffffa655f000-ffffa6560000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa6560000-ffffa6588000 r--p 00000000 08:02 43902504 /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/lib/net_4_x-linux/System.Drawing.pdb | |
17:01:21 ffffa6588000-ffffa65fe000 r--p 00000000 08:02 43902503 /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/lib/net_4_x-linux/System.Drawing.dll | |
17:01:21 ffffa65fe000-ffffa672c000 r--p 00000000 08:02 43902492 /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/lib/net_4_x-linux/System.Xml.pdb | |
17:01:21 ffffa672c000-ffffa6a2e000 r--p 00000000 08:02 43902491 /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/lib/net_4_x-linux/System.Xml.dll | |
17:01:21 ffffa6a2e000-ffffa6a3c000 r--p 00000000 08:02 43902502 /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/lib/net_4_x-linux/System.Configuration.pdb | |
17:01:21 ffffa6a3c000-ffffa6a5a000 r--p 00000000 08:02 43902501 /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/lib/net_4_x-linux/System.Configuration.dll | |
17:01:21 ffffa6a5a000-ffffa6a5b000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa6a5b000-ffffa6b14000 r--p 00000000 08:02 43903113 /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/lib/net_4_x-linux/tests/net_4_x_System_test.pdb | |
17:01:21 ffffa6b14000-ffffa6da4000 r--p 00000000 08:02 43903112 /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/lib/net_4_x-linux/tests/net_4_x_System_test.dll | |
17:01:21 ffffa6da4000-ffffa6db4000 rwxp 00000000 00:00 0 | |
17:01:21 ffffa6db4000-ffffa6eaf000 r--p 00000000 08:02 43902490 /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/lib/net_4_x-linux/System.pdb | |
17:01:21 ffffa6eaf000-ffffa7175000 r--p 00000000 08:02 43902489 /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/lib/net_4_x-linux/System.dll | |
17:01:21 ffffa7175000-ffffa71a9000 r--p 00000000 08:02 43903099 /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/lib/net_4_x-linux/nunitlite.dll | |
17:01:21 ffffa71a9000-ffffa71aa000 ---p 00000000 00:00 0 | |
17:01:21 ffffa71aa000-ffffa73dd000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa73dd000-ffffa7bd8000 r-xp 00000000 08:02 43903049 /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/lib/net_4_x-linux/mscorlib.dll.so | |
17:01:21 ffffa7bd8000-ffffa7be7000 ---p 007fb000 08:02 43903049 /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/lib/net_4_x-linux/mscorlib.dll.so | |
17:01:21 ffffa7be7000-ffffa7be8000 r--p 007fa000 08:02 43903049 /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/lib/net_4_x-linux/mscorlib.dll.so | |
17:01:21 ffffa7be8000-ffffa7be9000 rw-p 007fb000 08:02 43903049 /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/lib/net_4_x-linux/mscorlib.dll.so | |
17:01:21 ffffa7be9000-ffffa7c11000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa7c11000-ffffa8000000 r--p 00000000 08:02 43902485 /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/lib/net_4_x-linux/mscorlib.dll | |
17:01:21 ffffa8000000-ffffa9000000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa9000000-ffffa9001000 ---p 00000000 00:00 0 | |
17:01:21 ffffa9001000-ffffa9c00000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa9c00000-ffffa9c1c000 r--p 00000000 08:02 43903100 /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/lib/net_4_x-linux/nunitlite.pdb | |
17:01:21 ffffa9c1c000-ffffa9c9d000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa9c9d000-ffffa9c9e000 r--p 00000000 08:02 43903106 /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/lib/net_4_x-linux/nunit-lite-console.pdb | |
17:01:21 ffffa9c9e000-ffffa9cae000 rwxp 00000000 00:00 0 | |
17:01:21 ffffa9cae000-ffffa9e24000 r--p 00000000 08:02 43902486 /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/lib/net_4_x-linux/mscorlib.pdb | |
17:01:21 ffffa9e24000-ffffa9e5e000 rw-p 00000000 00:00 0 | |
17:01:21 ffffa9e5e000-ffffa9ebd000 ---p 00000000 00:00 0 | |
17:01:21 ffffa9ebd000-ffffa9ecd000 rwxp 00000000 00:00 0 | |
17:01:21 ffffa9ecd000-ffffa9ffd000 r-xp 00000000 08:02 20111552 /lib/aarch64-linux-gnu/libc-2.24.so | |
17:01:21 ffffa9ffd000-ffffaa00d000 ---p 00130000 08:02 20111552 /lib/aarch64-linux-gnu/libc-2.24.so | |
17:01:21 ffffaa00d000-ffffaa011000 r--p 00130000 08:02 20111552 /lib/aarch64-linux-gnu/libc-2.24.so | |
17:01:21 ffffaa011000-ffffaa013000 rw-p 00134000 08:02 20111552 /lib/aarch64-linux-gnu/libc-2.24.so | |
17:01:21 ffffaa013000-ffffaa017000 rw-p 00000000 00:00 0 | |
17:01:21 ffffaa017000-ffffaa02e000 r-xp 00000000 08:02 20111538 /lib/aarch64-linux-gnu/libpthread-2.24.so | |
17:01:21 ffffaa02e000-ffffaa03d000 ---p 00017000 08:02 20111538 /lib/aarch64-linux-gnu/libpthread-2.24.so | |
17:01:21 ffffaa03d000-ffffaa03e000 r--p 00016000 08:02 20111538 /lib/aarch64-linux-gnu/libpthread-2.24.so | |
17:01:21 ffffaa03e000-ffffaa03f000 rw-p 00017000 08:02 20111538 /lib/aarch64-linux-gnu/libpthread-2.24.so | |
17:01:21 ffffaa03f000-ffffaa043000 rw-p 00000000 00:00 0 | |
17:01:21 ffffaa043000-ffffaa045000 r-xp 00000000 08:02 20111503 /lib/aarch64-linux-gnu/libdl-2.24.so | |
17:01:21 ffffaa045000-ffffaa054000 ---p 00002000 08:02 20111503 /lib/aarch64-linux-gnu/libdl-2.24.so | |
17:01:21 ffffaa054000-ffffaa055000 r--p 00001000 08:02 20111503 /lib/aarch64-linux-gnu/libdl-2.24.so | |
17:01:21 ffffaa055000-ffffaa056000 rw-p 00002000 08:02 20111503 /lib/aarch64-linux-gnu/libdl-2.24.so | |
17:01:21 ffffaa056000-ffffaa05c000 r-xp 00000000 08:02 20111486 /lib/aarch64-linux-gnu/librt-2.24.so | |
17:01:21 ffffaa05c000-ffffaa06b000 ---p 00006000 08:02 20111486 /lib/aarch64-linux-gnu/librt-2.24.so | |
17:01:21 ffffaa06b000-ffffaa06c000 r--p 00005000 08:02 20111486 /lib/aarch64-linux-gnu/librt-2.24.so | |
17:01:21 ffffaa06c000-ffffaa06d000 rw-p 00006000 08:02 20111486 /lib/aarch64-linux-gnu/librt-2.24.so | |
17:01:21 ffffaa06d000-ffffaa107000 r-xp 00000000 08:02 20111410 /lib/aarch64-linux-gnu/libm-2.24.so | |
17:01:21 ffffaa107000-ffffaa116000 ---p 0009a000 08:02 20111410 /lib/aarch64-linux-gnu/libm-2.24.so | |
17:01:21 ffffaa116000-ffffaa117000 r--p 00099000 08:02 20111410 /lib/aarch64-linux-gnu/libm-2.24.so | |
17:01:21 ffffaa117000-ffffaa118000 rw-p 0009a000 08:02 20111410 /lib/aarch64-linux-gnu/libm-2.24.so | |
17:01:21 ffffaa118000-ffffaa134000 r-xp 00000000 08:02 20111414 /lib/aarch64-linux-gnu/ld-2.24.so | |
17:01:21 ffffaa134000-ffffaa135000 r--p 00000000 08:02 43903105 /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/lib/net_4_x-linux/nunit-lite-console.exe | |
17:01:21 ffffaa135000-ffffaa13a000 rw-p 00000000 00:00 0 | |
17:01:21 ffffaa13a000-ffffaa13e000 rw-p 00000000 00:00 0 | |
17:01:21 ffffaa13e000-ffffaa13f000 rw-s 00000000 00:3e 3 /dev/shm/mono.4238 | |
17:01:21 ffffaa13f000-ffffaa142000 rw-p 00000000 00:00 0 | |
17:01:21 ffffaa142000-ffffaa143000 r--p 00000000 00:00 0 [vvar] | |
17:01:21 ffffaa143000-ffffaa144000 r-xp 00000000 00:00 0 [vdso] | |
17:01:21 ffffaa144000-ffffaa145000 r--p 0001c000 08:02 20111414 /lib/aarch64-linux-gnu/ld-2.24.so | |
17:01:21 ffffaa145000-ffffaa147000 rw-p 0001d000 08:02 20111414 /lib/aarch64-linux-gnu/ld-2.24.so | |
17:01:21 ffffda5fb000-ffffda61d000 rw-p 00000000 00:00 0 [stack] | |
17:01:21 | |
17:01:21 | |
Native stacktrace: | |
17:01:21 | |
17:01:21 /home/builder/jenkins/workspace/test-mono-pull-request-arm64/mono/mini/mono(+0xb44e4) [0xaaaaaf8b94e4] | |
17:01:21 | |
17:01:21 Debug info from gdb: | |
17:01:21 | |
17:01:21 [New LWP 4290] | |
17:01:21 [New LWP 4292] | |
17:01:22 [New LWP 5912] | |
17:01:22 [New LWP 6426] | |
17:01:22 [New LWP 6894] | |
17:01:22 [New LWP 25518] | |
17:01:22 [New LWP 27353] | |
17:01:22 [New LWP 27354] | |
17:01:22 [New LWP 27356] | |
17:01:22 [New LWP 27358] | |
17:01:22 [New LWP 27360] | |
17:01:22 [New LWP 27362] | |
17:01:22 [New LWP 24636] | |
17:01:22 [New LWP 25198] | |
17:01:22 [New LWP 25199] | |
17:01:22 [New LWP 25261] | |
17:01:22 [New LWP 25262] | |
17:01:22 [New LWP 32133] | |
17:01:22 [New LWP 32134] | |
17:01:22 [New LWP 4124] | |
17:01:22 [Thread debugging using libthread_db enabled] | |
17:01:22 Using host libthread_db library "/lib/aarch64-linux-gnu/libthread_db.so.1". | |
17:01:22 /home/builder/jenkins/workspace/test-mono-pull-request-arm64/scripts/ci/babysitter: Command `bash` timed out | |
17:01:22 /home/builder/jenkins/workspace/test-mono-pull-request-arm64/scripts/ci/babysitter: Saw timeout in test case MonoTests.System.Net.WebSockets.ClientWebSocketTest.SendAsyncWrongState_Closed (never allowed). Saw test failure in test cases MonoTests.System.Net.WebSockets.ClientWebSocketTest.CloseOutputAsyncTest (failure #1 of 0 allowed); MonoTests.System.Net.WebSockets.ClientWebSocketTest.ReceiveAsyncArgTest_NoArray (failure #1 of 0 allowed); MonoTests.System.Net.WebSockets.ClientWebSocketTest.ReceiveAsyncWrongState_Closed (failure #1 of 0 allowed); MonoTests.System.Net.WebSockets.ClientWebSocketTest.SendAsyncArgTest_NoArray (failure #1 of 0 allowed). Will halt testing. | |
17:01:22 *** end(601): System: Unstable | |
17:01:22 *** start: System.XML | |
17:01:22 make[1]: Entering directory '/home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/System.XML' | |
17:01:22 ok=:; make run-test-recursive || ok=false; make run-test-local || ok=false; $ok | |
17:01:22 make[2]: Entering directory '/home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/System.XML' | |
17:01:22 make[2]: Leaving directory '/home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/System.XML' | |
17:01:22 0x0000ffffaa028a38 in waitpid () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:22 Id Target Id Frame | |
17:01:23 * 1 Thread 0xffffaa1378c0 (LWP 4238) "mono" 0x0000ffffaa028a38 in waitpid () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 2 Thread 0xffffa97ff1d0 (LWP 4290) "SGen worker" 0x0000ffffaa0242c8 in pthread_cond_wait@@GLIBC_2.17 () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 3 Thread 0xffffa73a81d0 (LWP 4292) "Finalizer" 0x0000ffffaa026870 in do_futex_wait.constprop () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 4 Thread 0xffffa427f1d0 (LWP 5912) "Timer-Scheduler" 0x0000ffffaa02468c in pthread_cond_timedwait@@GLIBC_2.17 () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 5 Thread 0xffff77fff1d0 (LWP 6426) "Thread Pool I/O" 0x0000ffffa9f8cc28 in poll () from /lib/aarch64-linux-gnu/libc.so.6 | |
17:01:23 6 Thread 0xffff76fff1d0 (LWP 6894) "Thread Pool Wor" 0x0000ffffaa026aac in do_futex_wait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 7 Thread 0xffffa51231d0 (LWP 25518) "Thread Pool Wor" 0x0000ffffaa026aac in do_futex_wait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 8 Thread 0xffffa45001d0 (LWP 27353) "Thread Pool Wor" 0x0000ffffaa026aac in do_futex_wait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 9 Thread 0xffff777ff1d0 (LWP 27354) "Thread Pool Wor" 0x0000ffffaa026aac in do_futex_wait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 10 Thread 0xffffa55231d0 (LWP 27356) "Thread Pool Wor" 0x0000ffffaa026aac in do_futex_wait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 11 Thread 0xffff775ff1d0 (LWP 27358) "Thread Pool Wor" 0x0000ffffaa026aac in do_futex_wait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 12 Thread 0xffff779ff1d0 (LWP 27360) "Thread Pool Wor" 0x0000ffffaa026aac in do_futex_wait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 13 Thread 0xffff773ff1d0 (LWP 27362) "Thread Pool Wor" 0x0000ffffaa026aac in do_futex_wait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 14 Thread 0xffffa57231d0 (LWP 24636) "Thread Pool Wor" 0x0000ffffaa026aac in do_futex_wait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 15 Thread 0xffffa53231d0 (LWP 25198) "Thread Pool Wor" 0x0000ffffaa026aac in do_futex_wait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 16 Thread 0xffff771ff1d0 (LWP 25199) "Thread Pool Wor" 0x0000ffffaa026aac in do_futex_wait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 17 Thread 0xffff750ff1d0 (LWP 25261) "Thread Pool Wor" 0x0000ffffaa026aac in do_futex_wait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 18 Thread 0xffff74eff1d0 (LWP 25262) "Thread Pool Wor" 0x0000ffffaa026aac in do_futex_wait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 19 Thread 0xffff76dff1d0 (LWP 32133) "Thread Pool Wor" 0x0000ffffa9f8cc28 in poll () from /lib/aarch64-linux-gnu/libc.so.6 | |
17:01:23 20 Thread 0xffff77dff1d0 (LWP 32134) "Thread Pool Wor" 0x0000ffffaa026aac in do_futex_wait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 21 Thread 0xffffa59231d0 (LWP 4124) "Thread Pool Wor" 0x0000ffffaa02468c in pthread_cond_timedwait@@GLIBC_2.17 () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 | |
17:01:23 Thread 21 (Thread 0xffffa59231d0 (LWP 4124)): | |
17:01:23 #0 0x0000ffffaa02468c in pthread_cond_timedwait@@GLIBC_2.17 () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #1 0x0000aaaaafa97494 in mono_os_cond_timedwait (cond=cond@entry=0xaaaaafba0840 <sleep_cond>, mutex=mutex@entry=0xaaaaafba0810 <sleep_mutex>, timeout_ms=timeout_ms@entry=500) at mono-os-mutex.c:75 | |
17:01:23 #2 0x0000aaaaafaa02f4 in mono_coop_cond_timedwait (cond=0xaaaaafba0840 <sleep_cond>, mutex=0xaaaaafba0810 <sleep_mutex>, timeout_ms=500) at ../../mono/utils/mono-coop-mutex.h:102 | |
17:01:23 #3 sleep_interruptable (alerted=0xffffa59228fc, ms=500) at mono-threads.c:1394 | |
17:01:23 make[2]: Entering directory '/home/builder/jenkins/workspace/test-mono-pull-request-arm64/mcs/class/System.XML' | |
17:01:23 #4 mono_thread_info_sleep (ms=ms@entry=500, alerted=alerted@entry=0xffffa59228fc) at mono-threads.c:1426 | |
17:01:23 CSC [net_4_x-linux] net_4_x_System.Xml_test.dll | |
17:01:23 #5 0x0000aaaaafa38c54 in monitor_thread (unused=<optimized out>) at threadpool-worker-default.c:703 | |
17:01:23 #6 0x0000aaaaaf9dfb64 in start_wrapper_internal (stack_ptr=<optimized out>, start_info=0x0) at threads.c:1100 | |
17:01:23 #7 start_wrapper (data=0xffff90028760) at threads.c:1160 | |
17:01:23 #8 0x0000ffffaa01e0a0 in start_thread () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #9 0x0000ffffa9f94eac in ?? () from /lib/aarch64-linux-gnu/libc.so.6 | |
17:01:23 | |
17:01:23 Thread 20 (Thread 0xffff77dff1d0 (LWP 32134)): | |
17:01:23 #0 0x0000ffffaa026aac in do_futex_wait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #1 0x0000ffffaa026b78 in __new_sem_wait_slow () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #2 0x0000ffffaa026c94 in sem_timedwait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #3 0x0000aaaaafa38030 in mono_os_sem_timedwait (flags=MONO_SEM_FLAGS_ALERTABLE, timeout_ms=17778, sem=0xaaaaafb91a88 <worker+72>) at ../../mono/utils/mono-os-semaphore.h:258 | |
17:01:23 #4 mono_coop_sem_timedwait (sem=0xaaaaafb91a88 <worker+72>, flags=MONO_SEM_FLAGS_ALERTABLE, timeout_ms=17778) at ../../mono/utils/mono-coop-semaphore.h:57 | |
17:01:23 #5 worker_park () at threadpool-worker-default.c:391 | |
17:01:23 #6 worker_thread (unused=<optimized out>) at threadpool-worker-default.c:483 | |
17:01:23 #7 0x0000aaaaaf9dfb64 in start_wrapper_internal (stack_ptr=<optimized out>, start_info=0x0) at threads.c:1100 | |
17:01:23 #8 start_wrapper (data=0xffff9c04dde0) at threads.c:1160 | |
17:01:23 #9 0x0000ffffaa01e0a0 in start_thread () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #10 0x0000ffffa9f94eac in ?? () from /lib/aarch64-linux-gnu/libc.so.6 | |
17:01:23 | |
17:01:23 Thread 19 (Thread 0xffff76dff1d0 (LWP 32133)): | |
17:01:23 #0 0x0000ffffa9f8cc28 in poll () from /lib/aarch64-linux-gnu/libc.so.6 | |
17:01:23 #1 0x0000ffff7542bb4c in ?? () from /lib/aarch64-linux-gnu/libresolv.so.2 | |
17:01:23 #2 0x0000000000000220 in ?? () | |
17:01:23 Backtrace stopped: previous frame identical to this frame (corrupt stack?) | |
17:01:23 | |
17:01:23 Thread 18 (Thread 0xffff74eff1d0 (LWP 25262)): | |
17:01:23 #0 0x0000ffffaa026aac in do_futex_wait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #1 0x0000ffffaa026b78 in __new_sem_wait_slow () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #2 0x0000ffffaa026c94 in sem_timedwait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #3 0x0000aaaaafa38030 in mono_os_sem_timedwait (flags=MONO_SEM_FLAGS_ALERTABLE, timeout_ms=51728, sem=0xaaaaafb91a88 <worker+72>) at ../../mono/utils/mono-os-semaphore.h:258 | |
17:01:23 #4 mono_coop_sem_timedwait (sem=0xaaaaafb91a88 <worker+72>, flags=MONO_SEM_FLAGS_ALERTABLE, timeout_ms=51728) at ../../mono/utils/mono-coop-semaphore.h:57 | |
17:01:23 #5 worker_park () at threadpool-worker-default.c:391 | |
17:01:23 #6 worker_thread (unused=<optimized out>) at threadpool-worker-default.c:483 | |
17:01:23 #7 0x0000aaaaaf9dfb64 in start_wrapper_internal (stack_ptr=<optimized out>, start_info=0x0) at threads.c:1100 | |
17:01:23 #8 start_wrapper (data=0xffff7000cbd0) at threads.c:1160 | |
17:01:23 #9 0x0000ffffaa01e0a0 in start_thread () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #10 0x0000ffffa9f94eac in ?? () from /lib/aarch64-linux-gnu/libc.so.6 | |
17:01:23 | |
17:01:23 Thread 17 (Thread 0xffff750ff1d0 (LWP 25261)): | |
17:01:23 #0 0x0000ffffaa026aac in do_futex_wait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #1 0x0000ffffaa026b78 in __new_sem_wait_slow () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #2 0x0000ffffaa026c94 in sem_timedwait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #3 0x0000aaaaafa38030 in mono_os_sem_timedwait (flags=MONO_SEM_FLAGS_ALERTABLE, timeout_ms=30697, sem=0xaaaaafb91a88 <worker+72>) at ../../mono/utils/mono-os-semaphore.h:258 | |
17:01:23 #4 mono_coop_sem_timedwait (sem=0xaaaaafb91a88 <worker+72>, flags=MONO_SEM_FLAGS_ALERTABLE, timeout_ms=30697) at ../../mono/utils/mono-coop-semaphore.h:57 | |
17:01:23 #5 worker_park () at threadpool-worker-default.c:391 | |
17:01:23 #6 worker_thread (unused=<optimized out>) at threadpool-worker-default.c:483 | |
17:01:23 #7 0x0000aaaaaf9dfb64 in start_wrapper_internal (stack_ptr=<optimized out>, start_info=0x0) at threads.c:1100 | |
17:01:23 #8 start_wrapper (data=0xffff7804c280) at threads.c:1160 | |
17:01:23 #9 0x0000ffffaa01e0a0 in start_thread () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #10 0x0000ffffa9f94eac in ?? () from /lib/aarch64-linux-gnu/libc.so.6 | |
17:01:23 | |
17:01:23 Thread 16 (Thread 0xffff771ff1d0 (LWP 25199)): | |
17:01:23 #0 0x0000ffffaa026aac in do_futex_wait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #1 0x0000ffffaa026b78 in __new_sem_wait_slow () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #2 0x0000ffffaa026c94 in sem_timedwait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #3 0x0000aaaaafa38030 in mono_os_sem_timedwait (flags=MONO_SEM_FLAGS_ALERTABLE, timeout_ms=42531, sem=0xaaaaafb91a88 <worker+72>) at ../../mono/utils/mono-os-semaphore.h:258 | |
17:01:23 #4 mono_coop_sem_timedwait (sem=0xaaaaafb91a88 <worker+72>, flags=MONO_SEM_FLAGS_ALERTABLE, timeout_ms=42531) at ../../mono/utils/mono-coop-semaphore.h:57 | |
17:01:23 #5 worker_park () at threadpool-worker-default.c:391 | |
17:01:23 #6 worker_thread (unused=<optimized out>) at threadpool-worker-default.c:483 | |
17:01:23 #7 0x0000aaaaaf9dfb64 in start_wrapper_internal (stack_ptr=<optimized out>, start_info=0x0) at threads.c:1100 | |
17:01:23 #8 start_wrapper (data=0xffff6402d620) at threads.c:1160 | |
17:01:23 #9 0x0000ffffaa01e0a0 in start_thread () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #10 0x0000ffffa9f94eac in ?? () from /lib/aarch64-linux-gnu/libc.so.6 | |
17:01:23 | |
17:01:23 Thread 15 (Thread 0xffffa53231d0 (LWP 25198)): | |
17:01:23 #0 0x0000ffffaa026aac in do_futex_wait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #1 0x0000ffffaa026b78 in __new_sem_wait_slow () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #2 0x0000ffffaa026c94 in sem_timedwait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #3 0x0000aaaaafa38030 in mono_os_sem_timedwait (flags=MONO_SEM_FLAGS_ALERTABLE, timeout_ms=28981, sem=0xaaaaafb91a88 <worker+72>) at ../../mono/utils/mono-os-semaphore.h:258 | |
17:01:23 #4 mono_coop_sem_timedwait (sem=0xaaaaafb91a88 <worker+72>, flags=MONO_SEM_FLAGS_ALERTABLE, timeout_ms=28981) at ../../mono/utils/mono-coop-semaphore.h:57 | |
17:01:23 #5 worker_park () at threadpool-worker-default.c:391 | |
17:01:23 #6 worker_thread (unused=<optimized out>) at threadpool-worker-default.c:483 | |
17:01:23 #7 0x0000aaaaaf9dfb64 in start_wrapper_internal (stack_ptr=<optimized out>, start_info=0x0) at threads.c:1100 | |
17:01:23 #8 start_wrapper (data=0xffff5c005720) at threads.c:1160 | |
17:01:23 #9 0x0000ffffaa01e0a0 in start_thread () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #10 0x0000ffffa9f94eac in ?? () from /lib/aarch64-linux-gnu/libc.so.6 | |
17:01:23 | |
17:01:23 Thread 14 (Thread 0xffffa57231d0 (LWP 24636)): | |
17:01:23 #0 0x0000ffffaa026aac in do_futex_wait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #1 0x0000ffffaa026b78 in __new_sem_wait_slow () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #2 0x0000ffffaa026c94 in sem_timedwait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #3 0x0000aaaaafa38030 in mono_os_sem_timedwait (flags=MONO_SEM_FLAGS_ALERTABLE, timeout_ms=21876, sem=0xaaaaafb91a88 <worker+72>) at ../../mono/utils/mono-os-semaphore.h:258 | |
17:01:23 #4 mono_coop_sem_timedwait (sem=0xaaaaafb91a88 <worker+72>, flags=MONO_SEM_FLAGS_ALERTABLE, timeout_ms=21876) at ../../mono/utils/mono-coop-semaphore.h:57 | |
17:01:23 #5 worker_park () at threadpool-worker-default.c:391 | |
17:01:23 #6 worker_thread (unused=<optimized out>) at threadpool-worker-default.c:483 | |
17:01:23 #7 0x0000aaaaaf9dfb64 in start_wrapper_internal (stack_ptr=<optimized out>, start_info=0x0) at threads.c:1100 | |
17:01:23 #8 start_wrapper (data=0xffff80006700) at threads.c:1160 | |
17:01:23 #9 0x0000ffffaa01e0a0 in start_thread () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #10 0x0000ffffa9f94eac in ?? () from /lib/aarch64-linux-gnu/libc.so.6 | |
17:01:23 | |
17:01:23 Thread 13 (Thread 0xffff773ff1d0 (LWP 27362)): | |
17:01:23 #0 0x0000ffffaa026aac in do_futex_wait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #1 0x0000ffffaa026b78 in __new_sem_wait_slow () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #2 0x0000ffffaa026c94 in sem_timedwait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #3 0x0000aaaaafa38030 in mono_os_sem_timedwait (flags=MONO_SEM_FLAGS_ALERTABLE, timeout_ms=36905, sem=0xaaaaafb91a88 <worker+72>) at ../../mono/utils/mono-os-semaphore.h:258 | |
17:01:23 #4 mono_coop_sem_timedwait (sem=0xaaaaafb91a88 <worker+72>, flags=MONO_SEM_FLAGS_ALERTABLE, timeout_ms=36905) at ../../mono/utils/mono-coop-semaphore.h:57 | |
17:01:23 #5 worker_park () at threadpool-worker-default.c:391 | |
17:01:23 #6 worker_thread (unused=<optimized out>) at threadpool-worker-default.c:483 | |
17:01:23 #7 0x0000aaaaaf9dfb64 in start_wrapper_internal (stack_ptr=<optimized out>, start_info=0x0) at threads.c:1100 | |
17:01:23 #8 start_wrapper (data=0xffff940441f0) at threads.c:1160 | |
17:01:23 #9 0x0000ffffaa01e0a0 in start_thread () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #10 0x0000ffffa9f94eac in ?? () from /lib/aarch64-linux-gnu/libc.so.6 | |
17:01:23 | |
17:01:23 Thread 12 (Thread 0xffff779ff1d0 (LWP 27360)): | |
17:01:23 #0 0x0000ffffaa026aac in do_futex_wait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #1 0x0000ffffaa026b78 in __new_sem_wait_slow () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #2 0x0000ffffaa026c94 in sem_timedwait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #3 0x0000aaaaafa38030 in mono_os_sem_timedwait (flags=MONO_SEM_FLAGS_ALERTABLE, timeout_ms=6533, sem=0xaaaaafb91a88 <worker+72>) at ../../mono/utils/mono-os-semaphore.h:258 | |
17:01:23 #4 mono_coop_sem_timedwait (sem=0xaaaaafb91a88 <worker+72>, flags=MONO_SEM_FLAGS_ALERTABLE, timeout_ms=6533) at ../../mono/utils/mono-coop-semaphore.h:57 | |
17:01:23 #5 worker_park () at threadpool-worker-default.c:391 | |
17:01:23 #6 worker_thread (unused=<optimized out>) at threadpool-worker-default.c:483 | |
17:01:23 #7 0x0000aaaaaf9dfb64 in start_wrapper_internal (stack_ptr=<optimized out>, start_info=0x0) at threads.c:1100 | |
17:01:23 #8 start_wrapper (data=0xffff7803fa10) at threads.c:1160 | |
17:01:23 #9 0x0000ffffaa01e0a0 in start_thread () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #10 0x0000ffffa9f94eac in ?? () from /lib/aarch64-linux-gnu/libc.so.6 | |
17:01:23 | |
17:01:23 Thread 11 (Thread 0xffff775ff1d0 (LWP 27358)): | |
17:01:23 #0 0x0000ffffaa026aac in do_futex_wait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #1 0x0000ffffaa026b78 in __new_sem_wait_slow () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #2 0x0000ffffaa026c94 in sem_timedwait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #3 0x0000aaaaafa38030 in mono_os_sem_timedwait (flags=MONO_SEM_FLAGS_ALERTABLE, timeout_ms=6929, sem=0xaaaaafb91a88 <worker+72>) at ../../mono/utils/mono-os-semaphore.h:258 | |
17:01:23 #4 mono_coop_sem_timedwait (sem=0xaaaaafb91a88 <worker+72>, flags=MONO_SEM_FLAGS_ALERTABLE, timeout_ms=6929) at ../../mono/utils/mono-coop-semaphore.h:57 | |
17:01:23 #5 worker_park () at threadpool-worker-default.c:391 | |
17:01:23 #6 worker_thread (unused=<optimized out>) at threadpool-worker-default.c:483 | |
17:01:23 #7 0x0000aaaaaf9dfb64 in start_wrapper_internal (stack_ptr=<optimized out>, start_info=0x0) at threads.c:1100 | |
17:01:23 #8 start_wrapper (data=0xffff9c01eb20) at threads.c:1160 | |
17:01:23 #9 0x0000ffffaa01e0a0 in start_thread () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #10 0x0000ffffa9f94eac in ?? () from /lib/aarch64-linux-gnu/libc.so.6 | |
17:01:23 | |
17:01:23 Thread 10 (Thread 0xffffa55231d0 (LWP 27356)): | |
17:01:23 #0 0x0000ffffaa026aac in do_futex_wait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #1 0x0000ffffaa026b78 in __new_sem_wait_slow () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #2 0x0000ffffaa026c94 in sem_timedwait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #3 0x0000aaaaafa38030 in mono_os_sem_timedwait (flags=MONO_SEM_FLAGS_ALERTABLE, timeout_ms=59454, sem=0xaaaaafb91a88 <worker+72>) at ../../mono/utils/mono-os-semaphore.h:258 | |
17:01:23 #4 mono_coop_sem_timedwait (sem=0xaaaaafb91a88 <worker+72>, flags=MONO_SEM_FLAGS_ALERTABLE, timeout_ms=59454) at ../../mono/utils/mono-coop-semaphore.h:57 | |
17:01:23 #5 worker_park () at threadpool-worker-default.c:391 | |
17:01:23 #6 worker_thread (unused=<optimized out>) at threadpool-worker-default.c:483 | |
17:01:23 #7 0x0000aaaaaf9dfb64 in start_wrapper_internal (stack_ptr=<optimized out>, start_info=0x0) at threads.c:1100 | |
17:01:23 #8 start_wrapper (data=0xffff88060a50) at threads.c:1160 | |
17:01:23 #9 0x0000ffffaa01e0a0 in start_thread () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #10 0x0000ffffa9f94eac in ?? () from /lib/aarch64-linux-gnu/libc.so.6 | |
17:01:23 | |
17:01:23 Thread 9 (Thread 0xffff777ff1d0 (LWP 27354)): | |
17:01:23 #0 0x0000ffffaa026aac in do_futex_wait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #1 0x0000ffffaa026b78 in __new_sem_wait_slow () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #2 0x0000ffffaa026c94 in sem_timedwait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #3 0x0000aaaaafa38030 in mono_os_sem_timedwait (flags=MONO_SEM_FLAGS_ALERTABLE, timeout_ms=42452, sem=0xaaaaafb91a88 <worker+72>) at ../../mono/utils/mono-os-semaphore.h:258 | |
17:01:23 #4 mono_coop_sem_timedwait (sem=0xaaaaafb91a88 <worker+72>, flags=MONO_SEM_FLAGS_ALERTABLE, timeout_ms=42452) at ../../mono/utils/mono-coop-semaphore.h:57 | |
17:01:23 #5 worker_park () at threadpool-worker-default.c:391 | |
17:01:23 #6 worker_thread (unused=<optimized out>) at threadpool-worker-default.c:483 | |
17:01:23 #7 0x0000aaaaaf9dfb64 in start_wrapper_internal (stack_ptr=<optimized out>, start_info=0x0) at threads.c:1100 | |
17:01:23 #8 start_wrapper (data=0xffff8c03de60) at threads.c:1160 | |
17:01:23 #9 0x0000ffffaa01e0a0 in start_thread () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #10 0x0000ffffa9f94eac in ?? () from /lib/aarch64-linux-gnu/libc.so.6 | |
17:01:23 | |
17:01:23 Thread 8 (Thread 0xffffa45001d0 (LWP 27353)): | |
17:01:23 #0 0x0000ffffaa026aac in do_futex_wait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #1 0x0000ffffaa026b78 in __new_sem_wait_slow () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #2 0x0000ffffaa026c94 in sem_timedwait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #3 0x0000aaaaafa38030 in mono_os_sem_timedwait (flags=MONO_SEM_FLAGS_ALERTABLE, timeout_ms=20176, sem=0xaaaaafb91a88 <worker+72>) at ../../mono/utils/mono-os-semaphore.h:258 | |
17:01:23 #4 mono_coop_sem_timedwait (sem=0xaaaaafb91a88 <worker+72>, flags=MONO_SEM_FLAGS_ALERTABLE, timeout_ms=20176) at ../../mono/utils/mono-coop-semaphore.h:57 | |
17:01:23 #5 worker_park () at threadpool-worker-default.c:391 | |
17:01:23 #6 worker_thread (unused=<optimized out>) at threadpool-worker-default.c:483 | |
17:01:23 #7 0x0000aaaaaf9dfb64 in start_wrapper_internal (stack_ptr=<optimized out>, start_info=0x0) at threads.c:1100 | |
17:01:23 #8 start_wrapper (data=0xffff800084c0) at threads.c:1160 | |
17:01:23 #9 0x0000ffffaa01e0a0 in start_thread () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #10 0x0000ffffa9f94eac in ?? () from /lib/aarch64-linux-gnu/libc.so.6 | |
17:01:23 | |
17:01:23 Thread 7 (Thread 0xffffa51231d0 (LWP 25518)): | |
17:01:23 #0 0x0000ffffaa026aac in do_futex_wait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #1 0x0000ffffaa026b78 in __new_sem_wait_slow () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #2 0x0000ffffaa026c94 in sem_timedwait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #3 0x0000aaaaafa38030 in mono_os_sem_timedwait (flags=MONO_SEM_FLAGS_ALERTABLE, timeout_ms=50079, sem=0xaaaaafb91a88 <worker+72>) at ../../mono/utils/mono-os-semaphore.h:258 | |
17:01:23 #4 mono_coop_sem_timedwait (sem=0xaaaaafb91a88 <worker+72>, flags=MONO_SEM_FLAGS_ALERTABLE, timeout_ms=50079) at ../../mono/utils/mono-coop-semaphore.h:57 | |
17:01:23 #5 worker_park () at threadpool-worker-default.c:391 | |
17:01:23 #6 worker_thread (unused=<optimized out>) at threadpool-worker-default.c:483 | |
17:01:23 #7 0x0000aaaaaf9dfb64 in start_wrapper_internal (stack_ptr=<optimized out>, start_info=0x0) at threads.c:1100 | |
17:01:23 #8 start_wrapper (data=0xffff9402eef0) at threads.c:1160 | |
17:01:23 #9 0x0000ffffaa01e0a0 in start_thread () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #10 0x0000ffffa9f94eac in ?? () from /lib/aarch64-linux-gnu/libc.so.6 | |
17:01:23 | |
17:01:23 Thread 6 (Thread 0xffff76fff1d0 (LWP 6894)): | |
17:01:23 #0 0x0000ffffaa026aac in do_futex_wait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #1 0x0000ffffaa026b78 in __new_sem_wait_slow () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #2 0x0000ffffaa026c94 in sem_timedwait () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #3 0x0000aaaaafa38030 in mono_os_sem_timedwait (flags=MONO_SEM_FLAGS_ALERTABLE, timeout_ms=31824, sem=0xaaaaafb91a88 <worker+72>) at ../../mono/utils/mono-os-semaphore.h:258 | |
17:01:23 #4 mono_coop_sem_timedwait (sem=0xaaaaafb91a88 <worker+72>, flags=MONO_SEM_FLAGS_ALERTABLE, timeout_ms=31824) at ../../mono/utils/mono-coop-semaphore.h:57 | |
17:01:23 #5 worker_park () at threadpool-worker-default.c:391 | |
17:01:23 #6 worker_thread (unused=<optimized out>) at threadpool-worker-default.c:483 | |
17:01:23 #7 0x0000aaaaaf9dfb64 in start_wrapper_internal (stack_ptr=<optimized out>, start_info=0x0) at threads.c:1100 | |
17:01:23 #8 start_wrapper (data=0xffff80001c10) at threads.c:1160 | |
17:01:23 #9 0x0000ffffaa01e0a0 in start_thread () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #10 0x0000ffffa9f94eac in ?? () from /lib/aarch64-linux-gnu/libc.so.6 | |
17:01:23 | |
17:01:23 Thread 5 (Thread 0xffff77fff1d0 (LWP 6426)): | |
17:01:23 #0 0x0000ffffa9f8cc28 in poll () from /lib/aarch64-linux-gnu/libc.so.6 | |
17:01:23 #1 0x0000aaaaafa993e8 in mono_poll (ufds=<optimized out>, nfds=<optimized out>, timeout=<optimized out>) at mono-poll.c:30 | |
17:01:23 #2 0x0000aaaaaf9e2dc0 in poll_event_wait (callback=0xaaaaaf9e3558 <wait_callback>, user_data=0xffff58017da0) at threadpool-io-poll.c:146 | |
17:01:23 #3 0x0000aaaaaf9e3c8c in selector_thread (data=<optimized out>) at threadpool-io.c:451 | |
17:01:23 #4 0x0000aaaaaf9dfb64 in start_wrapper_internal (stack_ptr=<optimized out>, start_info=0x0) at threads.c:1100 | |
17:01:23 #5 start_wrapper (data=0xaaaacb99ce80) at threads.c:1160 | |
17:01:23 #6 0x0000ffffaa01e0a0 in start_thread () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #7 0x0000ffffa9f94eac in ?? () from /lib/aarch64-linux-gnu/libc.so.6 | |
17:01:23 | |
17:01:23 Thread 4 (Thread 0xffffa427f1d0 (LWP 5912)): | |
17:01:23 #0 0x0000ffffaa02468c in pthread_cond_timedwait@@GLIBC_2.17 () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #1 0x0000aaaaafa97494 in mono_os_cond_timedwait (cond=cond@entry=0xaaaaca3b6438, mutex=mutex@entry=0xaaaaca3b6408, timeout_ms=timeout_ms@entry=59477) at mono-os-mutex.c:75 | |
17:01:23 #2 0x0000aaaaaf9f5028 in mono_coop_cond_timedwait (timeout_ms=59477, mutex=0xaaaaca3b6408, cond=0xaaaaca3b6438) at ../../mono/utils/mono-coop-mutex.h:102 | |
17:01:23 #3 mono_w32handle_timedwait_signal_naked (alerted=0xffffa427dc30, poll=0, timeout=59477, mutex=0xaaaaca3b6408, cond=0xaaaaca3b6438) at w32handle.c:646 | |
17:01:23 #4 mono_w32handle_timedwait_signal_handle (handle_data=0xaaaaca3b63f8, timeout=59477, alerted=alerted@entry=0xffffa427dc30, poll=0) at w32handle.c:761 | |
17:01:23 #5 0x0000aaaaaf9f6320 in mono_w32handle_wait_one (handle=<optimized out>, timeout=59477, timeout@entry=0, alertable=alertable@entry=1) at w32handle.c:879 | |
17:01:23 #6 0x0000aaaaaf9f6960 in mono_w32handle_wait_multiple (handles=handles@entry=0xffffa427e3f0, nhandles=nhandles@entry=1, waitall=waitall@entry=0, timeout=0, timeout@entry=59477, alertable=alertable@entry=1) at w32handle.c:917 | |
17:01:23 #7 0x0000aaaaaf9dd8f0 in ves_icall_System_Threading_WaitHandle_Wait_internal (handles=0xffffa427e3f0, numhandles=<optimized out>, waitall=<optimized out>, timeout=59477, error=0xffffa427e308) at threads.c:2056 | |
17:01:23 #8 0x0000ffffa5931760 in ?? () | |
17:01:23 #9 0x0000000000000001 in ?? () | |
17:01:23 Backtrace stopped: previous frame identical to this frame (corrupt stack?) | |
17:01:23 | |
17:01:23 Thread 3 (Thread 0xffffa73a81d0 (LWP 4292)): | |
17:01:23 #0 0x0000ffffaa026870 in do_futex_wait.constprop () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #1 0x0000ffffaa026928 in __new_sem_wait_slow.constprop.0 () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #2 0x0000aaaaafa22b14 in mono_os_sem_wait (flags=MONO_SEM_FLAGS_ALERTABLE, sem=0xaaaaafb91328 <finalizer_sem>) at ../../mono/utils/mono-os-semaphore.h:209 | |
17:01:23 #3 mono_coop_sem_wait (flags=MONO_SEM_FLAGS_ALERTABLE, sem=0xaaaaafb91328 <finalizer_sem>) at ../../mono/utils/mono-coop-semaphore.h:43 | |
17:01:23 #4 finalizer_thread (unused=<optimized out>) at gc.c:903 | |
17:01:23 #5 0x0000aaaaaf9dfb64 in start_wrapper_internal (stack_ptr=<optimized out>, start_info=0x0) at threads.c:1100 | |
17:01:23 #6 start_wrapper (data=0xaaaaca4138d0) at threads.c:1160 | |
17:01:23 #7 0x0000ffffaa01e0a0 in start_thread () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #8 0x0000ffffa9f94eac in ?? () from /lib/aarch64-linux-gnu/libc.so.6 | |
17:01:23 | |
17:01:23 Thread 2 (Thread 0xffffa97ff1d0 (LWP 4290)): | |
17:01:23 #0 0x0000ffffaa0242c8 in pthread_cond_wait@@GLIBC_2.17 () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #1 0x0000aaaaafa8acec in mono_os_cond_wait (mutex=0xaaaaafb9fda0 <lock>, cond=0xaaaaafb9fdf0 <work_cond>) at ../../mono/utils/mono-os-mutex.h:173 | |
17:01:23 #2 get_work (job=<synthetic pointer>, do_idle=<synthetic pointer>, work_context=<synthetic pointer>, worker_index=0) at sgen-thread-pool.c:165 | |
17:01:23 #3 thread_func (data=<optimized out>) at sgen-thread-pool.c:196 | |
17:01:23 #4 0x0000ffffaa01e0a0 in start_thread () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:23 #5 0x0000ffffa9f94eac in ?? () from /lib/aarch64-linux-gnu/libc.so.6 | |
17:01:23 | |
17:01:23 Thread 1 (Thread 0xffffaa1378c0 (LWP 4238)): | |
17:01:24 #0 0x0000ffffaa028a38 in waitpid () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:24 #1 0x0000aaaaaf8b95b0 in mono_handle_native_crash (signal=0xaaaaafac85d8 "SIGABRT", ctx=<optimized out>, info=<optimized out>) at mini-exceptions.c:2841 | |
17:01:24 #2 <signal handler called> | |
17:01:24 #3 0x0000ffffaa024690 in pthread_cond_timedwait@@GLIBC_2.17 () from /lib/aarch64-linux-gnu/libpthread.so.0 | |
17:01:24 #4 0x0000aaaaafa97494 in mono_os_cond_timedwait (cond=cond@entry=0xaaaacb62f2e8, mutex=mutex@entry=0xaaaacb62f2b8, timeout_ms=timeout_ms@entry=5000) at mono-os-mutex.c:75 | |
17:01:24 #5 0x0000aaaaaf9f5028 in mono_coop_cond_timedwait (timeout_ms=5000, mutex=0xaaaacb62f2b8, cond=0xaaaacb62f2e8) at ../../mono/utils/mono-coop-mutex.h:102 | |
17:01:24 #6 mono_w32handle_timedwait_signal_naked (alerted=0xffffda619140, poll=0, timeout=5000, mutex=0xaaaacb62f2b8, cond=0xaaaacb62f2e8) at w32handle.c:646 | |
17:01:24 #7 mono_w32handle_timedwait_signal_handle (handle_data=0xaaaacb62f2a8, timeout=5000, alerted=alerted@entry=0xffffda619140, poll=0) at w32handle.c:761 | |
17:01:24 #8 0x0000aaaaaf9f6320 in mono_w32handle_wait_one (handle=handle@entry=0xaaaacb62f2a8, timeout=timeout@entry=5000, alertable=alertable@entry=1) at w32handle.c:879 | |
17:01:24 #9 0x0000aaaaafa2c940 in ves_icall_System_Threading_Monitor_Monitor_wait (obj=0xffffa9a81bd0, ms=5000) at monitor.c:1394 | |
17:01:24 #10 0x0000ffffa4075878 in ?? () | |
17:01:24 #11 0x0000aaaaaf982a54 in ves_icall_System_Environment_get_TickCount () at icall.c:7057 | |
17:01:24 #12 0x0000ffffa9c62560 in ?? () | |
17:01:24 Backtrace stopped: previous frame inner to this frame (corrupt stack?) | |
17:01:24 | |
17:01:24 ================================================================= | |
17:01:24 Got a SIGABRT while executing native code. This usually indicates | |
17:01:24 a fatal error in the mono runtime or one of the native libraries | |
17:01:24 used by your application. | |
17:01:24 ================================================================= |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment