Question pertaining my save dump.

Status
Not open for further replies.
I recently crashed and got a brief BSOD while playing a new game I purchased. I checked my event log and noticed it saved the dump so I downloaded Windbg. I ran Windbg and opened that savedump and came up with this. (My question is at the end of the dump)

PAGE_FAULT_IN_NONPAGED_AREA (50)
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: aa6b206c, memory referenced.
Arg2: 00000001, value 0 = read operation, 1 = write operation.
Arg3: 805e1bf3, If non-zero, the instruction address which referenced the bad memory
address.
Arg4: 00000000, (reserved)

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


Could not read faulting driver name

WRITE_ADDRESS: aa6b206c

FAULTING_IP:
nt!RtlLengthSecurityDescriptor+2d
805e1bf3 018d04850b00 add dword ptr [ebp+0B8504h],ecx

MM_INTERNAL_CODE: 0

CUSTOMER_CRASH_COUNT: 1

DEFAULT_BUCKET_ID: CODE_CORRUPTION

BUGCHECK_STR: 0x50

PROCESS_NAME: awServ.exe

MISALIGNED_IP:
nt!RtlLengthSecurityDescriptor+2d
805e1bf3 018d04850b00 add dword ptr [ebp+0B8504h],ecx

LAST_CONTROL_TRANSFER: from 805c0d7d to 805e1bf3

STACK_TEXT:
aa5f9b68 805c0d7d e18d99c8 aa5f9b98 805c0da3 nt!RtlLengthSecurityDescriptor+0x2d
aa5f9b74 805c0da3 e18d99c8 8a0615a0 87a586f0 nt!ObpHashSecurityDescriptor+0xd
aa5f9b98 805bee98 e18d99c8 aa5f9bbc 00000008 nt!ObLogSecurityDescriptor+0x13
aa5f9bb4 805f6a32 87a586f0 e18d99c8 00000001 nt!ObAssignObjectSecurityDescriptor+0x26
aa5f9bc8 805be91a 87a586f0 00000003 00000000 nt!SeDefaultObjectMethod+0x34
aa5f9bfc 805c1d3d aa5f9c20 e17dff88 87a586f0 nt!ObAssignSecurity+0x50
aa5f9ce4 806155ca 87a586f0 aa5f9c20 00000000 nt!ObInsertObject+0x47d
aa5f9d4c 8054086c 021cfc14 001f0001 021cfbf4 nt!NtCreateMutant+0x82
aa5f9d4c 7c90eb94 021cfc14 001f0001 021cfbf4 nt!KiFastCallEntry+0xfc
WARNING: Frame IP not in any known module. Following frames may be wrong.
021cfc18 00000000 00000000 00000000 00000000 0x7c90eb94


STACK_COMMAND: kb

CHKIMG_EXTENSION: !chkimg -lo 50 -d !nt
805e1bd9 - nt!RtlLengthSecurityDescriptor+13
[ 6a:7a ]
1 error : !nt (805e1bd9)

MODULE_NAME: memory_corruption

IMAGE_NAME: memory_corruption

FOLLOWUP_NAME: memory_corruption

DEBUG_FLR_IMAGE_TIMESTAMP: 0

MEMORY_CORRUPTOR: ONE_BIT

FAILURE_BUCKET_ID: MEMORY_CORRUPTION_ONE_BIT

BUCKET_ID: MEMORY_CORRUPTION_ONE_BIT

Followup: memory_corruption
---------

Where it says Process Name: awserv.exe , is that what was causing my BSOD? I recently got rid of my intel application utilities which was running that. Any help would be appreciated, thanks.
 
Status
Not open for further replies.
Back