Re: assertion failure 9.3.4

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: assertion failure 9.3.4
Date: 2014-04-15 02:21:47
Message-ID: 534C97BB.80304@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 04/14/2014 10:02 PM, Alvaro Herrera wrote:
> Andrew Dunstan wrote:
>
>> and here the stack trace:
>>
>> #0 0x000000361ba36285 in __GI_raise (sig=6) at
>> ../nptl/sysdeps/unix/sysv/linux/raise.c:64
>> #1 0x000000361ba37b9b in __GI_abort () at abort.c:91
>> #2 0x000000000075c157 in ExceptionalCondition
>> (conditionName=<optimized out>, errorType=<optimized out>,
>> fileName=<optimized out>, lineNumber=<optimized out>)
>> at /home/andrew/pgl/pg_9_3/src/backend/utils/error/assert.c:54
>> #3 0x000000000048c2af in MultiXactIdGetUpdateXid (xmax=<optimized
>> out>, t_infomask=<optimized out>) at
>> /home/andrew/pgl/pg_9_3/src/backend/access/heap/heapam.c:5873
>> #4 0x000000000078ad50 in HeapTupleSatisfiesMVCC
>> (tuple=0x7feb3be8a790, snapshot=0x1025d70, buffer=2172) at
>> /home/andrew/pgl/pg_9_3/src/backend/utils/time/tqual.c:1221
> Clearly this is a bug related to multixacts and the related tqual.c
> changse. Will look.
>
>

OK. If you need me to test patches I can do so.

cheers

andrew

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2014-04-15 02:23:12 Re: JSONB in-place updates?
Previous Message Tom Lane 2014-04-15 02:17:37 Re: [COMMITTERS] pgsql: Add TAP tests for client programs