Re: pg_regress fails at "point" test

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: volker(dot)hetzer(at)fujitsu-siemens(dot)com, pgsql-bugs(at)postgresql(dot)org
Subject: Re: pg_regress fails at "point" test
Date: 2001-07-30 14:19:23
Message-ID: 20664.996502763@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

pgsql-bugs(at)postgresql(dot)org writes:
> gcc2.95; hppa2.0-hp-hpux10.20, postgresql 7.1.2
> make check checks the first group all right (tests check out ok and
> a process "postgres:" shows up in the process list.
> When "make check" displays "parallel group (18 tests): point lseg"
> the "postgres:" process disappears from the process list and
> the test does not complete. Or, rather, not until I lose
> patience (15min). Incidentally the shell process that make started
> keeps running and eats up all the CPU time.

Known bug in HPUX's Bourne shell --- evidently it can't cope with so
many children in parallel. It works if you do

gmake SHELL=/bin/ksh check

or if you run the non-parallel "installcheck". See FAQ_HPUX.

If I still had a support contract in force with HP, I'd file a bug
report...

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs 2001-07-30 20:47:53 Postmaster will not restart
Previous Message J.H.M. Dassen Ray 2001-07-30 12:38:41 Re: HELP! BUG? pg_dump mucks up grant/revoke