Si
2007-06-26 08:20:06 UTC
Hi,
I'm programming a plugin DLL, and I don't have the source code to the
host application.
Unfortunately, my plugin causes the host application to randomly
crash.
I am trying to find the problem with no success.
I am using try-catch in my code, and also SetUnhandledExceptionFilter,
but when the host application exists, it doesn't get to my code.
Apparently the "crash" is not in my code, but my code causesit.
When the host application exits, it doesn't show any of the Windows
error\crash messages, and no dump is created if I use "Dr Watson".
Any idea how can I find the problem ?
How can I get the stack or any other info ?
Thanks for any help.
I'm programming a plugin DLL, and I don't have the source code to the
host application.
Unfortunately, my plugin causes the host application to randomly
crash.
I am trying to find the problem with no success.
I am using try-catch in my code, and also SetUnhandledExceptionFilter,
but when the host application exists, it doesn't get to my code.
Apparently the "crash" is not in my code, but my code causesit.
When the host application exits, it doesn't show any of the Windows
error\crash messages, and no dump is created if I use "Dr Watson".
Any idea how can I find the problem ?
How can I get the stack or any other info ?
Thanks for any help.