Lazarus Issue with Latest Sbridge

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

Lazarus Issue with Latest Sbridge

Post by snorkel » Fri 07 Nov 2014 16:58

I reported this awhile ago:
When you drop a sbridge ScSSHClient componet on a form it raises a access violation and you have to cancel and it kills the whole IDE.

It's fine on existing projects that use it, it only happens when you drop a new one on the
form on a new project OR a existing one.

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

Re: Lazarus Issue with Latest Sbridge

Post by snorkel » Tue 11 Nov 2014 17:40

any ideas how to fix this issue, it's pretty annoying.
All the other components work fine, but for the ssh client I have to manually create it in code for every new project.

Thanks,

Snorkel

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

Re: Lazarus Issue with Latest Sbridge

Post by ViktorV » Wed 12 Nov 2014 09:19

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

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

Re: Lazarus Issue with Latest Sbridge

Post by snorkel » Fri 21 Nov 2014 16:05

What I have been doing is starting a project in a shard folder with my windows VM, then
I can put the ssh client component on my datamodule, then open the project in Linux.
Even though the component is on the datamod, it AVs everytime I try to set a property, so I open the proj in windows and set the property.

So opening the proj in windows is a hack workaround for now.

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

Re: Lazarus Issue with Latest Sbridge

Post by snorkel » Fri 21 Nov 2014 16:07

oh, I may have forgot to mention this but it only does it on Linux.
No issues on Lazarus running on win32/64.

I only have a 64bit install of Linux, so I don't know if it's all linux or just 64bit.

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

Re: Lazarus Issue with Latest Sbridge

Post by ViktorV » Wed 26 Nov 2014 08:48

We are investigating the problem.

Dimon
Devart Team
Posts: 2910
Joined: Mon 05 Mar 2007 16:32

Re: Lazarus Issue with Latest Sbridge

Post by Dimon » Wed 14 Jan 2015 11:44

We have investigated the problem and haven't found any issues in SecureBridge to be the reason for this error. But we have discovered the same behaviour with other non-visual components, like TDataSource.
Therefore it seems, that the described issue belongs to Lazarus, not to SecureBridge components.

Post Reply