G
Guest
I have made a test project with about 150 lines of code which causes a
‘System.AccessViolationException’ when run on an x64 bit system.
It’s the combination of UTF8Encoding.UTF8.GetBytes,
UTF8Encoding.UTF8.GetString, and a BinarySearch which trigger the bug.
Where should I submit this bug?
-Rune
‘System.AccessViolationException’ when run on an x64 bit system.
It’s the combination of UTF8Encoding.UTF8.GetBytes,
UTF8Encoding.UTF8.GetString, and a BinarySearch which trigger the bug.
Where should I submit this bug?
-Rune