Bug 42093 - dump sometimes hangs during a dump
Summary: dump sometimes hangs during a dump
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: gcc
Version: 7.1
Hardware: i386
OS: Linux
medium
high
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact: David Lawrence
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-05-24 08:22 UTC by Chris Siebenmann
Modified: 2007-04-18 16:33 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-10-02 19:26:08 UTC
Embargoed:


Attachments (Terms of Use)

Description Chris Siebenmann 2001-05-24 08:22:40 UTC
Description of Problem:

 Dump (0.4b21) sometimes hangs while attempting to dump (large?)
filesystems. The hang manifests as a cessation of output; if one
examines the process tree of dump processes, everyone is waiting
deadlocked on something (grandparent for parent death, parent for
socket input, children in pause()).

How Reproducible:

 Since people are not hammering down the doors with this one, I assume
that it is somewhat of a Heisenbug, depending on the exact situation
and filesystem in question. At the moment I can reproduce it reliably
on three of my filesystems; tomorrow I may not be able to do so. (Thus
I cannot 100% guarantee that I will be able to test a fix for this.)

Additional Information:
	
 This appears to be a known bug for/with the dump developers; at the
Sourceforge dump project page it is bug id 223582; the full URL is
http://sourceforge.net/tracker/index.php?func=detail&aid=223582&group_id=1306&atid=101306

 The conclusion reached there is that there is a compiler bug in the
gcc shipped with RedHat 7.0 and 7.1 that dump is tripping over. If
compiled with kgcc, dump 0.4b22 works fine; I have verified this.

Comment 1 Mike A. Harris 2001-05-31 08:51:05 UTC
Jakub, can you look at this please?  If it is a compiler bug, it is way
over my head.  It could be just another case of "Red Hat's compiler won't
build it so their compiler is broken because my code couldn't possibly
have bugs in it such as standards compliancy issues" - which is the case
99% of the time from my experience.

Comment 2 Chris Siebenmann 2001-06-01 09:11:37 UTC
 I should clarify something, to be clear:

 The problem happens with *Red Hat's* 7.1 dump-0.4b21 RPM of dump, as
installed normally on a Red Hat 7.1 system.

 It also happens with the latest 'master' version of dump, from the dump
people; they are tracking that as a bug, and assert that it is a compiler
problem. (I don't know if their assertion is right or not; I stand mute
on the issue.)

 Regardless of whether the compiler or the dump code itself is the buggy
party, Red Hat's dump RPM has a problem. The simplest short term fix may
or may not be 'rebuild with kgcc'. (My preferred long term fix is 'either
fix the compiler or fix dump's code problems, whichever is the actual
cause', but finding the core problem is probably going to take more than
a bit of work.)


Comment 3 Mike A. Harris 2001-06-12 23:27:16 UTC
Jakub, after looking into this problem a bit, it does indeed seem to point
to a compiler bug.  Could you please look into this and see what is
triggering it?  It appears to work fine if built without optimizations,
but not work if built normally.

Comment 4 Jakub Jelinek 2004-10-02 19:26:08 UTC
If you are able to reproduce this with current GCC and dump, please
reopen.


Note You need to log in before you can comment on or make changes to this bug.