Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oSqY6-000059-Pb for pgsql-hackers@arkaria.postgresql.org; Tue, 30 Aug 2022 02:00:18 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1oSqY5-0006RT-Ak for pgsql-hackers@arkaria.postgresql.org; Tue, 30 Aug 2022 02:00:17 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oSqY5-0006RK-1v for pgsql-hackers@lists.postgresql.org; Tue, 30 Aug 2022 02:00:17 +0000 Received: from sss.pgh.pa.us ([66.207.139.130]) by makus.postgresql.org with esmtps (TLS1.3:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1oSqY2-0004yt-JQ for pgsql-hackers@lists.postgresql.org; Tue, 30 Aug 2022 02:00:16 +0000 Received: from sss1.sss.pgh.pa.us (localhost [127.0.0.1]) by sss.pgh.pa.us (8.15.2/8.15.2) with ESMTP id 27U20Ana3479391; Mon, 29 Aug 2022 22:00:10 -0400 From: Tom Lane To: Michael Paquier cc: Andres Freund , Niyas Sait , Thomas Munro , Julien Rouhaud , PostgreSQL Hackers Subject: Re: [PATCH] Add native windows on arm64 support In-reply-to: References: <20220827192757.akupv6cydlgksd2y@awork3.anarazel.de> <2655387.1661695793@sss.pgh.pa.us> <20220828154154.4vk6lymdbvx7hnhc@awork3.anarazel.de> <2679975.1661701879@sss.pgh.pa.us> <3426682.1661817511@sss.pgh.pa.us> <20220830003356.yl7ok3elemonrclo@awork3.anarazel.de> Comments: In-reply-to Michael Paquier message dated "Tue, 30 Aug 2022 10:35:35 +0900" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3479389.1661824810.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Mon, 29 Aug 2022 22:00:10 -0400 Message-ID: <3479390.1661824810@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Michael Paquier writes: > On Mon, Aug 29, 2022 at 05:33:56PM -0700, Andres Freund wrote: >> The weirdest part is that it only happens as part of the the pg_upgrade= test. > make check has just failed: > https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=3Dbowerbird&dt=3D= 2022-08-30%2001%3A15%3A13 So it *is* probabilistic, which is pretty much what you'd expect if ASLR triggers it. That brings us no closer to understanding what the mechanism is, though. regards, tom lane