blog: minidumps and windbg

Discussion & Support for xplorer² professional

Moderators: fgagnon, nikos, Site Mods

Post Reply
User avatar
nikos
Site Admin
Site Admin
Posts: 15801
Joined: 2002 Feb 07, 15:57
Location: UK
Contact:

blog: minidumps and windbg

Post by nikos »

here's the comment area for today's blog post found at
http://zabkat.com/blog/22Mar09-debuggin ... windbg.htm

if you are a programmer and using something other than C++ i would like to hear if something similar to what i describe will work for you, eg for delphi or .NET. I imagine it should, if you can create a MS-compatible PDB file
BugHunter
Member
Member
Posts: 23
Joined: 2009 Feb 19, 17:02

Post by BugHunter »

First, source code !!!  :yum: i want to see more !!
oh what nice modifications / improvements i could do with that source code  :wink:

Had to get that out of the way :oops:

My question is: why does xplorer2 crash due to misbehaving shell extension when windows explorer does not ?

This seems to be fixable...

I'd love to help, my reward would be to get a peek at the source code  :biggrin:
User avatar
nikos
Site Admin
Site Admin
Posts: 15801
Joined: 2002 Feb 07, 15:57
Location: UK
Contact:

Post by nikos »

the source code to install a crash handler that writes a minidump is cross referenced and linked in the blog article:
http://www.codeproject.com/KB/debug/pos ... lone1.aspx

there are 2 reasons why windows explorer does not crash, first it is overcautious with shell extensions (which explains perhaps the lack of speed), and second you never quit windows explorer (it is running as your desktop) so you don't see these faults on exit like in xplorer2

one solution (like i do) is not to quit xplorer2 ever :)
Post Reply