Re: server process was terminated by signal 11 postgres - Mailing list pgsql-novice

From Oliver Elphick
Subject Re: server process was terminated by signal 11 postgres
Date
Msg-id 1126609871.2559.64.camel@linda
Whole thread Raw
In response to server process was terminated by signal 11 postgres  (fabrizio picca <fabrizio.picca@gmail.com>)
List 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@lfix.co.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


pgsql-novice by date:

Previous
From: fabrizio picca
Date:
Subject: server process was terminated by signal 11 postgres
Next
From:
Date:
Subject: Re: psql, pg_dumpall, remote server questions...