From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=MAILING_LIST_MULTI, RCVD_IN_DNSWL_MED,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 11446 invoked from network); 14 Mar 2022 16:23:20 -0000 Received: from mother.openwall.net (195.42.179.200) by inbox.vuxu.org with ESMTPUTF8; 14 Mar 2022 16:23:20 -0000 Received: (qmail 14271 invoked by uid 550); 14 Mar 2022 16:23:17 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Reply-To: musl@lists.openwall.com Received: (qmail 14227 invoked from network); 14 Mar 2022 16:23:16 -0000 Date: Mon, 14 Mar 2022 12:23:03 -0400 From: Rich Felker To: Gavin Howard Cc: musl@lists.openwall.com Message-ID: <20220314162303.GZ7074@brightrain.aerifal.cx> References: <20220311202151.GW7074@brightrain.aerifal.cx> <20220312150132.GX7074@brightrain.aerifal.cx> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Subject: Re: [musl] Possible PEBKAC or Bug in musl Semaphores and/or Mutexes On Mon, Mar 14, 2022 at 10:12:07AM -0600, Gavin Howard wrote: > I used it, but it was giving me too many false positives to be useful, > mostly on data that was initialized when only one thread existed, so it > was initialized without holding a lock. I might suggest a programming questions forum like Stack Overflow as a more productive place to pursue this than the musl mailing list, since this is pretty clearly not an actionable bug report (which would need a complete test case you *can* publish that reproduces the purported bug) and almost surely not related to any bug in musl. Rich