[HACKERS] intermittent failures in Cygwin from select_parallel tests - Mailing list pgsql-hackers

From Andrew Dunstan
Subject [HACKERS] intermittent failures in Cygwin from select_parallel tests
Date
Msg-id 136712b0-0619-5619-4634-0f0286acaef7@2ndQuadrant.com
Whole thread Raw
Responses Re: [HACKERS] intermittent failures in Cygwin from select_parallel tests  (Tom Lane <tgl@sss.pgh.pa.us>)
Re: [HACKERS] intermittent failures in Cygwin from select_parallel tests  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
Buildfarm member lorikeet is failing occasionally with a failed
assertion during the select_parallel regression tests like this:

   2017-06-03 05:12:37.382 EDT [59327d84.1160:38] LOG:  statement: select count(*) from tenk1, tenk2 where
tenk1.hundred> 1 and tenk2.thousand=0;   TRAP: FailedAssertion("!(vmq->mq_sender == ((void *)0))", File:
"/home/andrew/bf64/root/HEAD/pgsql.build/../pgsql/src/backend/storage/ipc/shm_mq.c",Line: 221)
 

I'll see if I can find out why, but if anyone has any ideas why this might be happening (started about 3 weeks ago)
thatwould be helpful.
 

cheers

andrew

-- 
Andrew Dunstan                https://www.2ndQuadrant.com
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services




pgsql-hackers by date:

Previous
From: Robert Haas
Date:
Subject: Re: [HACKERS] [BUGS] BUG #14682: row level security not work with partitioned table
Next
From: Tom Lane
Date:
Subject: Re: [HACKERS] intermittent failures in Cygwin from select_parallel tests