SABnzbd blue-screening Windows Server 2008 x64

Report & discuss bugs found in SABnzbd
Forum rules
Help us help you:
  • Are you using the latest stable version of SABnzbd? Downloads page.
  • Tell us what system you run SABnzbd on.
  • Adhere to the forum rules.
  • Do you experience problems during downloading?
    Check your connection in Status and Interface settings window.
    Use Test Server in Config > Servers.
    We will probably ask you to do a test using only basic settings.
  • Do you experience problems during repair or unpacking?
    Enable +Debug logging in the Status and Interface settings window and share the relevant parts of the log here using [ code ] sections.
Post Reply
Coaxus
Newbie
Newbie
Posts: 2
Joined: October 7th, 2010, 5:07 am

SABnzbd blue-screening Windows Server 2008 x64

Post by Coaxus »

Hello all, I hope I'm not reposting an existing issue - I did have a look around and couldn't see a topic which seemed to fit this issue exactly.

I'm having some problems with SABnzbd or namely the par2 component of it on my Windows server system.

Version: 0.5.4
OS: Windows Server 2008 R2 x64 Enterprise
CPU: AMD Athlon II X2 250
Install-type: Windows Installer
Skin: smpl Black v 1.3
Firewall Software: Windows Firewall (Enabled)
Are you using IPV6? no
Is the issue reproducible? Not exactly

Ever since I installed SABnzbd and began downloading my server intermittently crashes when SABnzbd is performing a PAR operation with par2.exe. I read on these forums that x64 versions of SABnzbd can have problems with the x64 par tools so I replaced them with the x86 ones - no change.

The reason I'm looking to par2.exe as the fault is due to the contents of the MEMORY.DMP crash dump created each time the server dies. It lists:

Code: Select all

*******************************************************************************
*                                                                             *
*                        Bugcheck Analysis                                    *
*                                                                             *
*******************************************************************************

WHEA_UNCORRECTABLE_ERROR (124)
A fatal hardware error has occurred. Parameter 1 identifies the type of error
source that reported the error. Parameter 2 holds the address of the
WHEA_ERROR_RECORD structure that describes the error conditon.
Arguments:
Arg1: 0000000000000000, Machine Check Exception
Arg2: fffffa8001ee5038, Address of the WHEA_ERROR_RECORD structure.
Arg3: 00000000b62a4000, High order 32-bits of the MCi_STATUS value.
Arg4: 0000000000000175, Low order 32-bits of the MCi_STATUS value.

Debugging Details:
------------------


BUGCHECK_STR:  0x124_AuthenticAMD

DEFAULT_BUCKET_ID:  VISTA_DRIVER_FAULT

PROCESS_NAME:  par2.exe

CURRENT_IRQL:  f
I was previously using Newsbin Pro x64 with it's inbuilt par mechanism (seems to be driven by par2dll64.dll in it's program files directory) and also QuickPar when needed; but I never had any problems with these utilities in regard to crashing my system.

The only other info I can think that might be helpful is that the par2.exe lives on a different drive to the files it is accessing; the download directory writes to a local RAID-5 array and the SABnzbd install folder is on the system drive. If anyone can shed some light as to what my issue is that would be greatly appreciated, look forward to hearing from you :)

Matt.
User avatar
shypike
Administrator
Administrator
Posts: 19774
Joined: January 18th, 2008, 12:49 pm

Re: SABnzbd blue-screening Windows Server 2008 x64

Post by shypike »

Applications do not blue-screen Server 2008, unless there is a problem
with the hardware or with drivers.
It says "A fatal hardware error has occurred".
Of course, par2 may very well trigger a hardware or software bug,
but it doesn't cause them.
ChumpusRex
Newbie
Newbie
Posts: 4
Joined: September 19th, 2010, 11:57 am

Re: SABnzbd blue-screening Windows Server 2008 x64

Post by ChumpusRex »

The root cause of this blue screen error is a "Machine Check Exception".

A Machine check exception occurs when the CPU detects a hardware fault (e.g. an internal malfunction in the CPU, faulty RAM, etc.) Very occasionally, a machine check exception can occur due to a faulty driver (which causes a chip or add-on card to malfunction).

As this problem is almost always due to a hardware failure, you should check your computer hardware carefully first. If you are overclocking, return your system to default settings. Run appropriate memory (e.g. memtest86+) and CPU diagnostics (e.g. LinX). If your hardware checks out, then you should make sure that you have the latest stable drivers installed for all components in your system.
Coaxus
Newbie
Newbie
Posts: 2
Joined: October 7th, 2010, 5:07 am

Re: SABnzbd blue-screening Windows Server 2008 x64

Post by Coaxus »

I resolved the issue by updating my BIOS in the end - it hasn't crashed since anyways. My guess would be that the reason par2.exe was the trigger was due to my motherboard not supporting the CPU until a new BIOS update...likely stressed the CPU in some way.
Post Reply