Re: simple query terminated by signal 11

From: "Thomas Chille" <thomas(at)chille(dot)de>
To: "Qingqing Zhou" <zhouqq(at)cs(dot)toronto(dot)edu>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: simple query terminated by signal 11
Date: 2006-06-20 12:06:12
Message-ID: cad2de1c0606200506m75dd52cv7a11bfcff2c15bf3@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi Qingqing,

thanks for your reply!

The postgresql version is 8.0.4 and runs on a debian based linux
server with kernel 2.6.11.2.

I never dealed with a core dump before. but after setting "ulimit -c
1024" i got it.

I don't know how to post it, because the size is 1,5 MB?! I try to
attch it as gzip.

I also could not install dbg on the erroneous system, so i tried to
examine the core dump on another machine (gentoo) with postgres 8.0.4
anf got the following output:

spoonpc01 ~ # gdb /usr/bin/postgres core
GNU gdb 6.4
Copyright 2005 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i686-pc-linux-gnu"...(no debugging symbols found)
Using host libthread_db library "/lib/tls/libthread_db.so.1".

warning: core file may not match specified executable file.
(no debugging symbols found)
Core was generated by `postgres: postgres backoffice_db [local] SELECT '
.
Program terminated with signal 11, Segmentation fault.
#0 0x080753c2 in DataFill ()
(gdb) where
#0 0x080753c2 in DataFill ()
#1 0xb74253d4 in ?? ()
#2 0x0000001d in ?? ()
#3 0x08356fa8 in ?? ()
#4 0x08379420 in ?? ()
#5 0x00000000 in ?? ()
(gdb)

What i can say too, is that i can reproduce the error everytime with
the same query.

thanks in advonce

On 6/20/06, Qingqing Zhou <zhouqq(at)cs(dot)toronto(dot)edu> wrote:
>
> ""Thomas Chille"" <thomas(dot)chille(at)gmail(dot)com> wrote
> > Hi List,
> >
> > i run in to an error while dumping a db.
> >
> > after investigating it, i found a possible corrupted table. but i am not
> sure.
> > and i dont know how i can repair it? could it be a harddrive error?
> >
> >
> > # now the error: SELECT * FROM hst_sales_report WHERE id = 5078867
> >
> > [6216 / 2006-06-19 18:46:23 CEST]LOG: 00000: connection received:
> > host=[local] port=
> > [6216 / 2006-06-19 18:46:23 CEST]LOCATION: BackendRun, postmaster.c:2679
> > [6216 / 2006-06-19 18:46:23 CEST]LOG: 00000: connection authorized:
> > user=postgres database=backoffice_db
> > [6216 / 2006-06-19 18:46:23 CEST]LOCATION: BackendRun, postmaster.c:2751
> > [6216 / 2006-06-19 18:46:23 CEST]LOG: 00000: statement: SELECT * FROM
> > hst_sales_report WHERE id = 5078867
> > [6216 / 2006-06-19 18:46:23 CEST]LOCATION: pg_parse_query, postgres.c:526
> > [3762 / 2006-06-19 18:46:23 CEST]LOG: 00000: server process (PID
> > 6216) was terminated by signal 11
> > [3762 / 2006-06-19 18:46:23 CEST]LOCATION: LogChildExit,
> postmaster.c:2358
> > [3762 / 2006-06-19 18:46:23 CEST]LOG: 00000: terminating any other
> > active server processes
> > [3762 / 2006-06-19 18:46:23 CEST]LOCATION: HandleChildCrash,
> postmaster.c:2251
> > [3985 / 2006-06-19 18:46:23 CEST]WARNING: 57P02: terminating
> > connection because of crash of another server process
> > [3985 / 2006-06-19 18:46:23 CEST]DETAIL: The postmaster has commanded
> > this server process to roll back the current transaction and exit,
> > because another server process exited abnormally and possibly
> > corrupted shared memory.
>
> Which verison are you using? In any way, except a random hardware error, we
> expect Postgres to be able to detect and report the problem instead of a
> silent core dump. So can you gather the core dump and post it here?
>
> Regards,
> Qingqing
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: Don't 'kill -9' the postmaster
>

Attachment Content-Type Size
core.gz application/x-gzip 0 bytes

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message John DeSoi 2006-06-20 12:17:11 Re: psql for winxp?
Previous Message Gurjeet Singh 2006-06-20 12:04:23 Re: join on next row