📎 AI Summary:
The WindowsForum thread discusses a Windows Server 2003 experiencing intermittent reboots and Blue Screen of Death (BSOD) errors. The original poster shares a minidump file for analysis. A respondent identifies possible causes, attributing the BSOD to outdated Broadcom NetExtreme II drivers and potential corruption related to the orafencedrv.sys component, and recommends updating the network driver to resolve the issue. Overall, the thread tilts towards troubleshooting driver issues as the solution for stabilizing the system.

aelwan

New Member
Member details
Joined
Apr 20, 2015
Messages
1
Thread Author #1
i have a windows 2003, server, sometime computer reboots, the BSOD is attached in here!
The minidump is here also!

Thanks in advance!

here is the mini dump.
 

Attachments

Solution
Code:
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck D1, {0, 2, 0, fffffadcbb62d0d3}

*** WARNING: Unable to verify timestamp for bxnd52a.sys
*** ERROR: Module load completed but symbols could not be loaded for bxnd52a.sys
Probably caused by : bxnd52a.sys ( bxnd52a+cad8 )

Followup: MachineOwner
Hi,
you have a number of...

kemical

Essential Member
Member details
Joined
Aug 28, 2007
Messages
36,163
Code:
*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

Use !analyze -v to get detailed debugging information.

BugCheck D1, {0, 2, 0, fffffadcbb62d0d3}

*** WARNING: Unable to verify timestamp for bxnd52a.sys
*** ERROR: Module load completed but symbols could not be loaded for bxnd52a.sys
Probably caused by : bxnd52a.sys ( bxnd52a+cad8 )

Followup: MachineOwner
Hi,
you have a number of different dump files and they fall mainly into two groups. The dump file above is blaming bxnd52a.sys which is a Broadcom NetExtreme II driver? The other dump file group is Bugcheck FFF blaming orafencedrv.sys which apparently is caused by corruption in the cluster. This I think is related to the above driver which should be updated. As I'm not too familiar with your os I did a little googling. See this thread which kind of concurs with the above:
Link Removed
Hopefully updating the Broadcom driver will stop the bsod.
https://www.broadcom.com/support/ethernet_nic/determine_driver.php


Edit:
Thread moved to bsod section.
 

Solution