X-Recipient: archive-cygwin@delorie.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@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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@cygwin.com
From: jojelino <jojelino@gmail.com>
Subject: Re: Hang on CTRL-C (was Re: livelock on sigfe)
Date: Tue, 02 Apr 2013 03:22:51 +0900
Lines: 50
Message-ID: <kjcj9h$qhb$1@ger.gmane.org>
References: <20130120065456.GC17644@ednor.casa.cgf.cx> <khk62q$6n2$1@ger.gmane.org> <20130311143630.GA6498@ednor.casa.cgf.cx> <khlbm8$5tg$1@ger.gmane.org> <20130311204554.GA959@ednor.casa.cgf.cx> <20130315194101.GA2095@ednor.casa.cgf.cx> <ki0isq$ts8$1@ger.gmane.org> <ki0jn6$5pl$1@ger.gmane.org> <20130316164446.GA2240@ednor.casa.cgf.cx> <kjasrc$f1i$1@ger.gmane.org> <20130401050302.GA5699@ednor.casa.cgf.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

