Re: [BUG] PostgreSQL crashes with ThreadSanitizer during early initialization - Mailing list pgsql-hackers

From Aleksander Alekseev
Subject Re: [BUG] PostgreSQL crashes with ThreadSanitizer during early initialization
Date
Msg-id CAJ7c6TOZhsA_UeXptQ+HMWYtschJkUG+ZODbFsnJ1QvNckE-OA@mail.gmail.com
Whole thread Raw
In response to [BUG] PostgreSQL crashes with ThreadSanitizer during early initialization  (Emmanuel Sibi <emmanuelsibi.mec@gmail.com>)
Responses Re: [BUG] PostgreSQL crashes with ThreadSanitizer during early initialization
List pgsql-hackers
Hi Emmanuel,

> Hi hackers, I've found a bug that causes PostgreSQL to crash during startup when built with ThreadSanitizer
(-fsanitize=thread).
>
> [...]

Thanks for reporting this. Did you investigate whether Meson also has
this issue? Fixing anything for Autotools arguably has low priority
since we are going to get rid of it in the near future, but Meson is
another matter.

-- 
Best regards,
Aleksander Alekseev



pgsql-hackers by date:

Previous
From: Dean Rasheed
Date:
Subject: Re: [PATCH] Generate random dates/times in a specified range
Next
From: Junwang Zhao
Date:
Subject: Re: Reduce "Var IS [NOT] NULL" quals during constant folding