TScSSHClient on a Form Lazarus 2.0.8 crashes on MacOS Catalina

Discussion of open issues, suggestions and bugs regarding network security and data protection solution - SecureBridge
Post Reply
awunnenb
Posts: 3
Joined: Thu 25 Jun 2020 10:11

TScSSHClient on a Form Lazarus 2.0.8 crashes on MacOS Catalina

Post by awunnenb » Thu 25 Jun 2020 10:37

If i place the TScSSHClient on a Form Lazarus 2.0.8 crashes on MacOS Catalina latest Version.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: TScSSHClient on a Form Lazarus 2.0.8 crashes on MacOS Catalina

Post by ViktorV » Fri 26 Jun 2020 09:27

Thank you for the information. The issue and investigation is in progress. We will inform you when we have any results.

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: TScSSHClient on a Form Lazarus 2.0.8 crashes on MacOS Catalina

Post by ViktorV » Fri 26 Jun 2020 14:46

The new build of SecureBridge 9.3.1 that includes the fix is already available for download.
Please check the operation of this build and let us know the result.

awunnenb
Posts: 3
Joined: Thu 25 Jun 2020 10:11

Re: TScSSHClient on a Form Lazarus 2.0.8 crashes on MacOS Catalina

Post by awunnenb » Sat 04 Jul 2020 20:17

The crash is fixed but if i try to connect to a ssh server with publickey i got an error: Failed to create OS basic event with name ""

ViktorV
Devart Team
Posts: 3168
Joined: Wed 30 Jul 2014 07:16

Re: TScSSHClient on a Form Lazarus 2.0.8 crashes on MacOS Catalina

Post by ViktorV » Tue 07 Jul 2020 16:46

To resolve the problem, in the project file ( with the *.lpr extension) please try to add the following string:

Code: Select all

{$DEFINE UseCThreads}
before

Code: Select all

{$IFDEF UNIX}{$IFDEF UseCThreads}

Post Reply