PS to everyone who reads it: is it me or is the forum site slow as molasses the last few days ? It takes an average of 5 to 25 seconds for the login window to popup, never mind a refresh (which sometimes is even worse).
I was trying to keep down the posting size, but I have attached the entire demonstration project below.
Thank you. I'll have a look at it later (*) and hopefully am able to reproduce (though I suspect the issue might be something specific to interbase).
(*) later:
I was unable to reproduce with using last Lazarus release and sqlite.
The call stack shows that the failure occurs in IBCONNECTION but it might be good to know that the problem doesn't happen with other databases.
See above. That seems indeed to indicate that something goes wrong with(in) IBConnection.
I have no idea if it is possible to further debug the connection other than trying a debug build so that you might be able to get a more decent/informative trace.
Is there an archive of old versions somewhere? I couldn't find it on the site. Then we could go back to the old version (not the best solution) if we really have to.
Yes, on sourceforge
here and in case you are looking for a specific version of Free Pascal (the used compiler) then that can be found
here.
It is also not too difficult to download the source-code of Lazarus, check-out the correct version with git (or download the required tag directly from gitlab) and build Lazarus manually. See also
wiki entryI can't believe that I'm the first person to find this problem.
Well, if you were not able to locate something similar in these forums then most likely chances are that you probably am ? Do note that I hardly know anything about interbase. Also in case someone is around that has the experience.