Re: PostgreSQL server terminated by signal 11 - Mailing list pgsql-sql

From Tom Lane
Subject Re: PostgreSQL server terminated by signal 11
Date
Msg-id 27282.1154030751@sss.pgh.pa.us
Whole thread Raw
In response to PostgreSQL server terminated by signal 11  ("Daniel Caune" <daniel.caune@ubisoft.com>)
List pgsql-sql
"Daniel Caune" <daniel.caune@ubisoft.com> writes:
> My PostgreSQL server running on a Linux machine is terminated by signal
> 11 whenever I try to create some indexes on a table, which contains
> quite a lot of data.

Judging from your examples it's got something to do with the partial
index WHERE clause.  What PG version is this exactly?  If you leave out
different parts of the WHERE, does it still crash?  Does the crash
happen immediately after you give the command, or does it run for
awhile?  It might be worth getting a stack trace from the failure
(best way is to attach to the running backend with gdb, provoke the
crash, and do "bt" --- search for "gdb" in the archives if you need
details).
        regards, tom lane


pgsql-sql by date:

Previous
From: Erik Jones
Date:
Subject: Re: Disk is full, what's cool to get rid of?
Next
From: Tom Lane
Date:
Subject: Re: Disk is full, what's cool to get rid of?