I debugged a problem with some mouse or "mouse brand" software once. I don't remember the brand, but it was't Microsoft or Disney. Can't think of any others.
What was happening is that, somehow, I'm not sure how, but I'll give a hint, the software was loading its .dll into "all" processes. If a process was particularly short lived, e.g. "cmd /c echo foo", the load could occur after the process had begun shutting down, which would hang or maybe error for some reason. I don't remember how the .dll got loaded, or if I even found out, but I would check: 1) reg query "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Windows" /v AppInit_DLLs Anything at all? 2) merely "ntsd notepad" (or cdb, best to download the latest free versions, but ntsd also is built in in XP) and see which .dlls get loaded. Anything in "Program Files"? or maybe listdlls (sysinternals) on a "random" but "small" process, such as notepad. Or even run uwin under ntsd and watch it. - Jay > 1. Re: KSH Window crashes after installing Logitect QuickCam Pro > 9000 software (David Korn) > 2. RE: KSH Window crashes after installing LogitectQuickCam Pro > 9000 software (Bear Limvere) _______________________________________________ uwin-users mailing list [email protected] https://mailman.research.att.com/mailman/listinfo/uwin-users
