Open Fitblip opened 12 years ago
I'm having a very similar problem, when running a Visual C++ app, it runs into a violation error, reports the first one, and then when further problems cause the program to crash the debugger shows "thread exiting" and then restarts the app and moves along. Matt, were you ever able to resolve this, or hook Sulley up with a different debugger?
Can you send me a copy of the app? Or an app that will do this? I may be able to look into it, but I don't have any apps that I can't debug...
Email is in my profile.
Alright, I'm fairly certain this has to pertain to C++ using vtable lookups (which aren't statically resolvable). Since we're going to be moving from PyDBG -> VDB, this should be taken care of automatically. That's one of my next goals for Sulley (along with centralized logging), that way we can start doing things like crashing ARM-based programs (think iPhone) as well! :)
From Matt Watchinski: