| Summary: | [abrt] BUG: unable to handle kernel paging request at 000000010495bd40 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | smanocch <stefano.manocchio> | ||||
| Component: | kernel | Assignee: | Sachin Prabhu <sprabhu> | ||||
| Status: | CLOSED INSUFFICIENT_DATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 19 | CC: | gansalmon, itamar, jlayton, jonathan, kernel-maint, madhu.chinakonda, rwheeler, stefano.manocchio | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | x86_64 | ||||||
| OS: | Unspecified | ||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/ddc1be9018705fca18f07379ff5941b607a56a5d | ||||||
| Whiteboard: | abrt_hash:de030565598539e9884b6d698fa2f6a3278be9cd | ||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-03-10 14:39:44 UTC | Type: | --- | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Attachments: |
|
||||||
|
Description
smanocch
2013-10-31 09:13:15 UTC
Created attachment 817768 [details]
File: dmesg
The problem seems related due a mounted cifs filesystem. Hrm, that's odd... So it failed in kmem_cache_alloc, called from mempool_alloc. The way cifs does allocations is pretty straightforward. My suspicion would be some sort of memory corruption rather than any specific bug in this code. I agree with the Jeff. The bug here appears to be within the slab cache code. It is rare to see a bug within that piece of code and it is probably caused by memory corruption which could have written over the data structures used by the slabcache. Has the machine experienced other such crashes? Sachin Prabhu It certainly could be that cifs is passing in a bad pointer or something to the allocation routines, but it would be the first report we've seen of this and this code hasn't changed substantially in several releases. I don't suppose you happened to collect a vmcore when this occurred? *********** MASS BUG UPDATE ************** This bug has been in a needinfo state for more than 1 month and is being closed with insufficient data due to inactivity. If this is still an issue with Fedora 19, please feel free to reopen the bug and provide the additional information requested. ok to close! |