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:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; q=dns; s= default; b=SIrDRRxL8vnv4F0aS0mfxtS3S4oJBPsCMnfwQZi49OxTy6HPnYNc8 fSUuSvu4zJg6z6O+Ccz6eKL6JzpcbBv+rELECiUQA5Eoeo94Npn6XUQMR5KaLkqH TPdfngTxTnnWJQnbYmVl6Tz7T9XZez28JUIp/jG6IubxRTtt/yY8R0= 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:date:from:to:subject:message-id:reply-to :references:mime-version:content-type:in-reply-to; s=default; bh=93Zq2dREGCg55VEDWbFLZwduWto=; b=guewtkkJzXkB7+jHjlsqLb5h9XZt NxyiKebQ/xoPFOclCIx2UgvzFqjG6WJmEglkF2ICZPkbaQmMfZLLfzqgPUcvJDo8 KhvEFTCJYaYzAo52RQ98OiUzFDF3mKYymSDwvppX56+0QTk5nLicTwJw0D/+8g9q hfOqYO1QVyS5wKM= 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.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE autolearn=ham version=3.3.1 X-Mail-Handler: Dyn Standard SMTP by Dyn X-Report-Abuse-To: abuse AT dyndns DOT com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19AnNozJNdmWCf+avPA/3ge Date: Tue, 30 Apr 2013 20:33:18 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: SIGQUIT reported as SIGSEGV Message-ID: <20130501003318.GC3781@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) On Tue, Apr 30, 2013 at 07:11:19AM -0500, Daniel R. Grayson wrote: >SIGQUIT is erroneously delivered as SIGSEGV in this circumstance: > > $ sleep 1000 & > [1] 9148 > $ kill -QUIT %1 > $ < press return if necessary here > > [1]+ Segmentation fault (core dumped) sleep 1000 This should be fixed in the next snapshot. This behavior was likely changed in a recent signal revamp. Thanks for the simple test case. cgf -- 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