Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native crash on Mono in various test assemblies #32827

Closed
ViktorHofer opened this issue Feb 25, 2020 · 4 comments
Closed

Native crash on Mono in various test assemblies #32827

ViktorHofer opened this issue Feb 25, 2020 · 4 comments
Labels
blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' runtime-mono specific to the Mono runtime untriaged New issue has not been triaged by the area owner

Comments

@ViktorHofer
Copy link
Member

https://dnceng.visualstudio.com/public/_build/results?buildId=535480&view=ms.vss-test-web.build-test-results-tab&runId=16999830&resultId=172041&paneView=attachments

Configuration: netcoreapp5.0-OSX-Release-x64-Mono_release-OSX.1014.Amd64.Open

Executed on dci-mac-build-113.local
+ ./RunTests.sh --runtime-path /tmp/helix/working/9CF808C3/p --rsp-file mono.issues.rsp
----- start Tue Feb 25 00:49:35 PST 2020 =============== To repro directly: =====================================================
pushd .
/tmp/helix/working/9CF808C3/p/dotnet exec --runtimeconfig System.Drawing.Common.Tests.runtimeconfig.json --depsfile System.Drawing.Common.Tests.deps.json xunit.console.dll System.Drawing.Common.Tests.dll -xml testResults.xml -nologo -nocolor -notrait category=IgnoreForCI -notrait category=OuterLoop -notrait category=failing -notrait category=nonnetcoreapptests -notrait category=nonosxtests @mono.issues.rsp
popd
===========================================================================================================
/private/tmp/helix/working/9CF808C3/w/B32809B0/e /private/tmp/helix/working/9CF808C3/w/B32809B0/e
  Discovering: System.Drawing.Common.Tests (method display = ClassAndMethod, method display options = None)
  Discovered:  System.Drawing.Common.Tests (found 1563 of 1965 test cases)
  Starting:    System.Drawing.Common.Tests (parallel test collections = on, max threads = 4)
    System.Drawing.Drawing2D.Tests.ColorBlendTests.Ctor_LargeCount_ThrowsOutOfMemoryException [SKIP]
      Condition(s) not met: "IsNotIntMaxValueArrayIndexSupported"

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

=================================================================
	Native stacktrace:
=================================================================
	0x1093b1212 - /private/tmp/helix/working/9CF808C3/p/shared/Microsoft.NETCore.App/5.0.0/libcoreclr.dylib : mono_dump_native_crash_info
	0x109352df5 - /private/tmp/helix/working/9CF808C3/p/shared/Microsoft.NETCore.App/5.0.0/libcoreclr.dylib : mono_handle_native_crash
	0x1093b081f - /private/tmp/helix/working/9CF808C3/p/shared/Microsoft.NETCore.App/5.0.0/libcoreclr.dylib : sigabrt_signal_handler
	0x7fff642cab5d - /usr/lib/system/libsystem_platform.dylib : _sigtramp
	0x0 - Unknown
	0x7fff641846a6 - /usr/lib/system/libsystem_c.dylib : abort
	0x7fff64293077 - /usr/lib/system/libsystem_malloc.dylib : malloc_vreport
	0x7fff642abe0d - /usr/lib/system/libsystem_malloc.dylib : malloc_zone_error
	0x7fff6428f878 - /usr/lib/system/libsystem_malloc.dylib : tiny_free_list_remove_ptr
	0x7fff6428d21c - /usr/lib/system/libsystem_malloc.dylib : tiny_free_no_lock
	0x7fff6428cd79 - /usr/lib/system/libsystem_malloc.dylib : free_tiny
	0x10db3dbc2 - /usr/local/lib/libgdiplus.dylib : GdipDeleteGraphics
	0x18f28e145 - Unknown
	0x18eddeeb1 - Unknown
	0x1092b6c2e - /private/tmp/helix/working/9CF808C3/p/shared/Microsoft.NETCore.App/5.0.0/libcoreclr.dylib : mono_jit_runtime_invoke
	0x10948c058 - /private/tmp/helix/working/9CF808C3/p/shared/Microsoft.NETCore.App/5.0.0/libcoreclr.dylib : mono_runtime_invoke_checked
	0x1094939dc - /private/tmp/helix/working/9CF808C3/p/shared/Microsoft.NETCore.App/5.0.0/libcoreclr.dylib : mono_runtime_try_invoke_array
	0x10943ebd4 - /private/tmp/helix/working/9CF808C3/p/shared/Microsoft.NETCore.App/5.0.0/libcoreclr.dylib : ves_icall_InternalInvoke
	0x10944a934 - /private/tmp/helix/working/9CF808C3/p/shared/Microsoft.NETCore.App/5.0.0/libcoreclr.dylib : ves_icall_InternalInvoke_raw
	0x10dab6b29 - Unknown
	0x10dab5ca9 - Unknown
	0x18ede24db - Unknown
	0x18ede2393 - Unknown
	0x18ede1c4b - Unknown
	0x18ede1ab3 - Unknown
	0x18ede11f3 - Unknown
	0x18ede106b - Unknown
	0x18edcfc93 - Unknown
	0x18eddff63 - Unknown
	0x18eddd28b - Unknown
	0x18eddd133 - Unknown
	0x18eddc8f3 - Unknown
	0x18eddc6eb - Unknown
	0x18eddb411 - Unknown
	0x18eddb093 - Unknown
	0x18eddaecb - Unknown
	0x18edda5cb - Unknown
	0x18edda483 - Unknown
	0x18edd8d5b - Unknown
	0x18edd8c03 - Unknown
	0x18edd5c3b - Unknown
	0x18edd5663 - Unknown
	0x18edd5123 - Unknown
	0x18edd5833 - Unknown
	0x18edd4cd3 - Unknown
	0x18edd47ab - Unknown

=================================================================
	Telemetry Dumper:
=================================================================

@akoeplinger @steveisok can you please loop in team members who can look into this.

@Dotnet-GitSync-Bot Dotnet-GitSync-Bot added area-System.Drawing untriaged New issue has not been triaged by the area owner labels Feb 25, 2020
@marek-safar marek-safar added the runtime-mono specific to the Mono runtime label Feb 25, 2020
@ViktorHofer
Copy link
Member Author

@ViktorHofer
Copy link
Member Author


=================================================================
	Native stacktrace:
=================================================================
	0x10305c7c6 - /private/tmp/helix/working/960B089E/p/shared/Microsoft.NETCore.App/5.0.0/libcoreclr.dylib : mono_dump_native_crash_info
	0x102ffe3b5 - /private/tmp/helix/working/960B089E/p/shared/Microsoft.NETCore.App/5.0.0/libcoreclr.dylib : mono_handle_native_crash
	0x1030570e3 - /private/tmp/helix/working/960B089E/p/shared/Microsoft.NETCore.App/5.0.0/libcoreclr.dylib : altstack_handle_and_restore
	0x1030ed4ab - /private/tmp/helix/working/960B089E/p/shared/Microsoft.NETCore.App/5.0.0/libcoreclr.dylib : ves_icall_System_Reflection_Assembly_InternalGetAssemblyName
	0x1030f3926 - /private/tmp/helix/working/960B089E/p/shared/Microsoft.NETCore.App/5.0.0/libcoreclr.dylib : ves_icall_System_Reflection_Assembly_InternalGetAssemblyName_raw
	0x107dadd0e - Unknown
	0x107da48c3 - Unknown
	0x107a28f53 - Unknown
	0x107a29636 - Unknown
	0x102f6210e - /private/tmp/helix/working/960B089E/p/shared/Microsoft.NETCore.App/5.0.0/libcoreclr.dylib : mono_jit_runtime_invoke
	0x103136d38 - /private/tmp/helix/working/960B089E/p/shared/Microsoft.NETCore.App/5.0.0/libcoreclr.dylib : mono_runtime_invoke_checked
	0x10313e6bc - /private/tmp/helix/working/960B089E/p/shared/Microsoft.NETCore.App/5.0.0/libcoreclr.dylib : mono_runtime_try_invoke_array
	0x1030e9844 - /private/tmp/helix/working/960B089E/p/shared/Microsoft.NETCore.App/5.0.0/libcoreclr.dylib : ves_icall_InternalInvoke
	0x1030f55e4 - /private/tmp/helix/working/960B089E/p/shared/Microsoft.NETCore.App/5.0.0/libcoreclr.dylib : ves_icall_InternalInvoke_raw
	0x1076e54f9 - Unknown
	0x1076e4679 - Unknown
	0x107a2743b - Unknown
	0x107a27313 - Unknown
	0x107a2642b - Unknown
	0x107a25d13 - Unknown
	0x107a25103 - Unknown
	0x107a240db - Unknown
	0x107a0f993 - Unknown
	0x107a23fb3 - Unknown
	0x107a1dcbb - Unknown
	0x107a1db73 - Unknown
	0x107a1cde3 - Unknown
	0x107a1cafb - Unknown
	0x107a1ad21 - Unknown
	0x107a1a0d3 - Unknown
	0x107a19e9b - Unknown
	0x107a189bb - Unknown
	0x107a18713 - Unknown
	0x107a164db - Unknown
	0x107a0ee93 - Unknown
	0x107a0bc3b - Unknown
	0x107a0b733 - Unknown
	0x107a0b603 - Unknown
	0x107a0a80e - Unknown
	0x107a09fab - Unknown
	0x107a09e73 - Unknown
	0x107a08fbb - Unknown
	0x107a08e93 - Unknown
	0x107a01e0e - Unknown
	0x107a0112b - Unknown
	0x107a00db3 - Unknown
	0x1079fce03 - Unknown
	0x1079fccd3 - Unknown
	0x1079fbc85 - Unknown
	0x1079fb5bb - Unknown
	0x1079fb483 - Unknown
	0x1079f5e63 - Unknown
	0x1079f5c23 - Unknown
	0x1079f4ca8 - Unknown
	0x1077b3013 - Unknown
	0x1079f46a3 - Unknown
	0x1079cb063 - Unknown
	0x1077b3816 - Unknown
	0x1077b3013 - Unknown
	0x1077b276b - Unknown

=================================================================
	Telemetry Dumper:
=================================================================
Pkilling 0x123145440759808x from 0x123145451307008x
Pkilling 0x123145438650368x from 0x123145451307008x
Pkilling 0x123145436004352x from 0x123145451307008x
Pkilling 0x123145453416448x from 0x123145451307008x
Pkilling 0x123145449197568x from 0x123145451307008x
Pkilling 0x4516152768x from 0x123145451307008x
Pkilling 0x123145447088128x from 0x123145451307008x
Pkilling 0x123145444978688x from 0x123145451307008x
Pkilling 0x123145442869248x from 0x123145451307008x
Could not exec mono-hang-watchdog, expected on path '/usr/local/etc/../bin/mono-hang-watchdog' (errno 2)
Entering thread summarizer pause from 0x123145451307008x
Finished thread summarizer pause from 0x123145451307008x.

Waiting for dumping threads to resume

=================================================================
	External Debugger Dump:
=================================================================

=================================================================
	Basic Fault Address Reporting
=================================================================
Memory around native instruction pointer (0x1030ed4ab):0x1030ed49b  8d 15 51 b5 17 00 4c 89 ff e8 57 8b 11 00 eb 54  ..Q...L...W....T
0x1030ed4ab  48 8b 3c 25 c0 04 00 00 48 85 ff 74 32 48 83 c7  H.<%....H..t2H..
0x1030ed4bb  7c e8 6f 94 fd ff 31 d2 83 f8 01 0f 94 c2 eb 21  |.o...1........!
0x1030ed4cb  31 c0 48 85 c9 75 9c 48 8d 3d 3f 25 17 00 48 8d  1.H..u.H.=?%..H.

=================================================================
	Managed Stacktrace:
=================================================================
	  at <unknown> <0xffffffff>
	  at System.Reflection.Assembly:InternalGetAssemblyName <0x0009d>
	  at System.Reflection.AssemblyName:GetFileInformationCore <0x0008a>
	  at System.Reflection.AssemblyName:GetAssemblyName <0x00042>
	  at <>c:<GetAssemblyName>b__22_2 <0x0003a>
	  at Xunit.Assert:RecordException <0x00057>
	  at Xunit.Assert:Throws <0x00062>
	  at System.Reflection.Tests.AssemblyNameTests:GetAssemblyName <0x00342>
	  at System.Object:runtime_invoke_void <0x000a5>
	  at <unknown> <0xffffffff>
	  at System.Reflection.RuntimeMethodInfo:InternalInvoke <0x000b8>
	  at System.Reflection.RuntimeMethodInfo:Invoke <0x0016a>
	  at System.Reflection.MethodBase:Invoke <0x00058>
	  at Xunit.Sdk.TestInvoker`1:CallTestMethod <0x0005a>
	  at <<InvokeTestMethodAsync>b__1>d:MoveNext <0x0040a>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x0010a>
	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder:Start <0x00042>
	  at <>c__DisplayClass48_1:<InvokeTestMethodAsync>b__1 <0x000de>
	  at <AggregateAsync>d__4:MoveNext <0x000f5>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x0010a>
	  at Xunit.Sdk.ExecutionTimer:AggregateAsync <0x000e2>
	  at <>c__DisplayClass48_1:<InvokeTestMethodAsync>b__0 <0x0018a>
	  at <RunAsync>d__9:MoveNext <0x000a0>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x00102>
	  at Xunit.Sdk.ExceptionAggregator:RunAsync <0x000da>
	  at <InvokeTestMethodAsync>d__48:MoveNext <0x003ba>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x00112>
	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x00042>
	  at Xunit.Sdk.TestInvoker`1:InvokeTestMethodAsync <0x0010e>
	  at Xunit.Sdk.XunitTestInvoker:InvokeTestMethodAsync <0x0013a>
	  at <<RunAsync>b__47_0>d:MoveNext <0x00779>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x0011a>
	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x00042>
	  at Xunit.Sdk.TestInvoker`1:<RunAsync>b__47_0 <0x000e6>
	  at <RunAsync>d__10`1:MoveNext <0x000cb>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x00102>
	  at Xunit.Sdk.ExceptionAggregator:RunAsync <0x000fa>
	  at Xunit.Sdk.TestInvoker`1:RunAsync <0x0012a>
	  at Xunit.Sdk.XunitTestRunner:InvokeTestMethodAsync <0x0010a>
	  at <InvokeTestAsync>d__4:MoveNext <0x00210>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x00112>
	  at Xunit.Sdk.XunitTestRunner:InvokeTestAsync <0x000ea>
	  at <>c__DisplayClass43_0:<RunAsync>b__0 <0x00043>
	  at <RunAsync>d__10`1:MoveNext <0x000ab>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x0010a>
	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x00042>
	  at Xunit.Sdk.ExceptionAggregator:RunAsync <0x0015e>
	  at <RunAsync>d__43:MoveNext <0x005b2>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x0011a>
	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x00042>
	  at Xunit.Sdk.TestRunner`1:RunAsync <0x0010e>
	  at Xunit.Sdk.XunitTestCaseRunner:RunTestAsync <0x000f2>
	  at <RunAsync>d__19:MoveNext <0x003ca>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x00112>
	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x00042>
	  at Xunit.Sdk.TestCaseRunner`1:RunAsync <0x0010e>
	  at Xunit.Sdk.XunitTestCase:RunAsync <0x000f2>
	  at Xunit.Sdk.XunitTestMethodRunner:RunTestCaseAsync <0x000bd>
	  at <RunTestCasesAsync>d__32:MoveNext <0x001ea>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x0011a>
	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x00042>
	  at Xunit.Sdk.TestMethodRunner`1:RunTestCasesAsync <0x0010e>
	  at <RunAsync>d__31:MoveNext <0x001f8>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x0010a>
	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x00042>
	  at Xunit.Sdk.TestMethodRunner`1:RunAsync <0x00106>
	  at Xunit.Sdk.XunitTestClassRunner:RunTestMethodAsync <0x0012a>
	  at <RunTestMethodsAsync>d__38:MoveNext <0x00afd>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x0012a>
	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x00042>
	  at Xunit.Sdk.TestClassRunner`1:RunTestMethodsAsync <0x0011e>
	  at <RunAsync>d__37:MoveNext <0x00405>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x00112>
	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x00042>
	  at Xunit.Sdk.TestClassRunner`1:RunAsync <0x0010e>
	  at Xunit.Sdk.XunitTestCollectionRunner:RunTestClassAsync <0x00132>
	  at <RunTestClassesAsync>d__28:MoveNext <0x004e4>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x0011a>
	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x00042>
	  at Xunit.Sdk.TestCollectionRunner`1:RunTestClassesAsync <0x0010e>
	  at <RunAsync>d__27:MoveNext <0x00402>
	  at System.Runtime.CompilerServices.AsyncMethodBuilderCore:Start <0x00112>
	  at System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1:Start <0x00042>
	  at Xunit.Sdk.TestCollectionRunner`1:RunAsync <0x0010e>
	  at Xunit.Sdk.XunitTestAssemblyRunner:RunTestCollectionAsync <0x0010a>
	  at <>c__DisplayClass14_2:<RunTestCollectionsAsync>b__2 <0x00067>
	  at System.Threading.Tasks.Task`1:InnerInvoke <0x00097>
	  at <>c:<.cctor>b__274_0 <0x00036>
	  at System.Threading.ExecutionContext:RunInternal <0x00118>
	  at System.Threading.Tasks.Task:ExecuteWithThreadLocal <0x00312>
	  at System.Threading.Tasks.Task:ExecuteEntry <0x000f2>
	  at <>c:<.cctor>b__8_0 <0x0006a>
	  at Xunit.Sdk.MaxConcurrencySyncContext:RunOnSyncContext <0x0006e>
	  at <>c__DisplayClass11_0:<WorkerThreadProc>b__0 <0x0005a>
	  at System.Threading.ExecutionContext:RunInternal <0x00118>
	  at System.Threading.ExecutionContext:Run <0x00072>
	  at System.Object:lambda_method2 <0x0008a>
	  at Xunit.Sdk.ExecutionContextHelper:Run <0x00081>
	  at Xunit.Sdk.MaxConcurrencySyncContext:WorkerThreadProc <0x00262>
	  at <>c:<QueueUserWorkItem>b__5_0 <0x00076>
	  at System.Threading.Tasks.Task:InnerInvoke <0x000b5>
	  at <>c:<.cctor>b__274_0 <0x00036>
	  at System.Threading.ExecutionContext:RunInternal <0x00118>
	  at System.Threading.Tasks.Task:ExecuteWithThreadLocal <0x00312>
	  at System.Threading.Tasks.Task:ExecuteEntryUnsafe <0x000ba>
	  at <>c:<.cctor>b__10_0 <0x0006a>
	  at System.Threading.Thread:StartCallback <0x0012c>
	  at System.Object:runtime_invoke_void__this__ <0x000b0>

@ViktorHofer ViktorHofer added blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' and removed area-System.Drawing labels Mar 3, 2020
@ViktorHofer ViktorHofer changed the title Native crash on Mono in System.Drawing.Common.Tests Native crash on Mono in various test assemblies Mar 3, 2020
@jaredpar
Copy link
Member

jaredpar commented Mar 3, 2020

Looks like this hit two builds so far but when it hits it's catastrophic

Builds

Build Pull Request Test Failure Count
#543058 #32865 9
#544207 #33094 9

Configurations

  • netcoreapp5.0-Linux-Debug-x64-CoreCLR_checked-Ubuntu.1804.Amd64.Open
  • netcoreapp5.0-Linux-Debug-x64-CoreCLR_release-Centos.7.Amd64.Open
  • netcoreapp5.0-Linux-Debug-x64-CoreCLR_release-RedHat.7.Amd64.Open
  • netcoreapp5.0-Linux-Debug-x64-CoreCLR_release-Ubuntu.1604.Amd64.Open
  • netcoreapp5.0-Linux-Debug-x64-CoreCLR_release-Ubuntu.1804.Amd64.Open
  • netcoreapp5.0-Linux-Debug-x64-Mono_release-(Fedora.29.Amd64.Open)ubuntu.1604.amd64.open@mcr.microsoft.com/dotnet-buildtools/prereqs:fedora-29-helix-a12566d-20191210224553
  • netcoreapp5.0-Linux-Debug-x64-Mono_release-Centos.7.Amd64.Open
  • netcoreapp5.0-Linux-Debug-x64-Mono_release-Debian.9.Amd64.Open
  • netcoreapp5.0-Linux-Debug-x64-Mono_release-RedHat.7.Amd64.Open
  • netcoreapp5.0-Linux-Debug-x64-Mono_release-SLES.15.Amd64.Open
  • netcoreapp5.0-Linux-Debug-x64-Mono_release-Ubuntu.1604.Amd64.Open
  • netcoreapp5.0-Linux-Debug-x64-Mono_release-Ubuntu.1804.Amd64.Open
  • netcoreapp5.0-OSX-Debug-x64-Mono_release-OSX.1013.Amd64.Open
  • netcoreapp5.0-OSX-Debug-x64-Mono_release-OSX.1014.Amd64.Open

Helix Logs

Build Pull Request Console Core Test Results
#543058 #32865 console.2a624fdc.log testResults.xml
#543058 #32865
#543058 #32865
#543058 #32865 console.655948f0.log testResults.xml
#543058 #32865 console.88008d9a.log testResults.xml
#543058 #32865 console.24f1625c.log testResults.xml
#543058 #32865 console.a530eae8.log testResults.xml
#543058 #32865 console.f5786027.log testResults.xml
#543058 #32865 console.e5e65c47.log testResults.xml
#544207 #33094 console.67751e2a.log
#544207 #33094 console.90fc36ad.log
#544207 #33094
#544207 #33094 console.e6e6f025.log core.1000.1788
#544207 #33094 console.5b526c27.log core.1000.1670
#544207 #33094 console.79643069.log core.1000.24881
#544207 #33094 console.1ac20af2.log core.1000.2568
#544207 #33094 console.b00d5e1e.log core.1000.10368
#544207 #33094

@steveisok
Copy link
Member

We had a PR merge too soon and it's been reverted.

#33116

@ghost ghost locked as resolved and limited conversation to collaborators Dec 10, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' runtime-mono specific to the Mono runtime untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

No branches or pull requests

5 participants