Re: [SQL] PostgreSQL server terminated by signal 11

From: "Daniel Caune" <daniel(dot)caune(at)ubisoft(dot)com>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-admin(at)postgresql(dot)org>, <pgsql-sql(at)postgresql(dot)org>
Subject: Re: [SQL] PostgreSQL server terminated by signal 11
Date: 2006-07-28 12:49:04
Message-ID: 1E293D3FF63A3740B10AD5AAD88535D202B65042@UBIMAIL1.ubisoft.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin pgsql-sql

> -----Message d'origine-----
> De : Tom Lane [mailto:tgl(at)sss(dot)pgh(dot)pa(dot)us]
> Envoyé : jeudi, juillet 27, 2006 19:26
> À : Daniel Caune
> Cc : pgsql-admin(at)postgresql(dot)org; pgsql-sql(at)postgresql(dot)org
> Objet : Re: [SQL] PostgreSQL server terminated by signal 11
>
> "Daniel Caune" <daniel(dot)caune(at)ubisoft(dot)com> writes:
> > I run the command responsible for creating the index and I entered
> "continue" in gdb for executing the command. After a 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.
>

You were right.

Program received signal SIGSEGV, Segmentation fault.
0x08079e2a in slot_attisnull ()
(gdb) bt
#0 0x08079e2a in slot_attisnull ()
#1 0x0807a1d0 in slot_getattr ()
#2 0x080c6c73 in FormIndexDatum ()
#3 0x080c6ef1 in IndexBuildHeapScan ()
#4 0x0809b44d in btbuild ()
#5 0x0825dfdd in OidFunctionCall3 ()
#6 0x080c4f95 in index_build ()
#7 0x080c68eb in index_create ()
#8 0x08117e36 in DefineIndex ()
#9 0x081db4ee in ProcessUtility ()
#10 0x081d8449 in PostgresMain ()
#11 0x081d99d5 in PortalRun ()
#12 0x081d509e in pg_parse_query ()
#13 0x081d6c33 in PostgresMain ()
#14 0x081aae91 in ClosePostmasterPorts ()
#15 0x081ac14c in PostmasterMain ()
#16 0x08168f22 in main ()

--
Daniel

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message Tom Lane 2006-07-28 13:37:32 Re: [SQL] PostgreSQL server terminated by signal 11
Previous Message saurabh 2006-07-28 09:09:36 facing problem with CVS access

Browse pgsql-sql by date

  From Date Subject
Next Message Tom Lane 2006-07-28 13:37:32 Re: [SQL] PostgreSQL server terminated by signal 11
Previous Message Michael Glaesemann 2006-07-28 10:21:20 Re: primary keys as TEXT