Hi, I am using Lazarus 1.0.6 on both win32 and Linux
both have FPC 2.6.2.
The project uses two third party controls(I have inquired with them) but on Linux I get the following error in the IDE when I run it and do the logon procedure which spawns a SSH connection and a tunnel and then upon successful tunnel startup connects over the tunnel to a PostgreSQL database.
ERROR on data reading from the connection:
Interrupted system call.
Socket Error Code:4($4)
I thought it might be thread related and tried the Xnest trick but got the same error.
It works fine in Linux when I run the compiled exe from the command line or from KDE.
Just wondering if anyone had any ideas?