From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail231.csoft.net (mail231.csoft.net [96.47.74.235]) by sourceware.org (Postfix) with ESMTPS id 1903C3858D1E for ; Sun, 1 Jan 2023 18:51:17 +0000 (GMT) Received: from mail231.csoft.net (localhost [127.0.0.1]) by mail231.csoft.net (Postfix) with ESMTP id 01AF4CD6C; Sun, 1 Jan 2023 13:51:15 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=jdrake.com; h=date:from:to :cc:subject:in-reply-to:message-id:references:mime-version :content-type; s=csoft; bh=P4LBFeMjrZMGMRRKufJJUXTbZmw=; b=nRjD5 Xt6Th2bJRdbjj2Uk2Pa2atMLU3luoSMZz7YKKmyA9PPVrx1/g4RgGPqCtJ/0YGmF eaj3MjF29hEU9bWolPwKusIgd/GB8oXjSohNJUNyWOtl8gvGMebhIlGXnWZEWRG7 3sNHpCXv8Hr1qY7V+CCU0rOXoyjzJt0Rg6Y8vY= Received: from mail231 (mail231 [96.47.74.235]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) (Authenticated sender: jeremyd) by mail231.csoft.net (Postfix) with ESMTPSA id E3884CD69; Sun, 1 Jan 2023 13:51:14 -0500 (EST) Date: Sun, 1 Jan 2023 10:51:13 -0800 (PST) From: Jeremy Drake X-X-Sender: jeremyd@resin.csoft.net To: cygwin@cygwin.com cc: Brian Inglis Subject: Re: Cygwin 3.4.3 and 3.5.0... hangs in make, top, procps, ls /proc/PID/... In-Reply-To: <1253ac7c-12bc-d6db-9f83-3d950b03b30a@Shaw.ca> Message-ID: References: <1253ac7c-12bc-d6db-9f83-3d950b03b30a@Shaw.ca> User-Agent: Alpine 2.21 (BSO 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Spam-Status: No, score=-4.2 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 List-Id: On Sat, 31 Dec 2022, Brian Inglis wrote: > 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 This feels ASLR related. Maybe try what Corinna suggested in https://cygwin.com/pipermail/cygwin/2022-December/252720.html for a similar error in Docker? > Try this: > > cp /bin/cygwin1.dll ~/docker-cygwin1.dll > peflags -d0 ~/docker-cygwin1.dll > > Then copy that DLL over to /bin/cygwin1.dll in your docker image > and try again. Though of course disregard 'docker' there.