Re: vacuum segmentation fault

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alfranio Correia Junior <alfranio(at)lsd(dot)di(dot)uminho(dot)pt>
Cc: Hackers <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: vacuum segmentation fault
Date: 2006-02-07 18:04:44
Message-ID: 27342.1139335484@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Alfranio Correia Junior <alfranio(at)lsd(dot)di(dot)uminho(dot)pt> writes:
> I've tried to run vacuum full analyze with postgresql 8.1.1 and 8.1.2
> and in both cases I've seen a segmentation fault.

> #0 ArrayGetNItems (ndim=3342336, dims=0x901adf4) at arrayutils.c:62

This looks like a corrupt-data problem to me. If so, this isn't the
way to diagnose it --- you should go about identifying and getting rid
of the corrupted row.

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Andy Klosterman 2006-02-07 20:15:45 BUG #2246: Bad malloc interactions: ecpg, openssl
Previous Message Alfranio Correia Junior 2006-02-07 17:51:33 vacuum segmentation fault