delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2024/05/24/17:47:38

DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 44OLlaMR3475651
Authentication-Results: delorie.com;
dkim=pass (1024-bit key, unprotected) header.d=cygwin.com header.i=@cygwin.com header.a=rsa-sha256 header.s=default header.b=raWLUN2C
X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 666073858D29
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1716587254;
bh=adOUvdjrVx6N2hm+MYK8FPNZSWR3C72t/RcYVaFwanU=;
h=Date:To:cc:Subject:In-Reply-To:References:List-Id:
List-Unsubscribe:List-Archive:List-Post:List-Help:List-Subscribe:
From:Reply-To:From;
b=raWLUN2CP2Z/3ihDJ7vG4IW8hbax3YlHqGKx9zDRwIMyHHUzf/DU2Zv/aqK2clc7p
QPbkaHdUd4nVFFkId9Mhqx5faFcTYriXD1N96vwKbGaOgSqeNBINJg9xkDC/kQRJtx
we77YqCCmt/0TnJQ+jj5sA3I3ZFdkkGSd0CXiVwI=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 7DF8F3858D29
ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 7DF8F3858D29
ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1716587204; cv=none;
b=CRtL7/RR/PBCIzNEzPBv1gazY5gjqdYnD7JUnPbkyVXOuQc2DQWkWhe45W9h3IrWPg+DC10LLC5sZWVYpOZFV2EVS7v2fwpUh37YAMCIM6CxKoFlowEDP7ptKRwk5eJJD4CQCou4fEjgQRxAxAB+veyTzxmgIiz2vbwekfl02as=
ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key;
t=1716587204; c=relaxed/simple;
bh=DA4HgU3aCvFFBQfQ342+GQR52A+Sxus95UXWWj6F594=;
h=DKIM-Signature:Date:From:To:Subject:Message-ID:MIME-Version;
b=mzq45zo2LwOwGT1D/f/F//uxodCmFndU8PqaDpOwjo5uEIFK4vb8Q8FXC5NUskOzP/HeHm0pAuC0adXUolu1X6e+3ZQtmiiyVEVOeQHvJH3dV1oYORGIXUL4dPBoGYrD6jNq9Ei2wQA8w06cjYzLW2GbgDXF/nbsfLCmrq6NGyg=
ARC-Authentication-Results: i=1; server2.sourceware.org
Date: Fri, 24 May 2024 14:46:40 -0700 (PDT)
X-X-Sender: jeremyd AT resin DOT csoft DOT net
To: Takashi Yano <takashi DOT yano AT nifty DOT ne DOT jp>
cc: cygwin AT cygwin DOT com
Subject: Re: frequent hangs running ldd
In-Reply-To: <20240525045424.ac58c0ff5e325706b2a5f014@nifty.ne.jp>
Message-ID: <0bd2f49b-93f6-7db4-32b6-7f3021db211e@jdrake.com>
References: <fd3b2d14-0d16-9e66-f7ea-daadc0c5bfcc AT jdrake DOT com>
<20240525045424 DOT ac58c0ff5e325706b2a5f014 AT nifty DOT ne DOT jp>
MIME-Version: 1.0
X-Spam-Status: No, score=-3.8 required=5.0 tests=BAYES_00, DKIM_SIGNED,
DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_PASS, SPF_PASS,
TXREP 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: Jeremy Drake via Cygwin <cygwin AT cygwin DOT com>
Reply-To: Jeremy Drake <cygwin AT jdrake DOT com>
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>

On Sat, 25 May 2024, Takashi Yano wrote:

> Thanks for the report. However, I cannot reproduce the issue.
> If it always hangs in GetConsoleProcessList (), I doubt it is not a cygwin
> bug but a windows bug.
>
> By any chance, is the number of processes that attach to the same pty more
> than 32768 in your environment?
>

I doubt it, I was running a shell with this command:
find /usr/bin -name \*.dll -printf '%p:\n' -exec ldd '{}' \;

This was in Windows Terminal, msys2-runtime 3.5.3, on Windows 11
10.0.22631.3593.  (I realized I forgot to include these details).

I will attempt to reproduce this in Windows Sandbox with Cygwin next.

-- 
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