Re: occasional ECPG failures on dikkop (FreeBSD) - Mailing list pgsql-hackers

From Tomas Vondra
Subject Re: occasional ECPG failures on dikkop (FreeBSD)
Date
Msg-id 1830ad18-0f45-4058-85af-3e5a97f16d7d@vondra.me
Whole thread
In response to Re: occasional ECPG failures on dikkop (FreeBSD)  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: occasional ECPG failures on dikkop (FreeBSD)
List pgsql-hackers
On 6/30/26 03:43, Tom Lane wrote:
> Tomas Vondra <tomas@vondra.me> writes:
>> On 5/6/26 16:15, Tom Lane wrote:
>>> Yeah.  Given that these are threading tests, I'm suspecting some
>>> change in thread scheduling behavior in this latest FBSD release,
>>> which somehow made it easier to hit a pre-existing issue.
> 
>> The backtrace is exactly the one I posted earlier. Turns out snprintf()
>> is not as thread-safe as I thought.
> 
> Nice detective work!  I assume you've filed a FreeBSD bug?
> 

Not yet, I need to create an account for their bugzilla, which requires
mailing maintainers etc. Working on it.


regards

-- 
Tomas Vondra




pgsql-hackers by date:

Previous
From: Michael Paquier
Date:
Subject: Re: Add per-backend lock statistics
Next
From: Andrei Lepikhov
Date:
Subject: Re: Do not scan index in right table if condition for left join evaluates to false using columns in left table