-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hi Michael
I recently installed a new version of the compiler with fpcupdeluxe. Sysutils seem to be broken, I have a hardfault when executing sysutils.init.
My last operational version was:
FPC update at: 30-11-22 23:26:32
FPC URL: https://gitlab.com/michael-ring/freepascal-sources/
FPC previous rev/hash: FRET_UNKNOWN_REVISION
FPC new GIT hash: 3.3.1-9929-g8d63a1ddfd
Lazarus update at: 30-11-22 23:34:22
Lazarus URL: https://gitlab.com/freepascal.org/lazarus/lazarus.git/
Lazarus previous rev/hash: FRET_UNKNOWN_REVISION
Lazarus new GIT hash: main-2_3-2952-g6d1574db34
The new version with the Sysutils bug:
FPC update at: 28-9-24 18:29:16
FPC URL: https://gitlab.com/michael-ring/freepascal-sources/
FPC previous rev/hash: FRET_UNKNOWN_REVISION
FPC new GIT hash: 3.3.1-15743-g3e16d976de
Lazarus update at: 28-9-24 18:38:29
Lazarus URL: https://gitlab.com/freepascal.org/lazarus/lazarus.git/
Lazarus previous rev/hash: FRET_UNKNOWN_REVISION
Lazarus new GIT hash: main_3_99-3234-g0d63ab6747
Everything work OK when I use System call for conversion function ( inttostr and hexStr ).