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

BinderTracingTest_ResolutionFlow test fails #90593

Closed
steveharter opened this issue Aug 15, 2023 · 3 comments · Fixed by #90826
Closed

BinderTracingTest_ResolutionFlow test fails #90593

steveharter opened this issue Aug 15, 2023 · 3 comments · Fixed by #90826
Labels
area-AssemblyLoader-coreclr blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab
Milestone

Comments

@steveharter
Copy link
Member

steveharter commented Aug 15, 2023

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=373766
Build error leg or test failing: Loader/binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.sh
Pull request: #90536

Error Message

From the log:

Starting:    Loader.binding.XUnitWrapper (parallel test collections = on, max threads = 12)
    Loader/binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.sh [FAIL]
      [createdump] Invalid process id: task_for_pid(49565) FAILED (os/kern) failure (5)
      [createdump] This failure may be because createdump or the application is not properly signed and entitled.
      [createdump] Failure took 1ms
      waitpid() returned successfully (wstatus 0000ff00) WEXITSTATUS ff WTERMSIG 0
      /private/tmp/helix/working/C3180A61/w/9FDF083E/e/Loader/binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.sh: line 454: 49565 Segmentation fault: 11  (core dumped) $LAUNCHER $ExePath "${CLRTestExecutionArguments[@]}"
      
      Return code:      1
      Raw output file:      /tmp/helix/working/C3180A61/w/9FDF083E/uploads/Reports/Loader.binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.output.txt
      Raw output:
      BEGIN EXECUTION
      /tmp/helix/working/C3180A61/p/corerun -p System.Reflection.Metadata.MetadataUpdater.IsSupported=false -p System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization=true BinderTracingTest.ResolutionFlow.dll ''
      [10:18:00 PM] Running AssemblyLoadContextResolving_ReturnNull...
      [10:18:01 PM] Running AssemblyLoadContextResolving_LoadAssembly...
      [10:18:01 PM] Running AssemblyLoadContextResolving_NameMismatch...
      [10:18:01 PM] Running AssemblyLoadContextResolving_MultipleHandlers...
      [10:18:02 PM] Running AppDomainAssemblyResolve_ReturnNull...
      [10:18:02 PM] Running AppDomainAssemblyResolve_LoadAssembly...
      [10:18:02 PM] Running AppDomainAssemblyResolve_NameMismatch...
      [10:18:02 PM] Running AppDomainAssemblyResolve_MultipleHandlers...
      [10:18:02 PM] Launching process for AssemblyLoadFromResolveHandler_LoadDependency...
      [createdump] Target process is alive
      Expected: 100
      Actual: 139
      END EXECUTION - FAILED
      Test failed. Trying to see if dump file was created in /cores since 8/14/2023 10:18:00 PM
      Test Harness Exitcode is : 1
      To run the test:
      > set CORE_ROOT=/tmp/helix/working/C3180A61/p
      > /private/tmp/helix/working/C3180A61/w/9FDF083E/e/Loader/binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.sh
      Expected: True
      Actual:   False
      Stack Trace:
           at Loader_binding._tracing_BinderTracingTest_ResolutionFlow_BinderTracingTest_ResolutionFlow_._tracing_BinderTracingTest_ResolutionFlow_BinderTracingTest_ResolutionFlow_sh()
           at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
           at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
      Output:
        [createdump] Invalid process id: task_for_pid(49565) FAILED (os/kern) failure (5)
        [createdump] This failure may be because createdump or the application is not properly signed and entitled.
        [createdump] Failure took 1ms
        waitpid() returned successfully (wstatus 0000ff00) WEXITSTATUS ff WTERMSIG 0
        /private/tmp/helix/working/C3180A61/w/9FDF083E/e/Loader/binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.sh: line 454: 49565 Segmentation fault: 11  (core dumped) $LAUNCHER $ExePath "${CLRTestExecutionArguments[@]}"
        
        Return code:      1
        Raw output file:      /tmp/helix/working/C3180A61/w/9FDF083E/uploads/Reports/Loader.binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.output.txt
        Raw output:
        BEGIN EXECUTION
        /tmp/helix/working/C3180A61/p/corerun -p System.Reflection.Metadata.MetadataUpdater.IsSupported=false -p System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization=true BinderTracingTest.ResolutionFlow.dll ''
        [10:18:00 PM] Running AssemblyLoadContextResolving_ReturnNull...
        [10:18:01 PM] Running AssemblyLoadContextResolving_LoadAssembly...
        [10:18:01 PM] Running AssemblyLoadContextResolving_NameMismatch...
        [10:18:01 PM] Running AssemblyLoadContextResolving_MultipleHandlers...
        [10:18:02 PM] Running AppDomainAssemblyResolve_ReturnNull...
        [10:18:02 PM] Running AppDomainAssemblyResolve_LoadAssembly...
        [10:18:02 PM] Running AppDomainAssemblyResolve_NameMismatch...
        [10:18:02 PM] Running AppDomainAssemblyResolve_MultipleHandlers...
        [10:18:02 PM] Launching process for AssemblyLoadFromResolveHandler_LoadDependency...
        [createdump] Target process is alive
        Expected: 100
        Actual: 139
        END EXECUTION - FAILED
        Test failed. Trying to see if dump file was created in /cores since 8/14/2023 10:18:00 PM
        Test Harness Exitcode is : 1
        To run the test:
        > set CORE_ROOT=/tmp/helix/working/C3180A61/p
        > /private/tmp/helix/working/C3180A61/w/9FDF083E/e/Loader/binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.sh
{
  "ErrorMessage": "at Loader_binding._tracing_BinderTracingTest_ResolutionFlow_BinderTracingTest_ResolutionFlow_._tracing_BinderTracingTest_ResolutionFlow_BinderTracingTest_ResolutionFlow_sh()",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}

Known issue validation

Build: 🔎 https://dev.azure.com/dnceng-public/public/_build/results?buildId=373766
Error message validated: at Loader_binding._tracing_BinderTracingTest_ResolutionFlow_BinderTracingTest_ResolutionFlow_._tracing_BinderTracingTest_ResolutionFlow_BinderTracingTest_ResolutionFlow_sh()
Result validation: ✅ Known issue matched with the provided build.
Validation performed at: 8/15/2023 1:25:39 PM UTC

Report

Build Definition Test Pull Request
379711 dotnet/runtime PayloadGroup0.WorkItemExecution #90841
379525 dotnet/runtime PayloadGroup0.WorkItemExecution #90816
379068 dotnet/runtime Loader/binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.sh #90766
379491 dotnet/runtime Loader/binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.sh
378960 dotnet/runtime PayloadGroup0.WorkItemExecution
378953 dotnet/runtime PayloadGroup0.WorkItemExecution #90817
378961 dotnet/runtime PayloadGroup0.WorkItemExecution
378889 dotnet/runtime Loader/binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.sh #90814
378706 dotnet/runtime PayloadGroup0.WorkItemExecution #90799
378806 dotnet/runtime PayloadGroup0.WorkItemExecution #90255
378741 dotnet/runtime Loader/binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.sh #90792
378683 dotnet/runtime PayloadGroup0.WorkItemExecution
378751 dotnet/runtime PayloadGroup0.WorkItemExecution #90778
378684 dotnet/runtime PayloadGroup0.WorkItemExecution
378712 dotnet/runtime PayloadGroup0.WorkItemExecution #90802
378671 dotnet/runtime PayloadGroup0.WorkItemExecution #90796
378641 dotnet/runtime Loader/binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.sh #88572
378548 dotnet/runtime Loader/binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.sh #90790
378544 dotnet/runtime Loader/binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.sh #90790
378502 dotnet/runtime PayloadGroup0.WorkItemExecution #90789
378437 dotnet/runtime PayloadGroup0.WorkItemExecution
378417 dotnet/runtime PayloadGroup0.WorkItemExecution
378419 dotnet/runtime PayloadGroup0.WorkItemExecution
378393 dotnet/runtime PayloadGroup0.WorkItemExecution #89636
378365 dotnet/runtime Loader/binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.sh
378374 dotnet/runtime PayloadGroup0.WorkItemExecution #90734
378343 dotnet/runtime Loader/binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.sh
378363 dotnet/runtime PayloadGroup0.WorkItemExecution
378364 dotnet/runtime PayloadGroup0.WorkItemExecution
378344 dotnet/runtime PayloadGroup0.WorkItemExecution
378339 dotnet/runtime PayloadGroup0.WorkItemExecution
378291 dotnet/runtime PayloadGroup0.WorkItemExecution
378312 dotnet/runtime PayloadGroup0.WorkItemExecution
378266 dotnet/runtime PayloadGroup0.WorkItemExecution
378292 dotnet/runtime PayloadGroup0.WorkItemExecution
378195 dotnet/runtime PayloadGroup0.WorkItemExecution
378272 dotnet/runtime Loader/binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.sh #90778
378186 dotnet/runtime Loader/binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.sh #90681
378152 dotnet/runtime Loader/binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.sh #90558
378175 dotnet/runtime PayloadGroup0.WorkItemExecution #90777
378140 dotnet/runtime PayloadGroup0.WorkItemExecution #90773
377853 dotnet/runtime PayloadGroup0.WorkItemExecution
378155 dotnet/runtime PayloadGroup0.WorkItemExecution
378106 dotnet/runtime PayloadGroup0.WorkItemExecution
377988 dotnet/runtime PayloadGroup0.WorkItemExecution #90708
377994 dotnet/runtime PayloadGroup0.WorkItemExecution #90772
377965 dotnet/runtime PayloadGroup0.WorkItemExecution #90468
377927 dotnet/runtime PayloadGroup0.WorkItemExecution
377811 dotnet/runtime PayloadGroup0.WorkItemExecution
377783 dotnet/runtime PayloadGroup0.WorkItemExecution #90765
377681 dotnet/runtime Loader/binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.sh
377697 dotnet/runtime PayloadGroup0.WorkItemExecution #90418
377711 dotnet/runtime Loader/binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.sh #90681
373307 dotnet/runtime PayloadGroup0.WorkItemExecution #81993
377685 dotnet/runtime PayloadGroup0.WorkItemExecution #90749
377743 dotnet/runtime PayloadGroup0.WorkItemExecution
377736 dotnet/runtime PayloadGroup0.WorkItemExecution
377631 dotnet/runtime PayloadGroup0.WorkItemExecution #90761
377628 dotnet/runtime PayloadGroup0.WorkItemExecution #90623
377625 dotnet/runtime PayloadGroup0.WorkItemExecution #90623
374618 dotnet/runtime PayloadGroup0.WorkItemExecution #90556
377337 dotnet/runtime PayloadGroup0.WorkItemExecution #90735
377335 dotnet/runtime PayloadGroup0.WorkItemExecution #90735
377587 dotnet/runtime PayloadGroup0.WorkItemExecution #90758
377462 dotnet/runtime PayloadGroup0.WorkItemExecution
377459 dotnet/runtime PayloadGroup0.WorkItemExecution
377507 dotnet/runtime PayloadGroup0.WorkItemExecution #90752
377466 dotnet/runtime Loader/binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.sh
377460 dotnet/runtime Loader/binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.sh
377449 dotnet/runtime PayloadGroup0.WorkItemExecution #90747
377427 dotnet/runtime PayloadGroup0.WorkItemExecution #90468
377393 dotnet/runtime PayloadGroup0.WorkItemExecution #90739
377315 dotnet/runtime PayloadGroup0.WorkItemExecution #90734
377195 dotnet/runtime PayloadGroup0.WorkItemExecution #90727
377137 dotnet/runtime PayloadGroup0.WorkItemExecution #90724
377143 dotnet/runtime PayloadGroup0.WorkItemExecution
377189 dotnet/runtime PayloadGroup0.WorkItemExecution #90729
377156 dotnet/runtime PayloadGroup0.WorkItemExecution #90726
377123 dotnet/runtime Loader/binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.sh
377101 dotnet/runtime PayloadGroup0.WorkItemExecution #90719
377064 dotnet/runtime Loader/binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.sh
377080 dotnet/runtime Loader/binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.sh #90255
377045 dotnet/runtime Loader/binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.sh
377063 dotnet/runtime Loader/binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.sh
377061 dotnet/runtime PayloadGroup0.WorkItemExecution
376942 dotnet/runtime PayloadGroup0.WorkItemExecution
377027 dotnet/runtime Loader/binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.sh
376926 dotnet/runtime PayloadGroup0.WorkItemExecution #90700
376952 dotnet/runtime PayloadGroup0.WorkItemExecution
376985 dotnet/runtime PayloadGroup0.WorkItemExecution #90058
376960 dotnet/runtime PayloadGroup0.WorkItemExecution #90712
376839 dotnet/runtime PayloadGroup0.WorkItemExecution
376894 dotnet/runtime PayloadGroup0.WorkItemExecution #90708
376937 dotnet/runtime Loader/binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.sh
376832 dotnet/runtime Loader/binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.sh #90695
376888 dotnet/runtime Loader/binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.sh #90668
376803 dotnet/runtime PayloadGroup0.WorkItemExecution #90704
376824 dotnet/runtime Loader/binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.sh #90707
376807 dotnet/runtime PayloadGroup0.WorkItemExecution #90705
376790 dotnet/runtime PayloadGroup0.WorkItemExecution #90703
Displaying 100 of 193 results

Summary

24-Hour Hit Count 7-Day Hit Count 1-Month Count
17 193 193
@steveharter steveharter added area-AssemblyLoader-coreclr blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab labels Aug 15, 2023
@ghost
Copy link

ghost commented Aug 15, 2023

Tagging subscribers to this area: @vitek-karas, @agocke, @VSadov
See info in area-owners.md if you want to be subscribed.

Issue Details

Build Information

Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=373766
Build error leg or test failing: Loader/binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.sh
Pull request: #90536

Error Message

From the log:

Starting:    Loader.binding.XUnitWrapper (parallel test collections = on, max threads = 12)
    Loader/binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.sh [FAIL]
      [createdump] Invalid process id: task_for_pid(49565) FAILED (os/kern) failure (5)
      [createdump] This failure may be because createdump or the application is not properly signed and entitled.
      [createdump] Failure took 1ms
      waitpid() returned successfully (wstatus 0000ff00) WEXITSTATUS ff WTERMSIG 0
      /private/tmp/helix/working/C3180A61/w/9FDF083E/e/Loader/binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.sh: line 454: 49565 Segmentation fault: 11  (core dumped) $LAUNCHER $ExePath "${CLRTestExecutionArguments[@]}"
      
      Return code:      1
      Raw output file:      /tmp/helix/working/C3180A61/w/9FDF083E/uploads/Reports/Loader.binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.output.txt
      Raw output:
      BEGIN EXECUTION
      /tmp/helix/working/C3180A61/p/corerun -p System.Reflection.Metadata.MetadataUpdater.IsSupported=false -p System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization=true BinderTracingTest.ResolutionFlow.dll ''
      [10:18:00 PM] Running AssemblyLoadContextResolving_ReturnNull...
      [10:18:01 PM] Running AssemblyLoadContextResolving_LoadAssembly...
      [10:18:01 PM] Running AssemblyLoadContextResolving_NameMismatch...
      [10:18:01 PM] Running AssemblyLoadContextResolving_MultipleHandlers...
      [10:18:02 PM] Running AppDomainAssemblyResolve_ReturnNull...
      [10:18:02 PM] Running AppDomainAssemblyResolve_LoadAssembly...
      [10:18:02 PM] Running AppDomainAssemblyResolve_NameMismatch...
      [10:18:02 PM] Running AppDomainAssemblyResolve_MultipleHandlers...
      [10:18:02 PM] Launching process for AssemblyLoadFromResolveHandler_LoadDependency...
      [createdump] Target process is alive
      Expected: 100
      Actual: 139
      END EXECUTION - FAILED
      Test failed. Trying to see if dump file was created in /cores since 8/14/2023 10:18:00 PM
      Test Harness Exitcode is : 1
      To run the test:
      > set CORE_ROOT=/tmp/helix/working/C3180A61/p
      > /private/tmp/helix/working/C3180A61/w/9FDF083E/e/Loader/binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.sh
      Expected: True
      Actual:   False
      Stack Trace:
           at Loader_binding._tracing_BinderTracingTest_ResolutionFlow_BinderTracingTest_ResolutionFlow_._tracing_BinderTracingTest_ResolutionFlow_BinderTracingTest_ResolutionFlow_sh()
           at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
           at System.Reflection.MethodBaseInvoker.InvokeWithNoArgs(Object obj, BindingFlags invokeAttr)
      Output:
        [createdump] Invalid process id: task_for_pid(49565) FAILED (os/kern) failure (5)
        [createdump] This failure may be because createdump or the application is not properly signed and entitled.
        [createdump] Failure took 1ms
        waitpid() returned successfully (wstatus 0000ff00) WEXITSTATUS ff WTERMSIG 0
        /private/tmp/helix/working/C3180A61/w/9FDF083E/e/Loader/binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.sh: line 454: 49565 Segmentation fault: 11  (core dumped) $LAUNCHER $ExePath "${CLRTestExecutionArguments[@]}"
        
        Return code:      1
        Raw output file:      /tmp/helix/working/C3180A61/w/9FDF083E/uploads/Reports/Loader.binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.output.txt
        Raw output:
        BEGIN EXECUTION
        /tmp/helix/working/C3180A61/p/corerun -p System.Reflection.Metadata.MetadataUpdater.IsSupported=false -p System.Runtime.Serialization.EnableUnsafeBinaryFormatterSerialization=true BinderTracingTest.ResolutionFlow.dll ''
        [10:18:00 PM] Running AssemblyLoadContextResolving_ReturnNull...
        [10:18:01 PM] Running AssemblyLoadContextResolving_LoadAssembly...
        [10:18:01 PM] Running AssemblyLoadContextResolving_NameMismatch...
        [10:18:01 PM] Running AssemblyLoadContextResolving_MultipleHandlers...
        [10:18:02 PM] Running AppDomainAssemblyResolve_ReturnNull...
        [10:18:02 PM] Running AppDomainAssemblyResolve_LoadAssembly...
        [10:18:02 PM] Running AppDomainAssemblyResolve_NameMismatch...
        [10:18:02 PM] Running AppDomainAssemblyResolve_MultipleHandlers...
        [10:18:02 PM] Launching process for AssemblyLoadFromResolveHandler_LoadDependency...
        [createdump] Target process is alive
        Expected: 100
        Actual: 139
        END EXECUTION - FAILED
        Test failed. Trying to see if dump file was created in /cores since 8/14/2023 10:18:00 PM
        Test Harness Exitcode is : 1
        To run the test:
        > set CORE_ROOT=/tmp/helix/working/C3180A61/p
        > /private/tmp/helix/working/C3180A61/w/9FDF083E/e/Loader/binding/tracing/BinderTracingTest.ResolutionFlow/BinderTracingTest.ResolutionFlow.sh
{
  "ErrorMessage": "at Loader_binding._tracing_BinderTracingTest_ResolutionFlow_BinderTracingTest_ResolutionFlow_._tracing_BinderTracingTest_ResolutionFlow_BinderTracingTest_ResolutionFlow_sh()",
  "BuildRetry": false,
  "ExcludeConsoleLog": false
}
Author: steveharter
Assignees: -
Labels:

area-AssemblyLoader-coreclr, blocking-clean-ci, Known Build Error

Milestone: -

@ghost ghost added the untriaged New issue has not been triaged by the area owner label Aug 15, 2023
@BruceForstall
Copy link
Member

Related: #90580

@elinor-fung
Copy link
Member

These all appear to be osx and started happening with this frequency two days ago 14-AUG. Unfortunately, all the coredumps in the builds were too big, so they weren't uploaded.

@ghost ghost added the in-pr There is an active PR which will close this issue when it is merged label Aug 18, 2023
@elinor-fung elinor-fung added this to the 8.0.0 milestone Aug 18, 2023
@ghost ghost removed the untriaged New issue has not been triaged by the area owner label Aug 18, 2023
@elinor-fung elinor-fung removed the untriaged New issue has not been triaged by the area owner label Aug 18, 2023
@ghost ghost removed the in-pr There is an active PR which will close this issue when it is merged label Aug 19, 2023
@ghost ghost locked as resolved and limited conversation to collaborators Sep 18, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-AssemblyLoader-coreclr blocking-clean-ci Blocking PR or rolling runs of 'runtime' or 'runtime-extra-platforms' Known Build Error Use this to report build issues in the .NET Helix tab
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants