Bug 461038
Summary: | el4u5 pv guest user coredump crashing system | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 4 | Reporter: | Greg Marsden <greg.marsden> |
Component: | kernel-xen | Assignee: | Oleg Nesterov <onestero> |
Status: | CLOSED ERRATA | QA Contact: | Chao Ye <cye> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 4.9 | CC: | clalance, cwyse, guru.anbalagane, herbert.van.den.bergh, keshav.sharma, mgahagan, onestero, qcai, sghosh, spurrier, tao, tina.yang, vfalico, xen-maint |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-02-16 16:02:28 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 Marsden
2008-09-03 15:58:46 UTC
This is a workaround, minimum fix. The problem is the page the __VSYSCALL_BASE points to in el4u5 XEN case doesn't seem to be ever set up. It seems to me the intended logic is only half-implemented. I did see however in el5, this part of the dump has been completely eliminated. So, whichever is appropriate. I have a customer report of this same problem, solved by this patch. I also have a customer report of this same problem, solved by this patch. Customer asks for hotfix. Can someone who is affected by this bug please let me know what the exact problem is, and if there is a way to reproduce it? The patch in Comment #1 looks sane enough, but I don't have a good idea of the real problem, and I would like to verify myself if a reproducer is available. Thanks, Chris Lalancette Committed in 89.2.EL *** Bug 594531 has been marked as a duplicate of this bug. *** Verified with -95.EL: ========================================= I'm still alive, will sleep now runtest.sh: line 20: 10904 Segmentation fault (core dumped) sh PCD.sh Success to core dump of process 10904 $ cat PCD.sh #!/bin/sh while true do echo "I'm still alive, will sleep now" sleep 60 done $ cat runtest.sh #!/bin/sh ulimit -c unlimited sh PCD.sh & ID=`ps aux | grep PCD | sed '/grep/d' | awk '{ print $2 }'` kill -s 11 $ID if [ -f core.$ID ]; then echo "Success to core dump of process $ID" rm -f core.$ID else echo "Failed to core dump of process $ID" fi Change status to VERIFIED An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2011-0263.html |