Re: [PATCH] Add native windows on arm64 support - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [PATCH] Add native windows on arm64 support
Date
Msg-id 2679975.1661701879@sss.pgh.pa.us
Whole thread Raw
In response to Re: [PATCH] Add native windows on arm64 support  (Andres Freund <andres@anarazel.de>)
Responses Re: [PATCH] Add native windows on arm64 support
List pgsql-hackers
Andres Freund <andres@anarazel.de> writes:
> On 2022-08-28 10:09:53 -0400, Tom Lane wrote:
>> -x | pre<!--c1--><?pi arg?><![CDATA[&ent1]]><n2>&deep</n2>post
>> +x | pre<?pi arg?><![CDATA[&ent1]]><!--c1--><n2>&deep</n2>post

> Pretty weird, agreed. But hard to see how it could be caused by the
> randomization change, except that perhaps it could highlight a preexisting
> bug?

I have no idea either.  I agree there *shouldn't* be any connection,
so if ASLR is somehow triggering this then whatever is failing is
almost certainly buggy on its own terms.  But there's a lot of
moving parts here (mumble libxml mumble).  I'm going to wait to see
if it reproduces before spending much effort.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: [PATCH] Add native windows on arm64 support
Next
From: Peter Eisentraut
Date:
Subject: Convert *GetDatum() and DatumGet*() macros to inline functions