Re: Initdb problem on debian mips cobalt: Bus error

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: glynastill(at)yahoo(dot)co(dot)uk
Cc: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>, pgsql-general(at)postgresql(dot)org
Subject: Re: Initdb problem on debian mips cobalt: Bus error
Date: 2008-07-22 15:03:07
Message-ID: 28410.1216738987@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Glyn Astill <glynastill(at)yahoo(dot)co(dot)uk> writes:
> I've just recompiled again after configuring with --enable-debug, and for completeness here's all the output from gdb:

> # gdb /usr/pgsql_src/postgresql-8.3.3/src/test/regress/tmp_check/install/usr/local/pgsql/bin/initdb core

Well, there's part of your problem: the program that is crashing is not
initdb. Specify the postgres executable, instead. Note the

> warning: core file may not match specified executable file.
> Core was generated by `/usr/pgsql_src/postgresql-8.3.3/src/test/regress/tmp_check/install/usr/local/pg'.

though this is evidently getting confused by the overly long path,
so you might still see the warning even after picking the right
executable.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rodrigo E. De León Plicet 2008-07-22 15:08:17 Re: ER diagram software
Previous Message Glyn Astill 2008-07-22 14:50:01 Re: Initdb problem on debian mips cobalt: Bus error