pika buildfarm member failure on isolationCheck tests

From: Rémi Zara <remi_zara(at)mac(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Cc: Andrew Dunstan <andrew(at)dunslane(dot)net>
Subject: pika buildfarm member failure on isolationCheck tests
Date: 2011-06-18 15:57:02
Message-ID: F935E4FA-1701-447B-8EC6-B14851D17FDE@mac.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Pika failed at the isolationCheck phase, hitting an assertion:

TRAP: FailedAssertion("!(!((oldSerXidControl->tailXid) != ((TransactionId) 0)) || TransactionIdFollows(xid, oldSerXidControl->tailXid))", File: "predicate.c", Line: 991)

see http://www.pgbuildfarm.org/cgi-bin/show_log.pl?nm=pika&dt=2011-06-17%2015%3A45%3A30

It seems that for this stage, the server log (which contains the failed assertion) is not sent back to the buildfarm server. Maybe that should be fixed ?

Regards,

Rémi Zara

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Magnus Hagander 2011-06-18 16:29:07 Re: .gitignore for some of cygwin files
Previous Message Kohei KaiGai 2011-06-18 14:53:50 Re: patch: Allow \dd to show constraint comments