Re: initdb - segmentation fault

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bradley Brown <bradley(at)segrestfarms(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: initdb - segmentation fault
Date: 2002-02-11 16:37:12
Message-ID: 7292.1013445432@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Bradley Brown <bradley(at)segrestfarms(dot)com> writes:
> [ initdb crashes on RHL 7.1 ]

Curious. Can you think of anything at all that's unusual about your
installation? You're surely not the first to use these RPMs on RHL 7.1,
so there must be something out of the ordinary.

> Core was generated by `/usr/bin/postgres -o /dev/null -O -F
> -D/var/lib/pgsql/data template1'.
> Program terminated with signal 11, Segmentation fault.
> #0 0x402b66b9 in ?? ()
> (gdb) quit

This is quite unhelpful --- but a backtrace (bt) might tell something.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Szabo 2002-02-11 16:38:10 Re: pg_hba.conf problem?
Previous Message Jan Poslusny 2002-02-11 16:35:47 Re: getting currval from a sequence - BUG ?