[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: SSH.dll crash problem
[Thread Prev] | [Thread Next]
- Subject: RE: SSH.dll crash problem
- From: alvesfonseca@xxxxxxxxxxxx
- Reply-to: libssh@xxxxxxxxxx
- Date: Tue, 07 Oct 2014 14:07:52 -0300
- To: libssh@xxxxxxxxxx
Hi Ravi, It is not clear to me if you are using a precompiled DLL or using one which you have compiled. In the first case, I should use a DLL compiled in debug-mode (instead release-mode) and try to debug it using the compiler/debugger suite used in the build process. Precompiled binaries are used built using GCC/GDB. In this case, I recommend you to use the MinGW environment to debug your application using GDB. If you have compiled your own ssh.dll, your build environment can be probably configured to generate binaries in debug-mode and can also allow you to attach to a running process to be debugged. Good luck, Tiago Alves Em 07/10/2014 06:38, Ravikumar Sunkari escreveu: > Hi, > > I missed the CPP file. > > Regards, > > Ravi > > FROM: Ravikumar Sunkari [mailto:Ravikumar.Sunkari@xxxxxxxxxxxxxx] > SENT: Tuesday, October 07, 2014 3:03 PM > TO: libssh@xxxxxxxxxx > SUBJECT: FW: SSH.dll crash problem > > Hello, > > I have developed a SSH server in windows using LIBSSH 0.6.0 DLL. Our testing team has found a bug in the DLL distribution. Attached are the logs and the server code that I have collected during the tests, > > I am getting VC++ Runtime Library -- "Debug assertion failed". > > Can anyone help on this, > > Please guide me and also let me know how can I setup windows project to debug ssh.dll > > Thanks & Regards, > > Ravi
FW: SSH.dll crash problem | Ravikumar Sunkari <Ravikumar.Sunkari@xxxxxxxxxxxxxx> |
RE: SSH.dll crash problem | Ravikumar Sunkari <Ravikumar.Sunkari@xxxxxxxxxxxxxx> |