Bug 607843
Summary: | fsck exits with signal 11 (segmentation fault) | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 5 | Reporter: | Lachlan McIlroy <lmcilroy> | ||||||
Component: | e2fsprogs | Assignee: | Eric Sandeen <esandeen> | ||||||
Status: | CLOSED ERRATA | QA Contact: | BaseOS QE - Apps <qe-baseos-apps> | ||||||
Severity: | medium | Docs Contact: | |||||||
Priority: | medium | ||||||||
Version: | 5.5 | CC: | bnater, dwysocha, raarora, sct, tao, vgaikwad | ||||||
Target Milestone: | rc | ||||||||
Target Release: | --- | ||||||||
Hardware: | All | ||||||||
OS: | Linux | ||||||||
Whiteboard: | |||||||||
Fixed In Version: | e2fsprogs-1.39-27.el5 | Doc Type: | Bug Fix | ||||||
Doc Text: | Story Points: | --- | |||||||
Clone Of: | Environment: | ||||||||
Last Closed: | 2011-07-21 09:05:50 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: | |||||||||
Attachments: |
|
Description
Lachlan McIlroy
2010-06-25 01:44:48 UTC
Created attachment 426741 [details] Patch that should fix the problem This patch was sourced from: http://git.kernel.org/?p=fs/ext2/e2fsprogs.git;a=commitdiff;h=641b66bc7ee0a880b0eb0125dff5f8ed8dd5a160 Created attachment 427842 [details]
Patch to prevent floating point precision errors
This version of the patch fixes two more cases of the same bug.
The first patch was tested by the customer and it allowed e2fsck to run a bit further before hitting the same bug in another bit of code:
Program received signal SIGSEGV, Segmentation fault.
0x0000000000413f0f in get_refcount_el (refcount=0x18f4d730, blk=12354051, create=0) at ea_refcount.c:202
202 if (blk == refcount->list[mid].ea_blk) {
This patch fixes this case and also a third case found by inspection.
Lachlan, thanks for the patch and the upstream submission This request was evaluated by Red Hat Product Management for inclusion in the current release of Red Hat Enterprise Linux. Because the affected component is not scheduled to be updated in the current release, Red Hat is unfortunately unable to address this request at this time. Red Hat invites you to ask your support representative to propose this request, if appropriate and relevant, in the next release of Red Hat Enterprise Linux. Built & tagged in e2fsprogs-1.39-27.el5 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/RHBA-2011-1080.html 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/RHBA-2011-1080.html *** Bug 1005192 has been marked as a duplicate of this bug. *** |