Hi to everybody.
This is my first post.
I have CorssCompiled one simple form application for ARM-Linux with CodeTyphon 4.10.
In a form i drop one scrollbar without any behind code. When the application is executed in the host system(x86-64) works as expected. If i crosscompile the application from x86-64 to ARM then one SIGSEV crash is in the unit gtk2callback.inc
only when the scrollbar is clicked:
function Gtk2RangeScrollCB(ARange: PGtkRange; AScrollType: TGtkScrollType; AValue: gdouble; AWidgetInfo: PWidgetInfo): gboolean; cdecl;
AWidgetInfo^.LCLObject is an invalid object. This is the reason of the fail. This problem has been reported to
http://forum.lazarus.freepascal.org/index.php/topic,20129.0.html also.
If the application is compiled in the ARM system then works as expected also. The problem with the scrollbar is only if the application is crosscompiled. I have tested the application with GNU toolchain externally to CodeTyphon and the problem persists.
This is a hard problem.
Some erudite please ??