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
This can cause issues in two places (as of now) - FlatMap and NetworkBitStream - because malloc & free in debug & non-debug crt are incompatible with each other, causing crashes. The ideal solution would be to fix them the same way as HybridString but that would require an ABI break so forcing non-debug runtime is better for now
The text was updated successfully, but these errors were encountered:
This can cause issues in two places (as of now) - FlatMap and NetworkBitStream - because malloc & free in debug & non-debug crt are incompatible with each other, causing crashes. The ideal solution would be to fix them the same way as HybridString but that would require an ABI break so forcing non-debug runtime is better for now
The text was updated successfully, but these errors were encountered: