X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 7819B3858D28 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:date:mime-version:user-agent:subject:content-language:to :references:from:in-reply-to:content-transfer-encoding; bh=GXC+FqGfupk+wZbkfurzY5igNe0X8kvRi0iNO0UTuNM=; b=btmSBhB8SPzDo67D468oTR6NEMB1+X22/921o8VZo0phuR/E/4U6YOoEjZfphLAx9I Ryz9P1bufC6ZzeLXqV0yP95Jmr2bThXi1aEbpk4BI86/eKyQoR379kR/imhP/QafDd+8 xkvuahSlVedPp9a3u8RHlCQKenBM8DVs84ZkucnA0JIJU0RdcHCVzZsOD1lHMaO84kHo aagNriNIRDqMNXRRV0TTdE1aKvhNMFAVQ5GbXFmXuAy25GsiOFI4kzyRAS9JJwani6zA R1AcwFMonLxl64WQezMYwxi3F9imaYYPXwMHZMCzwqGtWFDyH77j6Fc6rrNYO2ubEKHq HVIA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:references:from:in-reply-to :content-transfer-encoding; bh=GXC+FqGfupk+wZbkfurzY5igNe0X8kvRi0iNO0UTuNM=; b=Hqiq5NZEzBvuB3zA4mhOQ49fQ/+6mmTj/exbUhd+UCOZscEttIY2D7L2VDLagOE2LC brPiLz3kLOR1VeVFBZTCq/SBmRm3nd4OYAqLCeid4cVWJH0/7NySToDMJN6mSCbx5/8c kag30irccOci0jxBVmr+F/DMhHv7vI22MyJaT0XCXSOY1pw92peQlH4ssrkVJtJQan1o lRsGFiP4KoMVQyzGoD91WQJpVTvyh3x8pdZ9UnU6zWCQEgWLscxKDeRUkEnBPIGkrrT5 EujWpNjqPkkG1DS3Z9kQ7pT25KRMPTf2S1oeQDzR/p04k3p56/LDePjVIYCO0baxOQw9 IhtA== X-Gm-Message-State: AOAM533AAsMIwQ0BA6DVkE+wA4c5FgzMwYVJeLDYZ1Nu6J/7grSBWWbf ATV27gydKhemBqdtEsvnKzQb1WEF3sE= X-Google-Smtp-Source: ABdhPJwwB+qKXWKIZAY7o15KJZsbhCDu2zjRJRDK9knMi9rkqeBm3/jmmmPbAbL8oH300cGaQm1m3w== X-Received: by 2002:a5d:6091:: with SMTP id w17mr28367767wrt.65.1638614040411; Sat, 04 Dec 2021 02:34:00 -0800 (PST) Message-ID: Date: Sat, 4 Dec 2021 11:34:00 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.3.2 Subject: Re: OS hang when multi-process build fail Content-Language: it To: cygwin AT cygwin DOT com References: <577e34bb-9e73-928c-9cf7-a448ec3e5d32 AT roumenpetrov DOT info> From: Marco Atzeri In-Reply-To: <577e34bb-9e73-928c-9cf7-a448ec3e5d32@roumenpetrov.info> X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="utf-8"; Format="flowed" Errors-To: cygwin-bounces+archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from base64 to 8bit by delorie.com id 1B4AYKWn031532 On 04.12.2021 09:51, Roumen Petrov wrote: > Hello Cygwin users, > > On non regular basis I would like to perform regression test of recent > pkix-ssh version with recent openssl release. > In this case is was openssl master branch now release as 3.0. > > The problem is that with current cygwin packages gcc make and etc. > openssl build with "num of cpu + 1" processes fail with communication > error. > Issue is that in such case operation system is unusable.  It respond on > mouse events but build process in cygwin console cannot be canceled by > keyboard interrupt signal (crtl+c).  Also cygwin console window cannot > be closed as well. More over "task manager" and etc cannot be started > and I must shutdown OS - [power]  button works. That is strange > > Builds were run  in cygwin console without administrative rights. > > It seems to me current cygwin release has issue with inter-process > communication, for instance in setup program as well. is cygserver running ? > Regards, > Roumen Petrov > > P.S. Now I use single process "night"-build as work-around. -- 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