• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

win2k3 stop error

rasczak

Lifer
Event Type: Error
Event Source: MSDTC
Event Category: SVC
Event ID: 4112
Date: 5/14/2006
Time: 5:47:20 AM
User: N/A
Computer: WHITEBOX
Description:
Could not start the MS DTC Transaction Manager.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.



Event Type: Error
Event Source: System Error
Event Category: (102)
Event ID: 1003
Date: 5/14/2006
Time: 9:29:46 AM
User: N/A
Computer: WHITEBOX
Description:
Error code 0000007c, parameter1 00000005, parameter2 8273bad0, parameter3 81fd4728, parameter4 8089d510.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
Data:
0000: 53 79 73 74 65 6d 20 45 System E
0008: 72 72 6f 72 20 20 45 72 rror Er
0010: 72 6f 72 20 63 6f 64 65 ror code
0018: 20 30 30 30 30 30 30 37 0000007
0020: 63 20 20 50 61 72 61 6d c Param
0028: 65 74 65 72 73 20 30 30 eters 00
0030: 30 30 30 30 30 35 2c 20 000005,
0038: 38 32 37 33 62 61 64 30 8273bad0
0040: 2c 20 38 31 66 64 34 37 , 81fd47
0048: 32 38 2c 20 38 30 38 39 28, 8089
0050: 64 35 31 30 d510


any ideas?
 
Stop 7C where Parameter 1 is 0x05 ...

Parameter 2:
Address of the miniport block

Parameter 3:
Address of the packet descriptor used by the driver

Parameter 4:
Address of the packet array that contained this packet descriptor

Cause:
An Ethernet driver indicated receiving a packet by using a packet descriptor that is currently in use by the protocol stack.


Open the memory.dmp with the Windows debugger (free download from MS).
Run an !analyze -v and a !ndiskd.miniport <address in parameter 2> to sort out what driver is causing this.

or

Use some brute force troubleshooting. Start with your NIC drivers and Windows updates and get the machine updated. Update bios as well. If you are getting any other bugchecks in addition to the 7C, memtest the box.
 
Back
Top