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 1oSoeS-0003SM-UL for pgsql-hackers@arkaria.postgresql.org; Mon, 29 Aug 2022 23:58:44 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.92) (envelope-from ) id 1oSoeR-00023v-FW for pgsql-hackers@arkaria.postgresql.org; Mon, 29 Aug 2022 23:58:43 +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 1oSoeR-00023m-6o for pgsql-hackers@lists.postgresql.org; Mon, 29 Aug 2022 23:58:43 +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 1oSoeK-0003wz-GL for pgsql-hackers@lists.postgresql.org; Mon, 29 Aug 2022 23:58:42 +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 27TNwVLa3426683; Mon, 29 Aug 2022 19:58:31 -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: <20220826012907.gjw3jdqdgsts5y65@awork3.anarazel.de> <20220826032943.nwoepbegzwntbmks@awork3.anarazel.de> <20220827192757.akupv6cydlgksd2y@awork3.anarazel.de> <2655387.1661695793@sss.pgh.pa.us> <20220828154154.4vk6lymdbvx7hnhc@awork3.anarazel.de> <2679975.1661701879@sss.pgh.pa.us> Comments: In-reply-to Michael Paquier message dated "Tue, 30 Aug 2022 08:48:38 +0900" MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <3426681.1661817511.1@sss.pgh.pa.us> Content-Transfer-Encoding: quoted-printable Date: Mon, 29 Aug 2022 19:58:31 -0400 Message-ID: <3426682.1661817511@sss.pgh.pa.us> List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Michael Paquier writes: > This is amazing. The issue has showed up a second time in a row in > bowerbird, as of: > https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=3Dbowerbird&dt=3D= 2022-08-29%2013%3A30%3A32 That is fascinating. > I don't know what to think about ASLR that manipulates the comment in > this XML object under VS 2017 (perhaps a compiler issue?), but it > should be possible to go back to green simply by removing "" > from the input string. Creating an extra output pattern here would be > very costly, as xml_2.out and xml.out have outputs for --with-libxml. > Would people object if I do that for now? Let's let it go for a few more runs. I want to know whether it reproduces 100% or only sometimes. regards, tom lane