Bug 5946 - gawk hangs on Alpha/Jensen
Summary: gawk hangs on Alpha/Jensen
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: gawk
Version: 6.1
Hardware: alpha
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Cristian Gafton
QA Contact:
URL:
Whiteboard:
: 5878 (view as bug list)
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 1999-10-14 11:06 UTC by mchampig
Modified: 2008-05-01 15:37 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2000-02-05 19:17:02 UTC
Embargoed:


Attachments (Terms of Use)

Description mchampig 1999-10-14 11:06:45 UTC
gawk shipped with latest Raw Hide, and with RH6.0, hangs
on Alpha/Jensen. gawk works fine on other Alpha machines
I've tried (ie. Multia, AlphaStation, XLT-300). This causes
lots of problems, not least of which is the machine
can't boot. pidofproc() in /etc/rc.d/init.d/functions uses
awk and causes a hang at boot time.

I have sent a strace of gawk to notting. If
another developer needs this, please let me know.

If you need a Jensen box donation please contact me. I
may have a donor for you.

Comment 1 Bill Nottingham 1999-10-14 15:22:59 UTC
*** Bug 5878 has been marked as a duplicate of this bug. ***

The daemon() and killproc() functions defined in the
the file "functions" from initscripts is causing hangs
at bootup on Alpha/Jensen. I am looking into this. As
a horrible workaround, I've just returned immediately from
these function and started/stopped system services by
hand. Yuck! I'll try to narrow down the problem. I don't
know why this just happens on Jensen since my other Alpha
boxes work fine with these functions. Might have something
to do with the generic kernel for RH6.0 not working on
Jensen. I'll have more details soon to help you resolve
this since I know you don't have a Jensen box.

------- Additional Comments From notting  10/12/99 11:50 -------
Does the Jensen have some sort of weird console?
Out of curiousity, if you try the latest initscripts from Raw Hide
(unfortunately, this might pull in some other requires), does
that fare better?

------- Additional Comments From notting  10/12/99 11:54 -------
One thing that should narrow the hang down fairly quickly is to
add 'set -x' to the beginning of daemon() & killproc().


------- Additional Comments From mchampig  10/13/99 14:07 -------
I've narrowed the problem down. There is nothing wrong with daemon()
or killproc() per se. It's the call to pidofproc() in each that is
causing the hang. In particular, the call to awk is hanging. Sure
enough, I tried running awk alone from the command line. It hangs
every time on Jensen. :-( Looks like it's broke...maybe a compiler
bug in EV4 machines? Hmmm. Anyway, several options here...you could
use grep/cut/sed/perl instead of awk to parse the field in ps output.
Better yet, why not just dump the calls to awk? You are already
checking for the process id with pidof. There is really no reason
to be redundant. I'm sure pidof takes care of checking the process
table better than searching the output of "ps ax".

A workaround for Jensen owners is to return "0" just before the
awk invokation. More seriously, awk is broken on Jensen. Maybe
building without optimizations could fix it.

------- Additional Comments From notting  10/13/99 14:11 -------
Out of curiosity, if you do 'strace awk', what exactly
*is* it doing?

Does the awk currently in Raw Hide (gawk-3.0.4-1)
work any better?  If awk is broken, more things are
going to break, probably in bizarre ways.Could you resend that strace? It didn't seem to make it here.

Comment 2 Bill Nottingham 2000-02-05 19:17:59 UTC
This should be fixed with the kernels that shipped with 6.1
Alpha; (2.2.14 or later); this has fixes in the fp-emul
code that should fix this.


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