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?