Bus error on make check - Mailing list pgsql-general

From Doug Hall
Subject Bus error on make check
Date
Msg-id 3E28F09A-1BED-457B-B590-4073A0D42CB7@gmail.com
Whole thread Raw
Responses Re: Bus error on make check  ("Jonel Rienton" <jonel@rientongroup.com>)
Re: Bus error on make check  ("Doug Hall" <doughalldev@gmail.com>)
List pgsql-general
I get the following errors upon running a make check for 8.1.3:

./pg_regress: line 503:  9002 Bus error               "$bindir/psql" -
X $psql_options postgres </dev/null 2>/dev/null
./pg_regress: line 503:  9007 Bus error               "$bindir/psql" -
X $psql_options postgres </dev/null 2>/dev/null
./pg_regress: line 503:  9012 Bus error               "$bindir/psql" -
X $psql_options postgres </dev/null 2>/dev/null
running on port 55432 with pid 8714
============== creating database "regression"         ==============
./pg_regress: line 541:  9019 Bus error               "$bindir/
createdb" $encoding_opt $psql_options --template template0 "$dbname"
pg_regress: createdb failed
make[2]: *** [check] Error 2
make[1]: *** [check] Error 2
make: *** [check] Error 2

Any ideas what could cause this?

Thanks,
Doug

pgsql-general by date:

Previous
From: "Andrus"
Date:
Subject: Re: How to determine number of established connections
Next
From: "Jonel Rienton"
Date:
Subject: Re: Bus error on make check