X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding :in-reply-to; q=dns; s=default; b=HvB8oJ6M3OBuRdyuAsEudaiQYtmG+X W42VNcmQZ68SNE7+sc6ZKTVxu3BpnR+38i23FOXXrHugjZwbTqWJ3nnq3YjqZTm6 qbCP7PyF9fOQq0LSMdMWvvMWay+Ys4zwaNab4+IpmIdvQyQFRVES/0zXDhAljP3A 8OMvNuiKFHu34= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding :in-reply-to; s=default; bh=8Kz5kbhuTDvqWVK0amQITzv/Z7A=; b=lwEJ ABBl463rkPXU8oFEgfHhSnKGdr1QtulAF1EC5VIrm0hxXOP3moZSSIGJSQr7ZGqs jWLgOyniOCTNUUfHO4OGyaE5uxjSxR1Ui3rMQeFidhrwLED3fP5W6YNjC9DHTxNV VL5I33DVlIN1ToTEkd55AeB3SJLDITHUxFQUotM= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Spam-SWARE-Status: No, score=-1.8 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,FSL_HELO_BARE_IP_2,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_NUMERIC_HELO,RP_MATCHES_RCVD,SPF_HELO_PASS,TW_CG,TW_XF autolearn=ham version=3.3.1 To: cygwin AT cygwin DOT com From: jojelino Subject: Re: Hang on CTRL-C (was Re: livelock on sigfe) Date: Tue, 02 Apr 2013 03:22:51 +0900 Lines: 50 Message-ID: References: <20130120065456 DOT GC17644 AT ednor DOT casa DOT cgf DOT cx> <20130311143630 DOT GA6498 AT ednor DOT casa DOT cgf DOT cx> <20130311204554 DOT GA959 AT ednor DOT casa DOT cgf DOT cx> <20130315194101 DOT GA2095 AT ednor DOT casa DOT cgf DOT cx> <20130316164446 DOT GA2240 AT ednor DOT casa DOT cgf DOT cx> <20130401050302 DOT GA5699 AT ednor DOT casa DOT cgf DOT cx> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit User-Agent: Mozilla/5.0 (Windows NT 5.2; rv:22.0) Gecko/20100101 Thunderbird/22.0a1 In-Reply-To: <20130401050302.GA5699@ednor.casa.cgf.cx> On 2013-04-01 PM 2:03, Christopher Faylor wrote: > On Mon, Apr 01, 2013 at 11:53:38AM +0900, jojelino wrote: >> On 2013-03-17 AM 1:44, Christopher Faylor wrote: >>> No, not really. The caller in this case isn't interesting. The number >>> of threads executing is interesting. >>> >>> cgf >>> >> there is another debug session. I was trying to CTRL+C to mintty session >> in which make process was running. process hanged with livelock. >> make process got CTRL+C, and the hanged was clang.exe. and these two was on mintty session. > Sorry for being so precise in my request that you provide information > on threads. It sure would be nice to see what thread 3 was doing via > a backtrace. > > cgf > Here it is. this was created when gdb attached the process. (gdb) i threads Id Target Id Frame * 3 Thread 4516.0xc78 0x7c95a22a in ntdll!DbgBreakPoint () from /cygdrive/c/WINDOWS/system32/ntdll.dll 2 Thread 4516.0x1310 0x7c96845c in ntdll!KiFastSystemCallRet () from /cygdrive/c/WINDOWS/system32/ntdll.dll 1 Thread 4516.0x1e88 0x7c96845c in ntdll!KiFastSystemCallRet () from /cygdrive/c/WINDOWS/system32/ntdll.dll (gdb) bt #0 0x7c95a22a in ntdll!DbgBreakPoint () from /cygdrive/c/WINDOWS/system32/ntdll.dll #1 0x7c97fc68 in ntdll!DbgUiRemoteBreakin () from /cygdrive/c/WINDOWS/system32/ntdll.dll #2 0x00000005 in ?? () #3 0x88617518 in ?? () #4 0xffffffff in ?? () #5 0x7c9680e0 in ntdll!_CIpow () from /cygdrive/c/WINDOWS/system32/ntdll.dll #6 0x7c97fc80 in ntdll!DbgUiRemoteBreakin () from /cygdrive/c/WINDOWS/system32/ntdll.dll #7 0x00000000 in ?? () (gdb) -- Regards. -- Regards. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple