Closed
Bug 317379
Opened 19 years ago
Closed 19 years ago
bsod [@ win32k!vSrcCopyS32D32Identity+5b]
Categories
(Core Graveyard :: GFX: Win32, defect)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 320430
People
(Reporter: timeless, Unassigned)
Details
(Keywords: crash)
Crash Data
I'm not 100% certain that a gecko1.8final candidate triggered this blue screen, but i'm fairly confident.
kd> !analyze -v -f
*******************************************************************************
* *
* Bugcheck Analysis *
* *
*******************************************************************************
IRQL_NOT_LESS_OR_EQUAL (a)
An attempt was made to access a pageable (or completely invalid) address at an
interrupt request level (IRQL) that is too high. This is usually
caused by drivers using improper addresses.
If a kernel debugger is available get the stack backtrace.
Arguments:
Arg1: 00000018, memory referenced
Arg2: 00000002, IRQL
Arg3: 00000001, value 0 = read operation, 1 = write operation
Arg4: 80515df9, address which referenced memory
Debugging Details:
------------------
WRITE_ADDRESS: 00000018
CURRENT_IRQL: 2
FAULTING_IP:
nt!MiRemoveZeroPage+23
80515df9 8b15d4ed5580 mov edx,[nt!MmSecondaryColorMask (8055edd4)]
CUSTOMER_CRASH_COUNT: 1
DEFAULT_BUCKET_ID: DRIVER_FAULT
BUGCHECK_STR: 0xA
LAST_CONTROL_TRANSFER: from bf83a167 to 804d9da8
TRAP_FRAME: f2c51100 -- (.trap fffffffff2c51100)
ErrCode = 00000002
eax=e27afcc8 ebx=bca033d4 ecx=00000013 edx=00000000 esi=e27afc7c edi=bca033d4
eip=804d9da8 esp=f2c51174 ebp=f2c5117c iopl=0 nv up ei pl nz ac pe nc
cs=0008 ss=0010 ds=0023 es=0023 fs=0030 gs=0000 efl=00010212
nt!memmove+0x33:
804d9da8 f3a5 rep movsd ds:e27afc7c=???????? es:bca033d4=????????
Resetting default scope
STACK_TEXT:
f2c5117c bf83a167 bca033d4 e27afc7c 0000004c nt!memmove+0x33
f2c511a0 bf839e20 0000002c f2c5173c f2c51430 win32k!vSrcCopyS32D32Identity+0x5b
f2c513b4 bf81768b e114b9e0 00000000 00000000 win32k!EngCopyBits+0x51a
f2c513f4 bf817bd2 e272a010 e27a5010 00000000 win32k!SURFREFAPI::SURFREFAPI+0x149
f2c51480 bf81797a e114b9e0 e272a010 00000000 win32k!SURFREFAPI::SURFREFAPI+0x37a
f2c514e0 bf817ea6 e114b9e0 e272a010 00000000 win32k!EngNineGrid+0x6e
f2c5153c bf818300 e114b9e0 e272a010 00000000 win32k!EngDrawStream+0xc5
f2c515a0 bf8186e7 f2c516c4 00000000 e272a000 win32k!NtGdiDrawStreamInternal+0x1ff
f2c516c8 bf817f8b 37011b54 00000000 00000000 win32k!GreDrawStream+0x4ff
f2c51810 804de7ec 37011b54 00000060 0012ed18 win32k!NtGdiDrawStream+0x9f
f2c51810 7c90eb94 37011b54 00000060 0012ed18 nt!KiFastCallEntry+0xf8
WARNING: Frame IP not in any known module. Following frames may be wrong.
0012ec94 00000000 00000000 00000000 00000000 0x7c90eb94
FOLLOWUP_IP:
win32k!vSrcCopyS32D32Identity+5b
bf83a167 83c40c add esp,0xc
SYMBOL_STACK_INDEX: 1
FOLLOWUP_NAME: MachineOwner
SYMBOL_NAME: win32k!vSrcCopyS32D32Identity+5b
MODULE_NAME: win32k
IMAGE_NAME: win32k.sys
DEBUG_FLR_IMAGE_TIMESTAMP: 43446a58
STACK_COMMAND: .trap fffffffff2c51100 ; kb
FAILURE_BUCKET_ID: 0xA_W_win32k!vSrcCopyS32D32Identity+5b
BUCKET_ID: 0xA_W_win32k!vSrcCopyS32D32Identity+5b
Followup: MachineOwner
---------
based on the crash, if there's a driver involved, it'd be the video driver, so i'm including the relevant portions of the sysdata.xml file:
<DRIVER>
<FILENAME>nv4_mini.sys</FILENAME>
<FILESIZE>1897408</FILESIZE>
<CREATIONDATE>08-30-2005 23:46:20</CREATIONDATE>
<VERSION>6.14.10.5673</VERSION>
<MANUFACTURER>NVIDIA Corporation</MANUFACTURER>
<PRODUCTNAME>
NVIDIA Compatible Windows 2000 Miniport Driver, Version 56.73 </PRODUCTNAME>
</DRIVER>
(the other paired driver is nv4_disp.dll and has the same version)
ok, the crash matches an equivalent crash we caught later w/ a full memory dump. duping forward to that report.
*** This bug has been marked as a duplicate of 320430 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Updated•16 years ago
|
Product: Core → Core Graveyard
Updated•14 years ago
|
Crash Signature: [@ win32k!vSrcCopyS32D32Identity+5b]
You need to log in
before you can comment on or make changes to this bug.
Description
•