Need help minidumps attached

Status
Not open for further replies.
Hi Rony,

The culprit is faulty memory.

Suggestion
1. Check the temperature of the CPU and make sure that it is not overheat (ie temperature < 60C)
Make sure that the CPU fan works properly
2. Reseat the memory stick to another memory slot
3. Downclock the ram
4. Clean the dust inside the computer case
5. Make sure that the ram is compatible to the motherboard
6. Check the bios setting about memory timing and make sure that it is on
If it still crashes, diagnostic which memory stick is faulty
1. Take out one memory stick. If windows does not crash, the removed memory stick is faulty.
2. If you have only one memory stick, replace the ram

Debug report of one of your minidumps
Mini110205-04.dmp
KERNEL_MODE_EXCEPTION_NOT_HANDLED_M (1000008e)
This is a very common bugcheck. Usually the exception address pinpoints
the driver/function that caused the problem. Always note this address
as well as the link date of the driver/image that contains this address.
Some common problems are exception code 0x80000003. This means a hard
coded breakpoint or assertion was hit, but this system was booted
/NODEBUG. This is not supposed to happen as developers should never have
hardcoded breakpoints in retail code, but ...
If this happens, make sure a debugger gets connected, and the
system is booted /DEBUG. This will let us see why this breakpoint is
happening.
Arguments:
Arg1: c0000005, The exception code that was not handled
Arg2: 812c3078, The address that the exception occurred at
Arg3: b99298b0, Trap Frame
Arg4: 00000000

Debugging Details:
------------------
EXCEPTION_CODE: (NTSTATUS) 0xc0000005 - "0x%08lx"

FAULTING_IP:
+ffffffff812c3078
812c3078 007a2b add [edx+0x2b],bh

TRAP_FRAME: b99298b0 -- (.trap ffffffffb99298b0)
.trap ffffffffb99298b0
ErrCode = 00000002
eax=00000001 ebx=baf53f6a ecx=812c2044 edx=24d30000 esi=b9929954 edi=ff987a48
eip=812c3078 esp=b9929924 ebp=812c314d iopl=0 nv up ei pl nz na pe nc
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010202
812c3078 007a2b add [edx+0x2b],bh ds:0023:24d3002b=??
.trap
Resetting default scope

CUSTOMER_CRASH_COUNT: 4
DEFAULT_BUCKET_ID: CODE_CORRUPTION
BUGCHECK_STR: 0x8E
LAST_CONTROL_TRANSFER: from 89400824 to 812c3078
SYMBOL_ON_RAW_STACK: 1


STACK_COMMAND: .trap ffffffffb99298b0; dds @$csp ; kb

CHKIMG_EXTENSION: !chkimg -lo 50 -d !tcpip
!chkimg -lo 50 -d !tcpip
baf53f6a-baf53f70 7 bytes - tcpip!UDPSend

[ 55 8b ec 83 ec 60 53:b0 04 e9 ef f3 36 c6 ]
7 errors : !tcpip (baf53f6a-baf53f70)

MODULE_NAME: memory_corruption
IMAGE_NAME: memory_corruption
FOLLOWUP_NAME: memory_corruption
DEBUG_FLR_IMAGE_TIMESTAMP: 0
MEMORY_CORRUPTOR: LARGE
FAILURE_BUCKET_ID: MEMORY_CORRUPTION_LARGE
BUCKET_ID: MEMORY_CORRUPTION_LARGE
 
Status
Not open for further replies.
Back