Обсуждение: Bus error on make check

Поиск
Список
Период
Сортировка

Bus error on make check

От
Doug Hall
Дата:
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

Re: Bus error on make check

От
"Jonel Rienton"
Дата:
Usually bus error is cause by bad memory, haven't seen this kind of error in
a long time.

-----Original Message-----
From: pgsql-general-owner@postgresql.org
[mailto:pgsql-general-owner@postgresql.org] On Behalf Of Doug Hall
Sent: Monday, February 20, 2006 1:44 PM
To: pgsql-general@postgresql.org
Subject: [GENERAL] Bus error on make check

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

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
       choose an index scan if your joining column's datatypes do not
       match

--
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.375 / Virus Database: 267.15.11/264 - Release Date: 2/17/2006



Re: Bus error on make check

От
"Doug Hall"
Дата:
Nevermind. It was a configuration error. I thought I'd get smart by using /usr/local instead of the default libraries and includes. Once I reverted back to the defaults, all went well. Thanks anyway!

Doug