I have a console application which is compiling and running fine on OpenSuse 10.2. When I try to run the same application on OpenSuse 11.2 I get the following error:
An unhandled exception occurred at $00007F4021A562A0 :
EAccessViolation : Access violation
$00007F4021A562A0
$00000000005482C0
$000000000044C921
I then installed FPC 2.2.5 and Lazarus 0.9.26.3 beta on OpenSuse 11.2 to compile my application directly on this server, with the result that it compiles ok but returns the same error.
I am quite new to Lazarus and FPC and would apreciate any hints how to solve this problem.
As additional components I'm using Indy, if this is of any interest. My impression is that there must be some problem in any initialization section, but I'm not sure on this.