|
-
July 12th, 2010, 10:36 AM
#12
Re: Silent crash in Visual Studio 2008 c++ application
Alex
I guess I am unable to explain problem clearly. Main problem is that there is no dump. Had the dump been there, all would be a cakewalk. But without dump, I can't debug a silent crash..Next steps i am planning to do is
- Use different tools like ntsd, userdump to catch the crash as default debugger in AeDebug registry.
- Run the process under ntsd by ntsd -p <pid>
- Run the process in WinDbg by attaching windbg to the running process.
I heard such thing occurs due to double stack fault or stack corruption.. Anyone has any idea on these?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|