Re: Problem compiling PostgreSQL 8.1.4 on AIX.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problem compiling PostgreSQL 8.1.4 on AIX.
Дата
Msg-id 28143.1155397311@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Problem compiling PostgreSQL 8.1.4 on AIX.  (Nzer Zaidenberg <scipioenterprises@yahoo.com>)
Ответы Re: Problem compiling PostgreSQL 8.1.4 on AIX.  (Nzer Zaidenberg <scipioenterprises@yahoo.com>)
Re: Problem compiling PostgreSQL 8.1.4 on AIX.  (Nzer Zaidenberg <scipioenterprises@yahoo.com>)
Список pgsql-ports
Nzer Zaidenberg <scipioenterprises@yahoo.com> writes:
>  same error:

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

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

В списке pgsql-ports по дате отправления:

Предыдущее
От: Nzer Zaidenberg
Дата:
Сообщение: Re: Problem compiling PostgreSQL 8.1.4 on AIX.
Следующее
От: Nzer Zaidenberg
Дата:
Сообщение: Re: Problem compiling PostgreSQL 8.1.4 on AIX.