pg_regress fails at "point" test

From: pgsql-bugs(at)postgresql(dot)org
To: pgsql-bugs(at)postgresql(dot)org
Subject: pg_regress fails at "point" test
Date: 2001-07-30 10:57:52
Message-ID: 200107301057.f6UAvqI05395@hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Volker Hetzer (volker(dot)hetzer(at)fujitsu-siemens(dot)com) reports a bug with a severity of 3
The lower the number the more severe it is.

Short Description
pg_regress fails at "point" test

Long Description
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.

Greetings!
Volker

Sample Code
./configure --prefix=/vol1/scratch/PostgreSQL/7.1.2 --enable-unicode-conversion --enable-multibyte --with-tcl --without-tk --with-tclconfig=/opt/tcltk/8.3.3/lib --enable-odbc
#edited ./src/interfaces/libpgtcl/Makefile,
#./src/bin/pgtclsh/Makefile and ./src/pl/tcl/Makefile
#to insert -I flag so that tcl.h would be found ("-I/opt/.../include")
make
make check
#(make is gnumake 3.79)

No file was uploaded with this report

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message J.H.M. Dassen Ray 2001-07-30 12:38:41 Re: HELP! BUG? pg_dump mucks up grant/revoke
Previous Message Tom Lane 2001-07-29 22:15:04 Re: [GENERAL] HELP! BUG? pg_dump mucks up grant/revoke