Thread: server process was terminated by signal 11 postgres

server process was terminated by signal 11 postgres

From
fabrizio picca
Date:
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 ?



--
L'Estetica del lavoro è lo spettacolo della merce umana (Area)
--
http://www.fabpicca.net

Re: server process was terminated by signal 11 postgres

From
Oliver Elphick
Date:
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


Re: server process was terminated by signal 11 postgres

From
Tom Lane
Date:
fabrizio picca <fabrizio.picca@gmail.com> writes:
> 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 ?

Either a bug or a hardware problem.  You haven't given nearly enough
details to let anyone figure out which, however.  If you think it might
be a Postgres bug, please see the bug reporting guidelines here:
http://www.postgresql.org/docs/8.0/static/bug-reporting.html

            regards, tom lane

Re: server process was terminated by signal 11 postgres

From
fabrizio picca
Date:
thanks everybody, fortunately i've resolved everything.
The problem was a mistake in pointer allocation in one of the
C-Triggers i've developed.
I've detected the fault and everything is ok now.
Thanks again for the attention.

On 9/13/05, Tom Lane <tgl@sss.pgh.pa.us> wrote:
> fabrizio picca <fabrizio.picca@gmail.com> writes:
> > 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 ?
>
> Either a bug or a hardware problem.  You haven't given nearly enough
> details to let anyone figure out which, however.  If you think it might
> be a Postgres bug, please see the bug reporting guidelines here:
> http://www.postgresql.org/docs/8.0/static/bug-reporting.html
>
>                         regards, tom lane
>


--
L'Estetica del lavoro è lo spettacolo della merce umana (Area)
--
http://www.fabpicca.net