Hmm, it’s quite strange…
The faulting instruction is PUSH EDI, which shouldn’t cause page fault unless the ESP value is wrong (so it probably is). How such a thing can occur, however, is hard to say.
Did you install any software recently (before the problem appeared)?
It would be nice to know what module is loaded at 7c000000 (or 7c020000?) in the Explorer address space.
Hmm, I guess I don’t have any good news.
The module is msvcr70.dll and the crash place is the TopLevelExceptionFilter. It means that the crash occurred somewhere else, beyond the scope of the dumped stack - so I can’t say anything more.
Does the problem appear during a partiuclar operation… or randomly?