BSOD - Minidump debug

deno777

New member
Local time
2:25 PM
Messages
2
Location
Wisconsin
Would someone please debug these minidump files? This has been occurring a min. of 2x per day. Thanks for any help in resolving this crisis.
 

My Computer

Computer type
PC/Desktop
Computer Manufacturer/Model Number
HP
OS
Windows 7 32-bit
CPU
IntelXeonE3-1225v2 3.2 8MCGT2CPU
Memory
16GB DDR3 - 1500 4x4 GB nECC RAM
Graphics Card(s)
AMD FirePro V3900 1GB GFX
Hard Drives
500 GB 7200 RPM SATA 6G
Antivirus
Norton Internet Security
Browser
Explorer
ok, the file indicated was one of those red-herring files ike ntoskrnl

here is what I mean

Code:
FOLLOWUP_IP: 
nt!ExAllocatePoolWithTag+4b7
82f314c1 897004          mov     dword ptr [eax+4],esi

SYMBOL_STACK_INDEX:  2

SYMBOL_NAME:  nt!ExAllocatePoolWithTag+4b7

FOLLOWUP_NAME:  MachineOwner

MODULE_NAME: nt

[COLOR="red"]IMAGE_NAME:  ntkrpamp.exe[/COLOR]

DEBUG_FLR_IMAGE_TIMESTAMP:  55a68e73

FAILURE_BUCKET_ID:  0x50_nt!ExAllocatePoolWithTag+4b7

BUCKET_ID:  0x50_nt!ExAllocatePoolWithTag+4b7

Followup: MachineOwner
this is a red herring, it is a major OS file which means that it is highly unlikely that it caused the crash.


Code:
[COLOR="Red"][B]PAGE_FAULT_IN_NONPAGED_AREA (50)[/B][/COLOR]
Invalid system memory was referenced.  This cannot be protected by try-except,
it must be protected by a Probe.  Typically the address is just plain bad or it
is pointing at freed memory.
Arguments:
Arg1: ffde7b44, memory referenced.
Arg2: 00000001, value 0 = read operation, 1 = write operation.
Arg3: 82f314c1, If non-zero, the instruction address which referenced the bad memory
	address.
Arg4: 00000000, (reserved)
this is what we need to look at here.

here is my info on the bugcheck:
Usual causes: Defective hardware (particularly memory - but not just RAM), Faulty system service, Antivirus, Device driver, NTFS corruption, BIOS

run memtest86+ by following this tutorial:
http://www.sevenforums.com/tutorials/105647-ram-test-memtest86.html
check your BIOS for updates and check temps in the processor and chack the motherboard in case of hardware failure.
 

My Computer

Computer type
Laptop
Computer Manufacturer/Model Number
Dell
OS
Windows 7 Enterprise x64
CPU
Intel i5 Dual Core
Screen Resolution
1366x768
Keyboard
built in Keyboard
Antivirus
System Centre Endpoint Protection
Browser
Google Chrome, Firefox and Internet Explorer
Back
Top