Re: Problem with initdb - Mailing list pgsql-bugs

From Tom Lane
Subject Re: Problem with initdb
Date
Msg-id 21090.1074491843@sss.pgh.pa.us
Whole thread Raw
In response to Problem with initdb  (Frank Illner <Illner@lotto-brandenburg.de>)
List 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 by date:

Previous
From: Ruslan A Dautkhanov
Date:
Subject: vacuum inside the transaction
Next
From: Tom Lane
Date:
Subject: Re: unique index problems