Re: Problem compiling PostgreSQL 8.1.4 on AIX.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Nzer Zaidenberg <scipioenterprises(at)yahoo(dot)com>
Cc: pgsql-ports(at)postgresql(dot)org
Subject: Re: Problem compiling PostgreSQL 8.1.4 on AIX.
Date: 2006-08-12 15:41:51
Message-ID: 28143.1155397311@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Nzer Zaidenberg <scipioenterprises(at)yahoo(dot)com> writes:
> same error:

> creating template1 database in /installs/PostgreSQL/postgresql-8.1.4/src/test/regress/./tmp_check/data/base/1 ... child process was terminated by signal 11
> initdb: data directory "/installs/PostgreSQL/postgresql-8.1.4/src/test/regress/./tmp_check/data" not removed at user's request

OK, that crash should be leaving a core file --- try to get a stack
trace from the core and post it here. If you didn't already configure
with --enable-debug, do so and rebuild, else the trace won't be very
useful. If you're not familar with gdb, the basic idea is

$ gdb /path/to/postgres-executable /path/to/corefile
gdb> bt
gdb> q

regards, tom lane

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message Nzer Zaidenberg 2006-08-12 21:17:26 Re: Problem compiling PostgreSQL 8.1.4 on AIX.
Previous Message Nzer Zaidenberg 2006-08-12 11:41:33 Re: Problem compiling PostgreSQL 8.1.4 on AIX.