[ 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
pgsql-hackers by date
| Next: | From: Peter T Mount | Date: 1998-03-17 07:14:18 |
| Subject: Re: Problem with JDBC interface in Postgresql-6.3 |
| Previous: | From: David Gould | Date: 1998-03-17 06:38:14 |
| Subject: Re: [HACKERS] Re: [PATCHES] patches for 6.2.1p6 |