I have used for years application for handheld scaners MC9090/9190 with Lazarus 1.4.4
(OS: WinCE 5/6.0; CPU: arm)
Now when I recompiled application and run it on same device application opens first form. But attempt open next form (click on button and call Form2.Show/ShowModal) causes application cycling and after some period of time windows ends application.
I can reproduce this behavior also with very simple application, with only 2 forms.
Is it some kind of known bug or what is going to happen?
EDIT: seems, that others also encountered this see:
https://bugs.freepascal.org/view.php?id=32366