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
The Hash FMX demo app crashes when compiled as release mode Android 32 app. When compiled as Android 32 bit debug mode app it works. The reason is not known yet but it will be investigated.
Some user reported that this code is sufficient to crash it already:
`uses
DECHash
The Hash FMX demo app crashes when compiled as release mode Android 32 app. When compiled as Android 32 bit debug mode app it works. The reason is not known yet but it will be investigated.
Some user reported that this code is sufficient to crash it already:
`uses
DECHash
var
Hash: THash_MD5;
begin
Hash := THash_MD5.Create;
Try
sleep(1000);
Finally
Hash.Free;
End;`
The text was updated successfully, but these errors were encountered: