From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.stackframe.dev (unknown [220.88.252.109]) by sourceware.org (Postfix) with ESMTPS id 291FF3857C51 for ; Thu, 18 Nov 2021 19:30:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 291FF3857C51 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=stackframe.dev Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=stackframe.dev Message-ID: Date: Fri, 19 Nov 2021 04:29:59 +0900 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.3.1 Subject: Re: Handles the masked signal when the thread exits Content-Language: en-US To: Florian Weimer Cc: libc-help@sourceware.org References: <2fb82128-a9da-e7f5-8062-f7e72b1561db@stackframe.dev> <8735ntfi9y.fsf@oldenburg.str.redhat.com> <7f3882b1-1c09-83af-40b9-979a400f097e@stackframe.dev> <87v90pe38f.fsf@oldenburg.str.redhat.com> <6ee2a107-c4da-eba7-64ed-8e06af7a961a@stackframe.dev> <87r1bde2o5.fsf@oldenburg.str.redhat.com> <93244325-1846-1c14-d225-f69f2a5b76e6@stackframe.dev> <87ilwpe0u8.fsf@oldenburg.str.redhat.com> From: Gibeom Gwon In-Reply-To: <87ilwpe0u8.fsf@oldenburg.str.redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-2.9 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, NICE_REPLY_A, 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: libc-help@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-help mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2021 19:30:05 -0000 On 11/19/21 04:10, Florian Weimer wrote: > * Gibeom Gwon: > >> I hit Ctrl+C in the middle of running signal program. You can see >> ^C and sigint:.. printed in my result. > > I see it now. It's a real bug. It only happens with cancellation. > > Would yo umind filing a bug here? > > > Opened the bug. Thank you! Regards, Gibeom Gwon