bug-bison
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bison 1.29 build failed (make check) on solaris 2.6


From: Paul Lew
Subject: Re: bison 1.29 build failed (make check) on solaris 2.6
Date: Mon, 10 Sep 2001 01:24:13 -0700

>>>>> "Akim" == Akim Demaille <address@hidden> writes:

    Akim> Thanks a lot for the report.  Well, that's extremely weird.
    Akim> May I ask you to run this?

    Akim> ./testsuite -d -v 22

I run it and still need a ^C to kill it:

cns-build2 paullew tests>> ./testsuite -d -v 22
## -------------------------- ##
## GNU Bison 1.29 test suite. ##
## -------------------------- ##
22. calc.at:372: testing Calculator --debug...
calc.at:372: bison calc.y -o calc.c --debug
calc.at:372: $CC $CFLAGS $CPPFLAGS calc.c -o calc
calc.at:372: calc ./input 2>&1 >/dev/null | grep 'parse error' >&2

The process tree looks like:

 9772  paullew  S pts/16    0:01 |  |  zsh
13251  paullew  S pts/16    0:00 |  |  |  /bin/sh ./testsuite -d -v 22
13357  paullew  S pts/16    0:00 |  |  |  |  /bin/sh ./testsuite -d -v 22
13377  paullew  S pts/16    0:00 |  |  |  |  |  grep parse error
13378  paullew  S pts/16    0:00 |  |  |  |  |  |  calc ./input

It is not using much cpu.

    Akim> ./testsuite -d -v 22 </dev/null

cns-build2 paullew tests>> ./testsuite -d -v 22 < /dev/null
## -------------------------- ##
## GNU Bison 1.29 test suite. ##
## -------------------------- ##
22. calc.at:372: testing Calculator --debug...
calc.at:372: bison calc.y -o calc.c --debug
calc.at:372: $CC $CFLAGS $CPPFLAGS calc.c -o calc
calc.at:372: calc ./input 2>&1 >/dev/null | grep 'parse error' >&2
calc.at:372: ./calc <input 2>&1 >/dev/null | grep 'parse error' >&2
calc.at:372: ./calc <input 2>&1 >/dev/null | grep 'parse error' >&2
calc.at:372: ./calc <input 2>&1 >/dev/null | grep 'parse error' >&2
calc.at:372: ./calc <input 2>&1 >/dev/null | grep 'parse error' >&2
calc.at:372: ./calc <input 2>&1 >/dev/null | grep 'parse error' >&2
22. calc.at:372: ok
## ---------------------------- ##
## All 1 tests were successful. ##
## ---------------------------- ##

This one ends.
                                        -- Paul  09/10/01  01:23 AM --





reply via email to

[Prev in Thread] Current Thread [Next in Thread]