Bug 921659
Summary: | [abrt]: BUG: unable to handle kernel NULL pointer dereference at 0000000000000040 | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Greg Martyn <greg.martyn> |
Component: | kernel | Assignee: | Kernel Maintainer List <kernel-maint> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 18 | CC: | fhrbata, gansalmon, itamar, jonathan, kernel-maint, kunronio, madhu.chinakonda |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Unspecified | ||
Whiteboard: | abrt_hash:565c173be64f05190bae0db3aeaa4be3c38c2836 | ||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-05-07 08:58:25 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Greg Martyn
2013-03-14 15:33:56 UTC
This is reproducable after rebooting. The mouse works fine until I plugin my Kindle. When I plug the kindle in, I get the "NULL pointer dereference", and the mouse stops working. Are you still seeing this with 3.8.6? Code: ff ff 83 f8 ed 0f 85 e5 00 00 00 49 63 85 a8 04 00 00 31 db 4d 8b a4 c6 10 01 00 00 4d 8d 7c 24 40 0f 1f 80 00 00 00 00 48 63 c3 <41> 83 27 fb 83 c3 01 48 69 c0 e8 00 00 00 49 81 c7 e8 00 00 00 All code ======== 0: ff (bad) 1: ff 83 f8 ed 0f 85 incl -0x7af01208(%rbx) 7: e5 00 in $0x0,%eax 9: 00 00 add %al,(%rax) b: 49 63 85 a8 04 00 00 movslq 0x4a8(%r13),%rax 12: 31 db xor %ebx,%ebx 14: 4d 8b a4 c6 10 01 00 mov 0x110(%r14,%rax,8),%r12 1b: 00 1c: 4d 8d 7c 24 40 lea 0x40(%r12),%r15 21: 0f 1f 80 00 00 00 00 nopl 0x0(%rax) 28: 48 63 c3 movslq %ebx,%rax 2b:* 41 83 27 fb andl $0xfffffffb,(%r15) <-- trapping instruction 2f: 83 c3 01 add $0x1,%ebx 32: 48 69 c0 e8 00 00 00 imul $0xe8,%rax,%rax 39: 49 81 c7 e8 00 00 00 add $0xe8,%r15 Code starting with the faulting instruction =========================================== 0: 41 83 27 fb andl $0xfffffffb,(%r15) 4: 83 c3 01 add $0x1,%ebx 7: 48 69 c0 e8 00 00 00 imul $0xe8,%rax,%rax e: 49 81 c7 e8 00 00 00 add $0xe8,%r15 virt_dev is NULL More detailed info is here, but the problem is the same https://bugzilla.redhat.com/show_bug.cgi?id=957500#c2 *** This bug has been marked as a duplicate of bug 957500 *** |