Microsoft (R) Windows 2000 (TM) Version 5.00 DrWtsn32
Copyright (C) 1985-1999 Microsoft Corp. All rights reserved.
Application exception occurred:
App: (pid=532)
When: 12.06.2004 @ 19:31:14.218
Exception number: 80000003 (hardcoded breakpoint)
*----> System Information <----*
Windows 2000 Version: 5.0
Current Build: 2195
Service Pack: 4
Current Type: Uniprocessor Free
*----> Task List <----*
532 test.exe
1332 DRWTSN32.exe
(00400000 - 00403000)
(77F80000 - 77FFD000)
(7C570000 - 7C628000)
State Dump for Thread Id 0x578
eax=00000000 ebx=7ffdf000 ecx=00000101 edx=ffffffff esi=00401125 edi=00000001
eip=00401000 esp=0006ffc4 ebp=0006fff0 iopl=0 nv up ei pl zr na po nc
cs=001b ss=0023 ds=0023 es=0023 fs=0038 gs=0000 efl=00000246
function: <nosymbols>
00400fec 0000 add [eax],al ds:00000000=??
00400fee 0000 add [eax],al ds:00000000=??
00400ff0 0000 add [eax],al ds:00000000=??
00400ff2 0000 add [eax],al ds:00000000=??
00400ff4 0000 add [eax],al ds:00000000=??
00400ff6 0000 add [eax],al ds:00000000=??
00400ff8 0000 add [eax],al ds:00000000=??
00400ffa 0000 add [eax],al ds:00000000=??
00400ffc 0000 add [eax],al ds:00000000=??
00400ffe 0000 add [eax],al ds:00000000=??
FAULT ->00401000 cc int 3
00401001 6a00 push 0x0
00401003 ff1535204000 call dword ptr [00402035] ds:00402035=7c580e7d
00401009 0000 add [eax],al ds:00000000=??
0040100b 0000 add [eax],al ds:00000000=??
0040100d 0000 add [eax],al ds:00000000=??
0040100f 0000 add [eax],al ds:00000000=??
00401011 0000 add [eax],al ds:00000000=??
00401013 0000 add [eax],al ds:00000000=??
00401015 0000 add [eax],al ds:00000000=??
00401017 0000 add [eax],al ds:00000000=??
00401019 0000 add [eax],al ds:00000000=??
I have problem with Dr. Watson not displaying module names. It is very annoything. As you can see here:
App: (pid=532)
No module name is displayed for pid 532 (should be 'test.exe').
Later in the module list:
(00400000 - 00403000)
(77F80000 - 77FFD000)
(7C570000 - 7C628000)
(77F80000 - 77FFD000)
(7C570000 - 7C628000)
None module names are displayed either (though it should be test.exe, ntdll.dll, kernel32.dll)
Does anyone know what the problem is?
As far as I know WinXP drwtsn32 has no such bug.
I have never seen it display the module name other than in the task list. My log viewer takes the PID and finds it in the task list and all of my test logs looked exactly like that though the task list should be much longer...
*----> Task List <----*
0 Idle.exe
8 System.exe
144 SMSS.exe
172 CSRSS.exe
192 WINLOGON.exe
220 SERVICES.exe
232 LSASS.exe
348 ibmpmsvc.exe
412 svchost.exe
456 svchost.exe
512 spoolsv.exe
536 CCEVTMGR.exe
548 NISUM.exe
664 CCPXYSVC.exe
712 mdm.exe
756 NAVAPSVC.exe
840 NPROTECT.exe
900 regsvc.exe
924 mstask.exe
948 NOPDB.exe
1008 WinMgmt.exe
1028 svchost.exe
1176 explorer.exe
1276 SymTray.exe
832 tp4mon.exe
1384 rundll32.exe
100 ccApp.exe
1420 AcroTray.exe
736 LeechGet.exe
1516 RadASM.exe
1564 GetMP3Rates.exe
1648 DRWTSN32.exe
0 _Total.exe
If you look closely, there are two spaces after App:, signifying something like "App:<space>%s<space>(pid=%i)"
%s (module name), being blank leaves two spaces. Why else would pid be in brackets?
XP Dr Watson log file looks exactly the same, but has module names where I mentioned they are missing.
I am 99% sure this is a bug.
If you have never seen it display, that does not mean that's how its supposed to work. How else do you explain the arguments I have listed above?
%s (module name), being blank leaves two spaces. Why else would pid be in brackets?
XP Dr Watson log file looks exactly the same, but has module names where I mentioned they are missing.
I am 99% sure this is a bug.
If you have never seen it display, that does not mean that's how its supposed to work. How else do you explain the arguments I have listed above?
the two spaces could be solely for alignment purposes :)
If you look closely, there are two spaces after App:, signifying something like "App:<space>%s<space>(pid=%i)"
%s (module name), being blank leaves two spaces. Why else would pid be in brackets?
XP Dr Watson log file looks exactly the same, but has module names where I mentioned they are missing.
I am 99% sure this is a bug.
If you have never seen it display, that does not mean that's how its supposed to work. How else do you explain the arguments I have listed above?
It could very well be a bug, I was just saying that I have never seen a module name there. I don't have XP so I can't really check that one. If you like you can try my forever incomplete log viewer, it will display the module name in a listbox. Feel free to use it, modify it, release it or do anything you like with it, I have abandonned the project and am no longer really interested in it.