From: | Noah Misch <noah(at)leadboat(dot)com> |
---|---|
To: | Thomas Munro <thomas(dot)munro(at)gmail(dot)com> |
Cc: | Daniel Gustafsson <daniel(at)yesql(dot)se>, Kyotaro HORIGUCHI <horiguchi(dot)kyotaro(at)lab(dot)ntt(dot)co(dot)jp>, "9erthalion6(at)gmail(dot)com" <9erthalion6(at)gmail(dot)com>, "sfrost(at)snowman(dot)net" <sfrost(at)snowman(dot)net>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: [HACKERS] Weaker shmem interlock w/o postmaster.pid |
Date: | 2019-04-08 14:48:04 |
Message-ID: | 20190408144804.GA2389874@rfd.leadboat.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Mon, Apr 08, 2019 at 08:07:28PM +1200, Thomas Munro wrote:
> On Mon, Apr 8, 2019 at 6:42 PM Noah Misch <noah(at)leadboat(dot)com> wrote:
> > - lorikeet's FailedAssertion("!(vmq->mq_sender == ((void *)0))" looked
> > suspicious, but this happened six other times in the past year[2], always on
> > v10 lorikeet.
>
> It happens on v11 too:
>
> https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=lorikeet&dt=2018-09-25%2010%3A06%3A31
>
> The text changed slightly because we dropped an unnecessary extra
> pointer-to-volatile:
>
> FailedAssertion("!(mq->mq_sender == ((void *)0))"
>
> So either two workers started with the same parallel worker number, or
> something unexpectedly overwrote the shm_mq struct?
Ahh. In that case, it's a duplicate of
https://postgr.es/m/flat/136712b0-0619-5619-4634-0f0286acaef7%402ndQuadrant.com
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2019-04-08 14:59:32 | Re: lazy_scan_heap() forgets to mark buffer dirty when setting all frozen? |
Previous Message | Tom Lane | 2019-04-08 14:41:49 | Re: Translation updates for zh_CN.po (Chinese Simplified) |