I installed TheDude 3.0beta7 on a Win 2000 server (SP4 and up-to-date). It worked fine but then blue screened with: STOP 0x00000044 (0x8048FE68, 0x00001B1F, 0x00000000, 0x00000000) MULTIPLE_IRP_COMPLETE_REQUESTS. The server did not suffer blue screens before.
I uninstalled TheDude but still get a blue screen every day.
Although the server is not my main server, it holds legacy products so I do not want it to crash. Also, I am hesitant about recommending TheDude until I can find the cause.
My hunch is that TheDude uninstalled completely but left the network card in a certain mode which causes the daily bugchecks. From analysing the crash dump, the only thing that stands out to me is:
nt!KiUnexpectedInterrupt104+0x4
Paul
MULTIPLE_IRP_COMPLETE_REQUESTS (44)
A driver has requested that an IRP be completed (IoCompleteRequest()), but
the packet has already been completed. This is a tough bug to find because
the easiest case, a driver actually attempted to complete its own packet
twice, is generally not what happened. Rather, two separate drivers each
believe that they own the packet, and each attempts to complete it. The
first actually works, and the second fails. Tracking down which drivers
in the system actually did this is difficult, generally because the trails
of the first driver have been covered by the second. However, the driver
stack for the current request can be found by examining the DeviceObject
fields in each of the stack locations.
Arguments:
Arg1: 803fd668, Address of the IRP
Arg2: 00001b1f
Arg3: 00000000
Arg4: 00000000
IRP_ADDRESS: 803fd668
DEFAULT_BUCKET_ID: DRIVER_FAULT
BUGCHECK_STR: 0x44
LAST_CONTROL_TRANSFER: from 8041e638 to 8041e65c
STACK_TEXT:
bdef5ccc 8041e638 803fd668 804a6fee 803fd668 nt!FsRtlStackOverflowRead+0x7
bdef5d48 80465024 00000044 0358ff0c 0358fefc nt!FsRtlpPostStackOverflow+0x37
bdef5ddc 804692b2 bf98c710 829249a8 00000000 nt!KiUnexpectedInterrupt104+0x4
bdef5e94 77f89121 0348fbb6 77f86775 77fcfc60 nt!NtContinue+0x12
bdef5e9c 77f86775 77fcfc60 77f86754 77f8670c ntdll!RtlEnterCriticalSection+0x1a
bdef5f2c 77fb2c0c 00070000 00070928 0000000e ntdll!LdrRelocateImage+0x3d
00000000 00000000 00000000 00000000 00000000 ntdll!RtlpDebugPageHeapUnProtectStructures+0x9a