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:[email protected]] > SENT: Tuesday, October 07, 2014 3:03 PM > TO: [email protected] > 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
