Re: server process was terminated by signal 11 postgres

From: Oliver Elphick <olly(at)lfix(dot)co(dot)uk>
To: fabrizio(dot)picca(at)gmail(dot)com
Cc: pgsql-novice(at)postgresql(dot)org
Subject: Re: server process was terminated by signal 11 postgres
Date: 2005-09-13 11:11:11
Message-ID: 1126609871.2559.64.camel@linda
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On Tue, 2005-09-13 at 10:42 +0200, fabrizio picca wrote:
> When i try inserting a quite large amount from data (imported from a
> text file via Java) i get this error wich cames non always at the same
> time.
>
> What is this caused by ?

Signal 11 is a segmentation fault on Unix systems; this means that the
server process has tried to write to an invalid memory address. It
could be caused by an error in the postgres program itself, or in Java,
or possibly by a hardware fault in your machine's memory.

You need to give many more details: which operating system, which
version of PostgreSQL; more details of the command being run - is this
under JBDC? If possible, get a backtrace of the error from the server.

--
Oliver Elphick olly(at)lfix(dot)co(dot)uk
Isle of Wight http://www.lfix.co.uk/oliver
GPG: 1024D/A54310EA 92C8 39E7 280E 3631 3F0E 1EC0 5664 7A2F A543 10EA
========================================
Do you want to know God? http://www.lfix.co.uk/knowing_god.html

In response to

Browse pgsql-novice by date

  From Date Subject
Next Message Tom Lane 2005-09-13 15:14:24 Re: server process was terminated by signal 11 postgres
Previous Message fabrizio picca 2005-09-13 08:42:47 server process was terminated by signal 11 postgres