fpc/fixes_3.0: arm-wince cannot use find on unsorted list
Original Reporter info from Mantis: vincococka2
-
Reporter name: Jan Sebosik
Original Reporter info from Mantis: vincococka2
- Reporter name: Jan Sebosik
Description:
When I`m trying to compile simple program for WinCE/arm platform with
FPC 3.0 based on branch fixes_3_0:trunk, I receive following error during form creation:
[FORMS.PP] ExceptionOccurred
Sender=EListError
Exception=Cannot use find on unsorted list
Stack trace:
$00043520
$0013ECA8
$000E5370
$F000FFFC
$000230D4
TApplication.HandleException Cannot use find on unsorted list
Stack trace:
$00043520
$0013ECA8
$000E5370
$F000FFFC
$000230D4
[FORMS.PP] ExceptionOccurred
I`ve tried to revert back to revision 33784 - with this rev. everything seems to work fine - program starts OK.
Steps to reproduce:
Compile from svn FPC branch fixes_3_0
Open lazarus and compile simple form for arm/wince platform.
Run
Then see lcldebug.log
Mantis conversion info:
- Mantis ID: 30243
- Build: Trunk
- Version: 2.3 (SVN)
- Fixed in revision: 52767 (#a5866048)