Page 1 of 1

Problem using SSHClient - Errors on closing the application

Posted: Fri 18 Apr 2014 17:34
by mdanielj
I have a problem using SSHClient, when I quite the application.

I stop my application with halt.

When I use the application without SSH-Connection no errors appear.

When I use the application with SSH-Connection I get multiple errors (when IDE is running):

- EMySqlException 'Lost connection to MySQL server during query'
- EInvalidPointer

I checked all connections. There are no open connections or running queries.

I am using TMyConnection from the mydac-components.

Has somebody an idea whats wrong?

Re: Problem using SSHClient - Errors on closing the application

Posted: Tue 29 Apr 2014 13:43
by Dimon
This exception is raised on the internal level and it is processed by MyDAC. You can see this exception only if you run the application from IDE. This behaviour is correct.