Re: Problem with initdb

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problem with initdb
Дата
Msg-id 21090.1074491843@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Problem with initdb  (Frank Illner <Illner@lotto-brandenburg.de>)
Список pgsql-bugs
Frank Illner <Illner@lotto-brandenburg.de> writes:
> [ initdb fails on suse 8.2 ]

That seems quite odd.  I don't know what's going on, but I can suggest
how to find out.  Please rebuild with

    ./configure --enable-debug --enable-cassert

Then run the initdb with -n added to the command line.  The segfault
should then leave a "core" file in $PGDATA/base/1 (if not, try again
after doing "ulimit -c unlimited").  Then do

    $ gdb /path/to/postgres-executable $PGDATA/base/1/core
    gdb> bt
    gdb> quit

and send us gdb's output.

            regards, tom lane

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

Предыдущее
От: Ruslan A Dautkhanov
Дата:
Сообщение: vacuum inside the transaction
Следующее
От: Tom Lane
Дата:
Сообщение: Re: unique index problems