Re: simple query terminated by signal 11

From: "Qingqing Zhou" <zhouqq(at)cs(dot)toronto(dot)edu>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: simple query terminated by signal 11
Date: 2006-06-20 02:15:04
Message-ID: e77ln0$4gt$1@news.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


""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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Wes 2006-06-20 02:23:11 Re: Adding foreign key constraints without integrity
Previous Message John DeSoi 2006-06-20 00:36:36 Re: psql for winxp?