Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Hash FMX demo crashes on Android 32 bit in release mode #26

Open
MHumm opened this issue Jul 24, 2021 · 1 comment
Open

Hash FMX demo crashes on Android 32 bit in release mode #26

MHumm opened this issue Jul 24, 2021 · 1 comment
Assignees
Labels

Comments

@MHumm
Copy link
Owner

MHumm commented Jul 24, 2021

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;`

@MHumm MHumm added the bug label Jul 24, 2021
@MHumm MHumm self-assigned this Jul 24, 2021
@bdwilton
Copy link

Yes just gave Cipher_FMX test under 10.4.2 and 32-bit debug mode works while release hangs on start-up

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants