delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2024/01/20/04:14:37

X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 30300385840B
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1705742076;
bh=l2dTCiv9Pf9vePuuuqGZ9CFZPJ5S818f0yyPWsDcZ2g=;
h=To:Subject:In-Reply-To:References:Date:List-Id:List-Unsubscribe:
List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:
From;
b=u7H268AXDUTezM93Bxlt6yewFfYrQPgTp5A12YuizfuB9H2SARO81iZ+jn856/k9v
hSBVZHupC7MDAW3SgOXFORr3wQ9uqJVs15sCnzuPgNNNtHpcu1ZimMCKjGwP2f6jo4
5TD8tCrM7JsxjG01ocQh6kqNrTyAHvcdY8gP0F/g=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 6891F3858D39
ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 6891F3858D39
ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1705742017; cv=none;
b=Imu5Bpz4nSNOA+RHtr7Z0+Z4m+c5Z3LbCfjjhtCV5qPeEwC1+9uUTkwDAVYdRNB2mzZ7cTJsG7inACKExaKE8ZayYMLkawI/unvrGgme/42/yj2b8VFaTa62TwqctCwXgLlxB+Ju5wUIVT4gZdx5xHAFxkVR83a13t1saG7kNf0=
ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key;
t=1705742017; c=relaxed/simple;
bh=9bIPZL+GkVB3UftTq0NyNkXxEaQ5VQBf5I7V1xFWlA0=;
h=DKIM-Signature:From:To:Subject:Date:Message-ID:MIME-Version;
b=DOY2DZyy2QdE266Cq4xg9Z1pBvlSaab7C4TFWZzTUktGNJ+5Q6iCj1mCHTUNO2gC6LOha4oGbr6BuAEnFPfoC7rJ2gPU8g6f1YhKZy36wLnUsWIbRkj+PU7lU3BSihNXhEkQPgOUWKbBkbw3uNE6cq/JXelkZqLlR7hAV5lVoLI=
ARC-Authentication-Results: i=1; server2.sourceware.org
To: cygwin AT cygwin DOT com
Subject: Re: Possiblly bug of cygwin1.dll
In-Reply-To: <20240120141349.cde31e62177a0405b0ee9934@nifty.ne.jp> (Takashi
Yano via Cygwin's message of "Sat, 20 Jan 2024 14:13:49 +0900")
References: <20240119224436 DOT 876a055f356f7c6796bc725b AT nifty DOT ne DOT jp>
<ZaqHGElhXZIc3NFX AT calimero DOT vinschen DOT de>
<20240120131825 DOT 4157c259fe058155137d6fe0 AT nifty DOT ne DOT jp>
<20240120141349 DOT cde31e62177a0405b0ee9934 AT nifty DOT ne DOT jp>
Date: Sat, 20 Jan 2024 10:13:22 +0100
Message-ID: <87v87ov03x.fsf@Gerda.invalid>
User-Agent: Gnus/5.13 (Gnus v5.13)
MIME-Version: 1.0
X-purgate-type: clean
X-purgate: clean
X-purgate-size: 764
X-purgate-ID: 155817::1705742009-449AC740-A5DEDFAA/0/0
X-Spam-Status: No, score=-3030.6 required=5.0 tests=BAYES_00, DKIM_SIGNED,
DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2,
SPF_HELO_NONE, SPF_PASS, TXREP,
T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on
server2.sourceware.org
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.30
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: ASSI via Cygwin <cygwin AT cygwin DOT com>
Reply-To: ASSI <Stromeko AT nexgo DOT de>
Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com>

Takashi Yano via Cygwin writes:
> I might find the culprit in gcc's libstdc++ code such as:
> libstdc++-v3/include/ext/concurrentce.h:
>   class __mutex
>   {
>   private:
> #if __GTHREADS && defined __GTHREAD_MUTEX_INIT
>     __gthread_mutex_t _M_mutex = __GTHREAD_MUTEX_INIT;
> #else
>     __gthread_mutex_t _M_mutex;
> #endif
>
> __GTHREAD_MUTEX_INIT here is PTHREAD_MUTEX_INITIALIZER and
> __gthread_mutex_t is pthread_mutex_t.
>
> I think this code vaiolates the POSIX statement.

So what happens if you undefine __GTHREAD_MUTEX_INIT?


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

SD adaptations for KORG EX-800 and Poly-800MkII V0.9:
http://Synth.Stromeko.net/Downloads.html#KorgSDada

-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019