Hey all, Piers Williams did a great presentation last night at the Perth .Net user group (thanks Piers). Today I decided to use my new found skills (yeah right) and try it all out on a crash that I'm getting.
The book he recommended is great (Advanced .Net Debugging by Mario Hewardt) but unfortunately I can't absorb the whole thing in a few hours. Need a vulcan mind merge. I've used ADPlus to capture the crash and it indeed has spewed out the following: STATUS_STACK_BUFFER_OVERRUN encountered (1324.2690): WOW64 breakpoint - code 4000001f (first chance) First chance exceptions are reported before any exception handling. This exception may be expected and handled. KERNEL32!UnhandledExceptionFilter+0x5f: 769b0259 cc int 3 My problem now is what to do with it. It's shown that message in a window titled ..\cdb.exe so I think there is a command to make it do a memory dump. What would be cool would be if I could get a stack trace or something so I find where a good place to start debugging would be. any tips? :) cheers, Stephen
