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:to:from:subject:date:message-id:references :mime-version:content-type:content-transfer-encoding :in-reply-to; q=dns; s=default; b=xdTZNPqUW262bcplKxRJUWolfnQqRr kd+pLIYI+mWfuZALvoA8UcQYIXAglDh3kj6Ja5voAmfld/8mTSHXAK1Y4OJd9ryv tkqRuWdupJZo4fWqmq3xnKObBtnvIk1NV4XeCV9sjMgj0roZXA59AyoCy7KOWkPW VpfTopoE+KhWk= 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=RgztYCdar7id/yMmA/TcaxwlP2Y=; b=BUb2 7S7E0jHgL0Z483B5Ljw8Z9z6S0jC15ONNaeXeA1sWcZzQjvDmy8JxVtBLC5Zf+j7 qHbdXF3Gohq1cR5eYSr0CWhO/gThmELtqR8hRKWl+jHsHCWL6gJfZWlBMRU0N9cH VBx4wER7Lyb3Xj5g5LkCTRx94P8aoglYQRB32qM= 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.2 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,SPF_PASS autolearn=ham version=3.3.1 To: cygwin AT cygwin DOT com From: jojelino Subject: Re: SIGQUIT reported as SIGSEGV Date: Tue, 30 Apr 2013 23:17:25 +0900 Lines: 27 Message-ID: References: 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:23.0) Gecko/20100101 Thunderbird/23.0a1 In-Reply-To: On 2013-04-30 PM 9:37, Helmut Karlowski wrote: > Daniel R. Grayson, 30.04.2013 14:11:19: > >> 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 > > It's sleep.exe that crashes, the report is correct. > > Stack trace: > Frame Function Args > 0022AAC8 7C80A115 (00000003, 0022AB2C, 00000000, FFFFFFFF) > --- Process 7188, exception C0000005 at 6102F813 sh-4.1$ addr2line -e /bin/cygwin1.dbg 6102F813 /netrel/src/cygwin-snapshot-20130409-1/winsup/cygwin/exceptions.cc:252 It's long-standing bug during stack backtrace in cygwin. if any frame has used ebp for purposes other than frame pointer. which is mostly the case. -- 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