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:mime-version:date:message-id:subject:from:to :content-type; q=dns; s=default; b=OSZ55mvQdNdoisxnc5YL5AzueYHIk UhZiHch95/2LMKqgC14+c66WuZtuzR4OL6bV8hEVI9zuchTh10HyS+TZVAnNwKrC 93uKzUcBdbmX/mkpiShrSFk4STkRIFe6umvF+m7tMZ2fvILGSWuDRWN3wbui/JLP uw5cqHD06cXlTg= 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:mime-version:date:message-id:subject:from:to :content-type; s=default; bh=EyZ4bExVQ8XjQwyg0svm1fk/b1Y=; b=Pjc AJXEGw0XZ88iYqXUTZW3+oSu1wYmliE9a/ZNT2zfpxPe8QQPRoXms0TWa3mtgV9g onkPe6JykUwkyHDF4s6yNLlsTsPNpEwutjhbwPgPQI2/wGDem46ERc/s2kAVdL0l 31mCf5ABjI+gmbCs8kuHttTjoGRoQe+xSPDpb/S4= 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=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=ham version=3.3.1 MIME-Version: 1.0 X-Received: by 10.194.81.71 with SMTP id y7mr102531898wjx.19.1367323879396; Tue, 30 Apr 2013 05:11:19 -0700 (PDT) Date: Tue, 30 Apr 2013 07:11:19 -0500 Message-ID: Subject: SIGQUIT reported as SIGSEGV From: "Daniel R. Grayson" To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 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 -- 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