Re: initdb core dump

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Jason Wehmhoener" <jason(at)spiraltribe(dot)com>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: initdb core dump
Date: 2003-02-05 06:25:03
Message-ID: 22664.1044426303@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

"Jason Wehmhoener" <jason(at)spiraltribe(dot)com> writes:
> I am attempting to install PostgreSQL 7.3.1 for the first time on a Redhat
> 7.1 Linux box.
> I'm getting a core dump when I do the following.

More context, please. Is this an RPM install (whose RPM?) or did you
build from source (if so, with what configure switches)?

It would be useful to run initdb with -n switch (so it doesn't remove
the core file) and then get a stack trace from the coredump with gdb.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Ricardo Capurro 2003-02-05 13:30:35 Troubles with JDBC method DataBaseMetaData.getTables()
Previous Message David Heggie 2003-02-05 01:13:18 Bug with Temp table with serial column