Description
Description
When running test(s) on MacOS github action host. I keep getting an ObjectDisposedException
than the test host process crashes. For the class SafeHandle
on method InternalRelease
from one of my tests where I use SafeHandle
. Looks like System.GC.RunFinalizers
is calling SafeHandle.InternalRelease` method that is causing the issue.
Reproduction Steps
Use this github repo https://github.com/neo-project/neo/tree/7d2a2ad4dc15db7cddefab7fcc2d892561b10216
Expected behavior
Work the same as it does on Windows.
Actual behavior
2025-02-18T19:19:37.3907020Z Test run for /Users/runner/work/neo/neo/tests/Neo.Build.Core.Tests/bin/Debug/net9.0/Neo.Build.Core.Tests.dll (.NETCoreApp,Version=v9.0)
2025-02-18T19:19:37.4610660Z VSTest version 17.12.0 (arm64)
2025-02-18T19:19:37.4616490Z
2025-02-18T19:19:37.5087550Z Starting test execution, please wait...
2025-02-18T19:19:37.5211390Z A total of 1 test files matched the specified pattern.
2025-02-18T19:19:45.3053130Z The active test run was aborted. Reason: Test host process crashed : Unhandled exception. System.ObjectDisposedException: Cannot access a disposed object.
2025-02-18T19:19:45.3054680Z Object name: 'Neo.Build.Core.Security.UnmanagedBuffer'.
2025-02-18T19:19:45.3288240Z at System.Runtime.InteropServices.SafeHandle.InternalRelease(Boolean disposeOrFinalizeOperation)
2025-02-18T19:19:45.3397230Z at System.Runtime.InteropServices.SafeHandle.Finalize()
2025-02-18T19:19:45.3561040Z at System.GC.RunFinalizers()
Regression?
unknown
Known Workarounds
Unknown
Configuration
Other information
These are the files that are using SafeHandle
https://github.com/neo-project/neo/blob/7d2a2ad4dc15db7cddefab7fcc2d892561b10216/src/Shared/Neo.Build.Core/Security/UnmanagedBuffer.cs
https://github.com/neo-project/neo/blob/7d2a2ad4dc15db7cddefab7fcc2d892561b10216/src/Shared/Neo.Build.Core/Security/SecureBuffer.cs
https://github.com/neo-project/neo/blob/7d2a2ad4dc15db7cddefab7fcc2d892561b10216/src/Shared/Neo.Build.Core/Security/SecureBuffer.Security.cs
Here are the tests for my above classes
https://github.com/neo-project/neo/blob/7d2a2ad4dc15db7cddefab7fcc2d892561b10216/tests/Neo.Build.Core.Tests/Security/UT_SecureBuffer.cs
Metadata
Metadata
Assignees
Type
Projects
Status
No status