Re: psql dumps core

From: "K(dot) Ari Krupnikov" <ari(at)iln(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: psql dumps core
Date: 2000-07-04 08:14:34
Message-ID: 39619CEA.6C5FD34A@iln.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Tom Lane wrote:
>
> "K. Ari Krupnikov" <ari(at)iln(dot)net> writes:
> > psql on the clent machime aborts with this message:
>
> > psql:recreate-dbdom-db.pgsql:4: \connect: pqReadData() -- backend closed
> > the channel unexpectedly.
> > This probably means the backend terminated abnormally
> > before or while processing the request.
> > Segmentation fault (core dumped)
>
> > I get a core dump in the current directory on the client.
>
> No advice possible with so little information. What is the query
> that triggers the crash? What are the definitions of the tables
> used in the query? Can you get a backtrace from the psql coredump
> (and also from the backend coredump, if there is one ... which seems
> likely)?
>

this sequence causes the crash

# drop databse xxx;
# create database xxx;
# \c xxx;

and i was wrong when i said the backend doesn't crash - it does.

is there a limit on how many objects (tables, functions, etc) can be
created and dropped iin postgres?

--
K. Ari Krupnikov

DBDOM - bridging XML and relational databases
http://www.iter.co.il

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Michael Meskes 2000-07-04 08:28:54 Re: ecpg and include files
Previous Message Mike Mascari 2000-07-04 08:06:29 Re: [GENERAL] Re: [HACKERS] proposed improvements to PostgreSQL license