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=OQW6zqLf9Camq3y3kV6T84kv8raEEuyiKZCn49CtEXV aN+TuaCjLL/ACDLV5kDZ0wTYpNY3dRz8WjpQGvJ2Fs4AXYYmkCzV32EsMzuVjYbZ LiSBnTTcEupeiEpqkVDRmKdT6iufl/d1FZpoabOKvkxt1DfwZu9bMAgzRvtmVsIY = 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=mhcHaz6PGeqmszOKXBdpNx31aDI=; b=p+IoNM0vsgiITCiWP e77YRJbVu3gvu+eNmJIHJRKSDRFH9nAG6Fk1GZL5ynrK4IutFnLe8+AZdry9F2V4 k9k/MqY0mK6JoN2WKBAEc0xQ/qmyT/FuzIgio58VIqw3Tq1Sqn5TyDLMHw/sVB6m 38RtM3aQlbTNZ3s9nJ1c05S7Ng= 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=-1.2 required=5.0 tests=AWL,BAYES_50,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: limerock01.mail.cornell.edu X-CornellRouted: This message has been Routed already. Message-ID: <55A66D2A.1040005@cornell.edu> Date: Wed, 15 Jul 2015 10:24:42 -0400 From: Ken Brown User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: TEST RELEASE: Cygwin 2.1.0-0.4 References: <20150705213417 DOT GH2918 AT calimero DOT vinschen DOT de> <70AD8D85-7D30-4894-857B-4FD12E55BBBE AT etr-usa DOT com> <55A58727 DOT 6060807 AT redhat DOT com> <55A5C073 DOT 1020401 AT cornell DOT edu> <20150715075117 DOT GA19844 AT calimero DOT vinschen DOT de> <20150715124404 DOT GP16720 AT calimero DOT vinschen DOT de> In-Reply-To: <20150715124404.GP16720@calimero.vinschen.de> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 7/15/2015 8:44 AM, Corinna Vinschen wrote: > On Jul 15 09:51, Corinna Vinschen wrote: >> Hi guys, >> >> On Jul 14 22:07, Ken Brown wrote: >>> Entering directory >>> '/home/kbrown/src/cyglibsigsegv/libsigsegv-2.10-1.x86_64/build/tests' >>> Test passed. >>> PASS: sigsegv1.exe >>> Test passed. >>> PASS: sigsegv2.exe >>> Doing SIGSEGV pass 1. >>> Stack overflow 1 caught. >>> Doing SIGSEGV pass 2. >>> Stack overflow 2 caught. >>> Test passed. >>> PASS: sigsegv3.exe >>> SKIP: stackoverflow1.exe >>> SKIP: stackoverflow2.exe >> >> Any idea why these two tests have been skipped? That means the >> HAVE_STACK_OVERFLOW_RECOVERY autoconf test failed. You removed cygwin >> from the explicit >> >> mingw* | cygwin*) sv_cv_have_stack_overflow_recovery=yes ;; >> >> which is the right thing to do, but that means CFG_LEAVE has been >> set to leave-none.c, apparently. >> >> I haven't much time to look into that right now, but will later today if >> you don't beat me to it. > > Got it. What's needed is a Cygwin-specific fault-*.h file which exposes > how to fetch the stack pointer register from mcontext_t. As you can see > from the plethora of fault-*.h files in the src subdir, this is highly > system-specific anyway. > > Here's the set of files you need to rebuild libsigsegv for Cygwin 2.1.0, > with all tests running and passing on i686 and x86_64. No other patch > is requied. Great! Thanks. > So, who of you is going to maintain it? I'll defer to Eric, but if he doesn't want it then I'll take it. Ken -- 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