Re: BUG #6425: Bus error in slot_deform_tuple

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: postgres(at)dunquino(dot)com, pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #6425: Bus error in slot_deform_tuple
Date: 2012-02-01 18:10:07
Message-ID: CA+TgmoYiaJY4yKydS09ymXJmGPAT-BUHq36SBVB-8iG7bcFUxw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs pgsql-hackers

On Wed, Feb 1, 2012 at 11:04 AM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Have you read the thread about bug #6200?  I'm suspicious that this is
> the same or similar problem, with a slightly different visible symptom
> because of pickier hardware.  I'm afraid we don't know what's going on
> yet there either, but the idea that t_hoff is wrong gives us a new line
> of thought.

I went looking for commits that might be relevant to this that are new
in 9.0.6, also present in 9.1.2 (per 6200), and related to t_hoff, and
came up with this one:

Branch: master [039680aff] 2011-11-04 23:22:50 -0400
Branch: REL9_1_STABLE Release: REL9_1_2 [8bfc2b5a8] 2011-11-04 23:23:06 -0400
Branch: REL9_0_STABLE Release: REL9_0_6 [b07b2bdc5] 2011-11-04 23:23:16 -0400
Branch: REL8_4_STABLE Release: REL8_4_10 [23998fe99] 2011-11-04 23:23:24 -0400
Branch: REL8_3_STABLE Release: REL8_3_17 [c34088fde] 2011-11-04 23:23:33 -0400
Branch: REL8_2_STABLE Release: REL8_2_23 [73e8ee9eb] 2011-11-04 23:23:38 -0400

Author: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Date: Fri Nov 4 23:23:16 2011 -0400

Don't assume that a tuple's header size is unchanged during toasting.

Mind you, I have no evidence that this is related; it's just the only
thing that pops out at me.

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Alex Lai 2012-02-01 19:42:51 Re: BUG #6426: Complex query runs 10 times longer with "LIMIT 20"
Previous Message Robert Haas 2012-02-01 17:58:15 Re: BUG #6200: standby bad memory allocations on SELECT

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2012-02-01 18:13:29 Re: disable prompting by default in createuser
Previous Message Robert Haas 2012-02-01 17:47:49 Re: some longer, larger pgbench tests with various performance-related patches