Dr. Watson Error

CBuxton

Senior member
Dec 8, 1999
389
0
0
I'm getting a Dr. Watson error on my WinNT4 server: spoolss.dpg generated an application error. When this happens my printers disappear and nobody can use the network printing until the server is rebooted. I can't figure out what is wrong and need some help. Thanks!
 

LordOfAll

Senior member
Nov 24, 1999
838
0
0
What service pack are you running? SP4 had a fix for spoolss.exe. It had a memory leak. If you want to track it further try this. In the performance monitor track

Object: Process
Instance: Spoolss.exe
Counter: Private Bytes

If it sucks all your memory you found the problem.

 

LordOfAll

Senior member
Nov 24, 1999
838
0
0
Also a corrupt emf stream will put the cpu into an infinite loop, there by using all the cpu time on one process. This was also supposed to be fixed in SP4.
 

CBuxton

Senior member
Dec 8, 1999
389
0
0
I'm running SP6, so that shouldn't be the issue. Other ideas? Thanks for the help.
 

Ladi

Platinum Member
Apr 21, 2000
2,084
0
0
Reapplying the service pack won't hurt any and might help...

~Ladi
 

LordOfAll

Senior member
Nov 24, 1999
838
0
0
What ladi said. Did you try monitoring the spooler like I suggested? Just curious if it is releasing resources.
 

CBuxton

Senior member
Dec 8, 1999
389
0
0
I think I may have fixed it. The monitor dll associated with the print spool was giving me fits (hpdcmon.dll). I removed the drivers, removed the file, readded the printers, reapplied the Service Pack, and things seem to be working now. I'll keep you posted! Thanks everybody for the help