Re: Problem with JDBC interface in Postgresql-6.3

From: Peter T Mount <pmount(at)maidast(dot)demon(dot)co(dot)uk>
To: Uri Blumenthal <uri(at)ibm(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Problem with JDBC interface in Postgresql-6.3
Date: 1998-03-17 07:10:04
Message-ID: Pine.LNX.3.95.980317070653.18802A-100000@maidast
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


[ I'm forwarding this to the hackers list, as this looks like a problem in
the backend ]

On Mon, 16 Mar 1998, Uri Blumenthal wrote:

> > I've tried to reproduce this, but it's not failing.
>
> Lucky you are...
>
> > This sounds like the backend dying while in the middle of the fastpath
> > call. If you run the backend with debugging enabled, does anything appear
> > when this fault occurs?
>
> You bet. Here's the output of "-d 3 -o /tmp/pgsql.log":
>
> NOTICE: DateStyle is Postgres with US (NonEuropean) conventions
> NOTICE: buffer leak [77] detected in BufferPoolCheckLeak()
> NOTICE: buffer leak [77] detected in BufferPoolCheckLeak()
> NOTICE: buffer leak [77] detected in BufferPoolCheckLeak()
> NOTICE: buffer leak [77] detected in BufferPoolCheckLeak()
> Failed Assertion("!(BufferIsValid(buffer)):", File: "bufmgr.c", Line: 1294)
> !(BufferIsValid(buffer)) (0) [No such file or directory]

Uri, what platform are you running the backend? This looks like something
serious is going wrong here...

> And here's the Java dump:

[ dump snipped - it's just confirming the above ]

--
Peter T Mount petermount(at)earthling(dot)net or pmount(at)maidast(dot)demon(dot)co(dot)uk
Main Homepage: http://www.demon.co.uk/finder
Work Homepage: http://www.maidstone.gov.uk Work EMail: peter(at)maidstone(dot)gov(dot)uk

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter T Mount 1998-03-17 07:14:18 Re: Problem with JDBC interface in Postgresql-6.3
Previous Message David Gould 1998-03-17 06:38:14 Re: [HACKERS] Re: [PATCHES] patches for 6.2.1p6