Bug 917792
Summary: | gpf in destroy_conntrack (l4proto = garbage) | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Matt Gates <mattgates5> |
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: | gansalmon, itamar, jonathan, kernel-maint, madhu.chinakonda |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Unspecified | ||
Whiteboard: | abrt_hash:9e54b49df7b5e39d610a63e7398b35ee9ee13fd6 | ||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-03-06 16:45:45 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
Matt Gates
2013-03-04 19:02:36 UTC
if (l4proto && l4proto->destroy) 1388: 48 85 c0 test %rax,%rax 138b: 74 0e je 139b <destroy_conntrack+0x8b> 138d: 48 8b 40 28 mov 0x28(%rax),%rax l4proto was garbage. Posted this to netdev, perhaps someone there has an idea how this can happen. Any easy way to reproduce this ? Can you describe your setup a little ? Also, reproducing this on 3.8.x would be useful. never mind, this is a bug that's been around since 3.6, already reported upstream. *** This bug has been marked as a duplicate of bug 859346 *** |