Re: postgres segfaulting on pg_restore

From: Craig Ringer <craig(at)postnewspapers(dot)com(dot)au>
To: chris(at)chriscurvey(dot)com
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: postgres segfaulting on pg_restore
Date: 2011-04-05 03:59:29
Message-ID: 4D9A93A1.1060606@postnewspapers.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 05/04/11 11:18, Chris Curvey wrote:

> This is on Ubuntu 10.10 server, 64-bit on Intel. I'm running Postgres
> 9.0.3, 64-bit from the ppa repository.
>
> What can I do to help the developers find the root cause of this? I'm
> happy to run a debug version, or find a corefile, or whatever I can, but
> I might need some guidance, as I'm pretty new to postgres.

A backtrace would be a good start. On Ubuntu you will need to install
debuginfo packages first. For details, see:

http://wiki.postgresql.org/wiki/Getting_a_stack_trace_of_a_running_PostgreSQL_backend_on_Linux/BSD

--
Craig Ringer

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message hubert depesz lubaczewski 2011-04-05 06:41:21 Why security-definer functions are executable by public by default?
Previous Message Chris Curvey 2011-04-05 03:18:50 postgres segfaulting on pg_restore