Re: [BUG] PostgreSQL crashes with ThreadSanitizer during early initialization

From: Aleksander Alekseev <aleksander(at)tigerdata(dot)com>
To: pgsql-hackers(at)lists(dot)postgresql(dot)org
Cc: Emmanuel Sibi <emmanuelsibi(dot)mec(at)gmail(dot)com>
Subject: Re: [BUG] PostgreSQL crashes with ThreadSanitizer during early initialization
Date: 2025-09-08 12:50:07
Message-ID: CAJ7c6TOZhsA_UeXptQ+HMWYtschJkUG+ZODbFsnJ1QvNckE-OA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Junwang Zhao 2025-09-08 13:07:55 Re: Reduce "Var IS [NOT] NULL" quals during constant folding
Previous Message Dean Rasheed 2025-09-08 12:40:57 Re: [PATCH] Generate random dates/times in a specified range