delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2024/11/23/11:14:03

DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 4ANGE3O3859021
Authentication-Results: delorie.com; dmarc=pass (p=none dis=none) header.from=cygwin.com
Authentication-Results: delorie.com; spf=pass smtp.mailfrom=cygwin.com
DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 4ANGE3O3859021
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=r5cpe/+U
X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 4FD3E3857B84
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1732378442;
bh=SVZPCSxUAi53uRUd25h0PAicABBt7oXXo30ncmyXpLU=;
h=Date:To:Subject:In-Reply-To:References:List-Id:List-Unsubscribe:
List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:
From;
b=r5cpe/+U9XGr0e4p61QY98QeuF8qRH39dsRmQ80NhiK7kkufHckyd9MjYi4wbMy6K
dUuMc0zO53Fj6F/JfPAHCbI4f9pxn0EKBsqysl52DeABAJPPVYW1b9ZS6ErpJ5D5yD
UKjbAmV15giKy/6vWWWxHPB/hICs2CpOon7dfEBc=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 917123857C6C
ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 917123857C6C
ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1732378416; cv=none;
b=Dg5ROhho3BtbFi6OTHZsfqkINWAhv0phI7PzByEyfJwHZ3Ho5PI3S8Tc99dixN+2+uQSyM8f5752Qhu0MFqC5ev7QShe48GH3NonHTHu4KHLH0j8DqzQ4LeMrUopRWKD6HVMDrYfUUGH+U+bdMYxgp0AfQhAZbvezx6CHMzVbgo=
ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key;
t=1732378416; c=relaxed/simple;
bh=/+jGFKr/v8aDA4+KtFLiq6INOcv23OvNzaihWmHfEU0=;
h=Date:From:To:Subject:Message-Id:Mime-Version:DKIM-Signature;
b=o/YdJIhY0JE65w6fR0DGF5H4secOaaF1u/nOfncd8O4k/M/39MmzARK41sZ7RPkPP10BsZibFg0MbyYlyLmPQbLhqMgMnnmN0iMpetFK7cqJvhbBn98PWJHXn1LEcQHR2+Sc4D6aW3CHs2RLI2Ubj+dE4x1a79QVoTnkPgul4NM=
ARC-Authentication-Results: i=1; server2.sourceware.org
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 917123857C6C
Date: Sun, 24 Nov 2024 01:13:32 +0900
To: cygwin AT cygwin DOT com
Subject: Re: SIGKILL may no longer work after many SIGCONT/SIGSTOP signals
Message-Id: <20241124011332.732574d4c0df3f1e942b27b6@nifty.ne.jp>
In-Reply-To: <20241124004115.31f0aa5337cd7b0386606277@nifty.ne.jp>
References: <adc78776-84f6-82bc-13b4-3a51b11027fa AT t-online DOT de>
<20241119182152 DOT c2195f50ed7091fbed644606 AT nifty DOT ne DOT jp>
<20241120224308 DOT 000a18e48c0b8926e82e5147 AT nifty DOT ne DOT jp>
<20241123205307 DOT 80e08e9669cd3e1ee72043a1 AT nifty DOT ne DOT jp>
<20241124004115 DOT 31f0aa5337cd7b0386606277 AT nifty DOT ne DOT jp>
X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32)
Mime-Version: 1.0
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: Takashi Yano via Cygwin <cygwin AT cygwin DOT com>
Reply-To: Takashi Yano <takashi DOT yano AT nifty DOT ne DOT jp>
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 Sun, 24 Nov 2024 00:41:15 +0900
Takashi Yano via Cygwin <cygwin AT cygwin DOT com> wrote:

> On Sat, 23 Nov 2024 20:53:07 +0900
> Takashi Yano wrote:
> > The patch attached almost solves the problem. However, your test
> > case is paused for tens of seconds, then ends normally.
> > 
> > If the code:
> >       cpu_set_t cpus; CPU_ZERO(&cpus);
> >       CPU_SET(0, &cpus);
> >       if (sched_setaffinity(getpid(), sizeof(cpus), &cpus))
> >         perror("setaffinity");
> 
> Maybe it's just slow because all processes are assigned to one CPU core.
> I feel like it's too late for that...
                       ^^^^ slow


-- 
Takashi Yano <takashi DOT yano AT nifty DOT ne DOT jp>

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