Bug 1050893
| Summary: | [virtio-win][vioscsi]BOSD occurs (0xd1) when do s4 which guest w/ load | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 7 | Reporter: | Mike Cao <bcao> |
| Component: | virtio-win | Assignee: | Vadim Rozenfeld <vrozenfe> |
| Status: | CLOSED WONTFIX | QA Contact: | Virtualization Bugs <virt-bugs> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 7.0 | CC: | bcao, hhuang, juzhang, knoel, lijin, michen, rbalakri, virt-bugs, virt-maint, vrozenfe |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2015-05-28 01:45:14 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 923626 | ||
|
Description
Mike Cao
2014-01-09 10:03:23 UTC
1: kd> !analyze -v ******************************************************************************* * * * Bugcheck Analysis * * * ******************************************************************************* DRIVER_IRQL_NOT_LESS_OR_EQUAL (d1) 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 kernel debugger is available get stack backtrace. Arguments: Arg1: 000000000006a583, memory referenced Arg2: 0000000000000002, IRQL Arg3: 0000000000000008, value 0 = read operation, 1 = write operation Arg4: 000000000006a583, address which referenced memory Debugging Details: ------------------ READ_ADDRESS: 000000000006a583 CURRENT_IRQL: 2 FAULTING_IP: +0 00000000`0006a583 ?? ??? PROCESS_NAME: System DEFAULT_BUCKET_ID: WIN7_DRIVER_FAULT BUGCHECK_STR: 0xD1 TRAP_FRAME: fffff880009cbab0 -- (.trap 0xfffff880009cbab0) NOTE: The trap frame does not contain all registers. Some register values may be zeroed or incorrect. rax=fffff880009cbbb8 rbx=0000000000000000 rcx=fffffa80023cf010 rdx=fffffa80023cf010 rsi=0000000000000000 rdi=0000000000000000 rip=000000000006a583 rsp=fffff880009cbc48 rbp=fffffa8001ab6060 r8=fffff880009cbbb8 r9=0000000000000020 r10=fffffa8001a99bc0 r11=0000000000000002 r12=0000000000000000 r13=0000000000000000 r14=0000000000000000 r15=0000000000000000 iopl=0 nv up ei ng nz na po nc 00000000`0006a583 ?? ??? Resetting default scope LAST_CONTROL_TRANSFER: from fffff800014d0be9 to fffff800014d1640 FAILED_INSTRUCTION_ADDRESS: +0 00000000`0006a583 ?? ??? STACK_TEXT: fffff880`009cb968 fffff800`014d0be9 : 00000000`0000000a 00000000`0006a583 00000000`00000002 00000000`00000008 : nt!KeBugCheckEx fffff880`009cb970 fffff800`014cf860 : fffff800`014cd063 00000000`00000009 00000000`00001000 fffffa80`01c60030 : nt!KiBugCheckDispatch+0x69 fffff880`009cbab0 00000000`0006a583 : fffff880`01202553 00000000`00000000 00000000`000000fa 00000000`ffffffed : nt!KiPageFault+0x260 fffff880`009cbc48 fffff880`01202553 : 00000000`00000000 00000000`000000fa 00000000`ffffffed fffffa80`01ab6060 : 0x6a583 fffff880`009cbc50 fffff800`014dcb1c : fffff880`009b8180 00000000`0000002a fffffa80`01ab6128 00000000`00000031 : storport!RaidpAdapterDpcRoutine+0x53 fffff880`009cbc90 fffff800`014c936a : fffff880`009b8180 fffff880`009c2f40 00000000`00000000 fffff880`01202500 : nt!KiRetireDpcList+0x1bc fffff880`009cbd40 00000000`00000000 : fffff880`009cc000 fffff880`009c6000 fffff880`009cbd00 00000000`00000000 : nt!KiIdleLoop+0x5a STACK_COMMAND: kb FOLLOWUP_IP: storport!RaidpAdapterDpcRoutine+53 fffff880`01202553 ff442448 inc dword ptr [rsp+48h] SYMBOL_STACK_INDEX: 4 SYMBOL_NAME: storport!RaidpAdapterDpcRoutine+53 FOLLOWUP_NAME: MachineOwner MODULE_NAME: storport IMAGE_NAME: storport.sys DEBUG_FLR_IMAGE_TIMESTAMP: 4ce7a456 FAILURE_BUCKET_ID: X64_0xD1_CODE_AV_BAD_IP_storport!RaidpAdapterDpcRoutine+53 BUCKET_ID: X64_0xD1_CODE_AV_BAD_IP_storport!RaidpAdapterDpcRoutine+53 Followup: MachineOwner --------- QE, please check with build-88. might be fixed. lijin, pls help to handle this needinfo request cannot reproduce this issue with virtio-win-prewhql-74; test more than 5 times with both virtio-win-prewhql-74 and virtio-win-prewhql-89,guest can do s4 and resume successfully. package info: qemu-kvm-rhev-1.5.3-60.el7ev_0.2.x86_64 kernel-3.10.0-133.el7.x86_64 seabios-1.7.2.2-12.el7.x86_64 (In reply to Ronen Hod from comment #7) > QE, please check with build-88. might be fixed. Ronen ,Since we only hit the original bug one time comment #9 can not fully proved this issue has been fixed ald ,It's better to ask developer review the dump file first and paste the dump analyze to the bug comment and to check whether there are potential unfixed issue instead of simply closing it Closing this bug as WONTFIX for the following reasons: - We are not going to support S3/S4 except for WHQL testing; - There bug should be fixed already by the fix related to bz#1195920 |