Problem with SFTP when used in a thread on Linux[SOLVED]

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
snorkel
Posts: 384
Joined: Tue 08 Aug 2006 15:10
Location: Milwaukee WI USA

Problem with SFTP when used in a thread on Linux[SOLVED]

Post by snorkel » Tue 04 Mar 2014 16:41

When I run my compiled app built with Lazarus (64bit) on Linux when I upload a file in a a thread it raises a exception that causes the whole app to blink out of existance.

I can't debug it either because I am using sbrige with PGdac and it prevents the app from running from the IDE for debugging.

Is there going to be a new release soon with better linux support?

Thanks,

Snorkel
Last edited by snorkel on Tue 18 Mar 2014 17:29, edited 1 time in total.

snorkel
Posts: 384
Joined: Tue 08 Aug 2006 15:10
Location: Milwaukee WI USA

Re: Problem with SFTP when used in a thread on Linux

Post by snorkel » Fri 14 Mar 2014 15:44

Any ideas on this? works fine on win32/64 and I am pretty sure it worked in versiosn of securebridge before the 6.x series.

snorkel
Posts: 384
Joined: Tue 08 Aug 2006 15:10
Location: Milwaukee WI USA

Re: Problem with SFTP when used in a thread on Linux

Post by snorkel » Tue 18 Mar 2014 17:29

Disregard this message, somehow my code was regressed, it was a integer vs nativeint issue when using postmessage in the thread.

Post Reply