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
Hash function for F# map (ComputeHashCode) ends by taking the absolute value of the combined hash values of the map's contents. If the combined hash value is Int32.MinValue, getting the absolute value fails with System.OverflowException.
Repro steps
Run following code hash <| Map.add 1073740877 1 Map.empty