Bug 176624
Summary: | kernel panics "randomly" | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Theo Van Dinter <felicity> |
Component: | kernel | Assignee: | Dave Jones <davej> |
Status: | CLOSED NEXTRELEASE | QA Contact: | Brian Brock <bbrock> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 3 | CC: | pfrields, wtogami |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
URL: | http://www.kluge.net/~felicity/panics/ | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2005-12-27 23:19:56 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
Theo Van Dinter
2005-12-27 20:49:56 UTC
This was fixed upstream post 2.6.12, but I'm not sure exactly when, and how. There were 1-2 reports of this against FC4, but since the last few rebases to newer upstream releases, the problem got fixed. The problem with isolating the change responsible for fixing this is that so much has changed, and it's unlikely to be a small diff, but more likely a series of reworked core vm functions. Backporting such changes is very risky, and could even cause more problems than we currently have. As FC3 is nearing end of life, the only bugs that are likely to get fixed there over the few weeks remaining are security issues. But upgrading to Fedora Core 4 now should have this fixed in the current update kernel. Hrm. Ok. Do you know of any workarounds for this issue then? Is the problem specifically related to disabling screen blanking? I've been thinking about upgrading to FC4, but haven't had time to do it up to now. Are there any known issues running the FC4 kernel on an FC3 machine? I'd assume I also would have to upgrade things like kernel-utils, lvm, etc? Thanks. I don't think it's related to blanking. It's core memory management internals hitting some corner case, and losing its marbles trying to make sense of things. it'd probably be a nightmare dependancy mess to put an FC4 kernel on FC3. At the least, you'd need a new udev, hotplug, initscripts, alsa-utils/lib, and all the related dependancies that those drag in. Debugging any other issues that crop up on 'hybrid' installs like this is near impossible. The 'upgrade' option in the installer also fixes up a bunch of other things that a 'yum update' won't do. (Like removing obsolete entries from your modprobe.conf for one to give you an example). (The mess of updated dependancies is also why there's no kernel newer than 2.6.12 for FC3 -- Given it's so close to EOL, it'd be a race against time to get userspace back in ship-shape again. Rebasing to a newer upstream release is really painful in this regard, because a lot of the time, we don't realise we need newer package Y until /after/ we've shipped a kernel update, and broken previously working setups. |