Frank Illner <[EMAIL PROTECTED]> 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

---------------------------(end of broadcast)---------------------------
TIP 2: you can get off all lists at once with the unregister command
    (send "unregister YourEmailAddressHere" to [EMAIL PROTECTED])

Reply via email to