www.delorie.com/archives/browse.cgi | search |
X-Recipient: | archive-cygwin AT delorie DOT com |
DKIM-Filter: | OpenDKIM Filter v2.11.0 sourceware.org 8E90D3858284 |
DKIM-Signature: | v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; |
s=default; t=1672516928; | |
bh=q4pVnfZ1LWnrlRnDQPZV003Byko/0Y7qAmqZw3akPw4=; | |
h=Date:Subject:To:List-Id:List-Unsubscribe:List-Archive:List-Post: | |
List-Help:List-Subscribe:From:Reply-To:Cc:From; | |
b=plEPQkZb3e70v8afNT8iT8U/mMU4uXBxIr8l0nw5IUal5EVnWQ33kFOndWdQhC7lf | |
/vm/E0Kvg6wFE/i3qLDpYIwoP61jf6E8acvzzCC1vQFikkt5M3SX0sPcSC98/bBn+m | |
frx/HNfi0O0RLvnC7j2V2wXJY18RdbwsQ14/w5zY= | |
X-Original-To: | cygwin AT cygwin DOT com |
Delivered-To: | cygwin AT cygwin DOT com |
X-Authority-Analysis: | v=2.4 cv=e5oV9Il/ c=1 sm=1 tr=0 ts=63b0951a |
a=oHm12aVswOWz6TMtn9zYKg==:117 a=oHm12aVswOWz6TMtn9zYKg==:17 | |
a=IkcTkHD0fZMA:10 a=MgOrAdkgH2SUbjA7T_gA:9 a=QEXdDO2ut3YA:10 | |
Message-ID: | <1253ac7c-12bc-d6db-9f83-3d950b03b30a@Shaw.ca> |
Date: | Sat, 31 Dec 2022 13:01:29 -0700 |
MIME-Version: | 1.0 |
User-Agent: | Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101 |
Thunderbird/102.6.1 | |
Subject: | Re: Cygwin 3.4.3 and 3.5.0... hangs in make, top, procps, ls |
/proc/PID/... | |
To: | cygwin AT cygwin DOT com |
Organization: | Inglis |
X-CMAE-Envelope: | MS4xfO74FtV81BFVtuX0CXKmVuFp6qV0GvgBoJKfh0nzMSAXjCEyFOyq12J80mWuyUdeXZ+vaPuJ40qCqTLWtN7/HTT4b+KFwsH3Bmft5+uos27Yk0VyJheT |
js1KQSKjWc0I6VkUFOeDFJn+8/Ww4KCOTRLgj6ctcxS6DfThe/jPSZh2+5IVnq5sQYactjtry81mBw== | |
X-Spam-Status: | No, score=-2.2 required=5.0 tests=BAYES_00, DKIM_SIGNED, |
DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, SPF_HELO_NONE, 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.29 |
List-Id: | General Cygwin discussions and problem reports <cygwin.cygwin.com> |
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: | Brian Inglis via Cygwin <cygwin AT cygwin DOT com> |
Reply-To: | cygwin AT cygwin DOT com |
Cc: | Brian Inglis <Brian DOT Inglis AT Shaw DOT ca> |
Sender: | "Cygwin" <cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com> |
X-MIME-Autoconverted: | from base64 to 8bit by delorie.com id 2BVK2XWq024504 |
On 2022-12-29 21:59, Brian Inglis wrote: > I got some hangs (deadlock?) between (parallel?) make jobs, top, procps, and > even ls /proc/*/ when trying to cygport all check curl or look at the process > statuses when builds hung under Cygwin 3.4.3 and 3.5.0-0.69... > > Had to revert to a Cygwin 3.4.0-344 test build from Dec 16 sources to build and > check curl etc. > > Only external differences seems to be recent dll sizes are *MUCH* smaller: > > $ ls -glort /bin/cygwin1*.dll > -rwxr-xr-x 1 3588124 Sep 5 05:17 /bin/cygwin1-prev.dll > -rwxr-xr-x 1 3561202 Dec 16 00:33 /bin/cygwin1-test.dll > -rwxr-xr-x 1 3561202 Dec 16 00:33 /bin/cygwin1.dll > -rwxr-xr-x 1 2951221 Dec 16 05:50 /bin/cygwin1-save.dll > -rwxr-xr-x 1 2951221 Dec 16 05:50 /bin/cygwin1-curr.dll > -rwxr-xr-x 1 2940981 Dec 23 03:03 /bin/cygwin1-69.dll > > and tars: > -rwxr-xr-x 1 3563651 2022-12-04 06:09 usr/bin/cygwin1.dll cygwin-3.4.0-1 > -rwxr-xr-x 1 3563526 2022-12-10 13:12 usr/bin/cygwin1.dll cygwin-3.4.1-1 > -rwxr-xr-x 1 3564074 2022-12-11 05:06 usr/bin/cygwin1.dll cygwin-3.4.2-1 > -rwxr-xr-x 1 2951221 2022-12-16 05:50 usr/bin/cygwin1.dll cygwin-3.4.3-1 > -rwxr-xr-x 1 2940981 2022-12-23 03:03 usr/bin/cygwin1.dll cygwin-3.5.0-0.69... > > Anyone seen this issue or anything come to mind to cause or help diagnose this? > > Running MS Win 10.0.19044.2364 21H2 patched to date. was also getting the messages below locally and still on GitHub scallywag: cygcheck (6936) child_copy: cygheap read copy failed, ../curl/scallywag/1_x86_64 build.log:2022-12-26T00:39:35.6163236Z 0 [main] cygcheck (6936) child_copy: cygheap read copy failed, 0x0..0x80003B5F0, done 0, windows pid 6936, Win32 error 299 ../curl/scallywag/1_x86_64 build.log:2022-12-26T00:48:03.4525278Z 0 [main] cygcheck (568) child_copy: cygheap read copy failed, 0x0..0x80003BA48, done 0, windows pid 568, Win32 error 299 ../dialog/scallywag/1_x86_64 build.log:2022-12-31T18:42:37.0939902Z 0 [main] cygcheck (6992) child_copy: cygheap read copy failed, 0x0..0x80003CB38, done 0, windows pid 6992, Win32 error 299 -- Take care. Thanks, Brian Inglis Calgary, Alberta, Canada La perfection est atteinte Perfection is achieved non pas lorsqu'il n'y a plus rien à ajouter not when there is no more to add mais lorsqu'il n'y a plus rien à retirer but when there is no more to cut -- Antoine de Saint-Exupéry -- 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
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |