Re: [SQL] PostgreSQL server terminated by signal 11 - Mailing list pgsql-admin

From Tom Lane
Subject Re: [SQL] PostgreSQL server terminated by signal 11
Date
Msg-id 14155.1154042766@sss.pgh.pa.us
Whole thread Raw
In response to Re: [SQL] PostgreSQL server terminated by signal 11  ("Daniel Caune" <daniel.caune@ubisoft.com>)
Responses Re: [SQL] PostgreSQL server terminated by signal 11  (Daniel CAUNE <d.caune@free.fr>)
List pgsql-admin
"Daniel Caune" <daniel.caune@ubisoft.com> writes:
> I run the command responsible for creating the index and I entered "continue" in gdb for executing the command.
Aftera while, the server crashes: 

>   Program received signal SIGSEGV, Segmentation fault.
>   0x08079e2a in slot_attisnull ()
>   (gdb)
>   Continuing.

>   Program terminated with signal SIGSEGV, Segmentation fault.
>   The program no longer exists.

> I can't do "bt" since the program no longer exists.

I think you typed one carriage return too many and the thing re-executed
the last command, ie, the continue.  Try it again.

The lack of arguments shown for slot_attisnull suggests that all we're
going to get is a list of function names, without line numbers or
argument values.  If that's not enough to figure out the problem, can
you rebuild with --enable-debug to get a more useful stack trace?

            regards, tom lane

pgsql-admin by date:

Previous
From: Jeff Frost
Date:
Subject: Re: Re: [ADMIN] Postgres won´t restart after s
Next
From: "D'Arcy J.M. Cain"
Date:
Subject: Re: [SQL] PostgreSQL server terminated by signal 11