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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; q=dns; s=default; b=Ypo69T4a/JMA/1HCnkHoeXuwv/H8XYOd/Ec+Kn811RS 7v6dOX18rEdT3uyk8ge2cFlLpepZk2u3XnxZd9IJMiKQ+QgMnUlhxB2xmuK7qc2o 40c3kFSQ4doKlEHYp+5uDeGZbQSlbkMPUt6NKD5qUf7pQnkelyWIMbrQVh/ShbA4 = 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:message-id:date:from:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; s=default; bh=ISwwxyzR7y+abXfOxi6PQ680IvE=; b=JzZ1iuifutwW/9Lnf p8TAHbaOufxqk/P3RtfiU1modf/yL94LwdqCj3bc/pC4Bny2+Jcl9b7wUBT+IemV 2pM/eZp20/CP6Uy7XpGnYe5KZBWXHU8f3pL2y30JXlLqDo5CRPDw7FcLywSsAOa4 ZqbmixLYBJcNE9ClfWucqPOtEg= 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: limerock03.mail.cornell.edu X-CornellRouted: This message has been Routed already. Message-ID: <5448EEBF.3020706@cornell.edu> Date: Thu, 23 Oct 2014 08:04:15 -0400 From: Ken Brown User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Threads References: <54450835 DOT 3050602 AT cornell DOT edu> <5448E6F9 DOT 8040005 AT dronecode DOT org DOT uk> In-Reply-To: <5448E6F9.8040005@dronecode.org.uk> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 10/23/2014 7:31 AM, Jon TURNEY wrote: > On 20/10/2014 14:03, Ken Brown wrote: >> Or is there some other plausible explanation for "impossible" crashes? >> This can't just be a result of a gdb bug, because in at least one case >> the assertion can be shown to be valid by using printf instead of gdb. >> >> [*] By "impossible" I mean that examination of the relevant variables in >> gdb shows that the assertions are in fact true. Two ongoing examples are >> >> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18438 >> http://debbugs.gnu.org/cgi/bugreport.cgi?bug=18769 > > As a suggestion, you might want to also take a careful look at how signal > delivery is implemented in cygwin on x86_64 > > I had a vague idea that there was, at some time in the past, a fix made for > register corruption on x86_64 after a signal was handled, but I can't find it > now, so maybe I imagined it. Is this what you're thinking of? https://cygwin.com/ml/cygwin-cvs/2014-q1/msg00020.html > But if for e.g. the flags register was getting > corrupted when a signal interrupts the main thread, that could perhaps also > explain what is being seen. Yes, flags register corruption is exactly what Eli suggested in the other bug report I cited. > (More generally, it doesn't have to be another thread which is causing these > problems, it could be some form of interrupt) > -- 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