You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RocksDbSharp Version: 6.2.2
Expected Behavior: process terminates normally
Actual Behavior: process terminates with Fatal error. System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
If an object's Dispose method is called more than once, the object must ignore all calls after the first one. The object must not throw an exception if its Dispose method is called multiple times.
The text was updated successfully, but these errors were encountered:
Repro Code:
RocksDbSharp Version: 6.2.2
Expected Behavior: process terminates normally
Actual Behavior: process terminates with
Fatal error. System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
From IDispose Remarks:
The text was updated successfully, but these errors were encountered: