Re: Bus error on make check

From: "Jonel Rienton" <jonel(at)rientongroup(dot)com>
To: "'Doug Hall'" <doughalldev(at)gmail(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Bus error on make check
Date: 2006-02-20 20:04:42
Message-ID: 00c601c63658$e3b15730$0302a8c0@aspire
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

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(at)postgresql(dot)org
[mailto:pgsql-general-owner(at)postgresql(dot)org] On Behalf Of Doug Hall
Sent: Monday, February 20, 2006 1:44 PM
To: pgsql-general(at)postgresql(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Warren 2006-02-20 20:12:29 Performance Problems
Previous Message Doug Hall 2006-02-20 19:44:28 Bus error on make check