Re: Corrupted Table

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: "Bryan White" <bryan(at)arcamax(dot)com>
Cc: "pgsql-general" <pgsql-general(at)postgreSQL(dot)org>
Subject: Re: Corrupted Table
Date: 2000-07-31 19:17:58
Message-ID: 10266.965071078@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

"Bryan White" <bryan(at)arcamax(dot)com> writes:
> As a result of this event, in the log file I see:
> ---------------
> Server process (pid 21764) exited with status 139 at Mon Jul 31 14:51:44

Status 139 indicates a SEGV trap on most Unixen. There should be a core
dump left by the crashed backend --- can you get a backtrace from it
with gdb?

I concur that this probably indicates corrupted data in the file. We
may or may not be able to guess how it got corrupted, but a stack trace
seems like the place to start.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Felipe Alvarez Harnecker 2000-07-31 19:34:19 Re: select question
Previous Message Tom Lane 2000-07-31 19:15:42 Re: vacuum messges