Re: PostgreSQL service terminated by query

From: Richard Huxton <dev(at)archonet(dot)com>
To: adrian(dot)kitchingman(at)dse(dot)vic(dot)gov(dot)au
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL service terminated by query
Date: 2013-03-26 11:28:59
Message-ID: 5151867B.3030001@archonet.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 26/03/13 05:55, adrian(dot)kitchingman(at)dse(dot)vic(dot)gov(dot)au wrote:
> I'm hoping I can get some info on a query which terminates my PostgreSQL
> service.
> The query is a relatively simple PostGIS query:

> The log text when the service crashes is:

> 2013-03-26 15:49:55 EST LOG: server process (PID 3536) was terminated by
> exception 0xC0000005
> 2013-03-26 15:49:55 EST HINT: See C include file "ntstatus.h" for a
> description of the hexadecimal value.

> I'm running PostgreSQL 9.1 with PostGIS 2.0 installed on an WinXP SP3:
> 4GB RAM machine. Shared_buffers set at 50MB. Let me know if further info
> needed.

This is a Windows memory-related error. It might be due to a library
problem, bad RAM or a corrupted pointer in the database table itself.

1. Can you reliably produce the error with this specific gid?
2. Can you dump the database (or perhaps just the tables in question)?

If we can't find any problems in the database itself and you can spare
the downtime, it may be worth running a RAM checker overnight.

> Notice:
> This email and any attachments may contain information that is personal,
> confidential,
> legally privileged and/or copyright. No part of it should be reproduced,
> adapted or communicated without the prior written consent of the
> copyright owner.

Oh no, too late!

--
Richard Huxton
Archonet Ltd

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Daniel Cristian Cruz 2013-03-26 12:08:40 Re: Bad plan on a huge table query
Previous Message Richard Huxton 2013-03-26 11:22:18 Re: Do "after update" trigger block the current transaction?