Re: Core dump when connecting to database

From: Stephan Szabo <sszabo(at)megazone23(dot)bigpanda(dot)com>
To: S Shaffer <smshaffer(at)usa(dot)net>
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: Core dump when connecting to database
Date: 2000-10-30 23:27:52
Message-ID: Pine.BSF.4.10.10010301526180.57531-100000@megazone23.bigpanda.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


Where are your postmaster logs going? (where is your startup redirecting
stdout and stderr). Those may have additional information.
Also, can you get a backtrace from the core file with gdb?

On Mon, 30 Oct 2000, S Shaffer wrote:

> **** Post for FREE via your newsreader at post.usenet.com ****
>
> Pgsql Users,
>
> I get the following message when trying to connect to database using psql or
> the ODBC driver.
>
> Connection to database 'warehouse' failed.
> pqReadData() -- backend closed the channel unexpectedly.
> This probably means the backend terminated abnormally
> before or while processing the request.
>
> and also a core dump in the 'warehouse' database directory. I can connect to
> other databases normally.
>
> I think the problem started when an admin user was creating a new view & had
> trouble.
>
> Can anyone help me with the syntax to get the postmaster to log more
> information on the error to a file?
>
> Is there any other way to get in & try to identify & fix the problems?
>
> Thanks for any help you can give me,

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message pgsql-bugs-owner 2000-10-31 02:04:10 68E5-58AF-9EBF : CONFIRM from pgsql-bugs (set)
Previous Message S Shaffer 2000-10-30 20:19:52 Core dump when connecting to database