From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21684 invoked by alias); 25 Jun 2012 15:29:32 -0000 Received: (qmail 21675 invoked by uid 22791); 25 Jun 2012 15:29:31 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,TW_CG X-Spam-Check-By: sourceware.org Received: from mho-01-ewr.mailhop.org (HELO mho-01-ewr.mailhop.org) (204.13.248.71) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 25 Jun 2012 15:29:17 +0000 Received: from pool-108-49-31-235.bstnma.fios.verizon.net ([108.49.31.235] helo=cgf.cx) by mho-01-ewr.mailhop.org with esmtpa (Exim 4.72) (envelope-from ) id 1SjBE4-000MXY-QR for cygwin@cygwin.com; Mon, 25 Jun 2012 15:29:16 +0000 Received: from localhost (ednor.casa.cgf.cx [192.168.187.5]) by cgf.cx (Postfix) with ESMTP id 4A3174296B8 for ; Mon, 25 Jun 2012 11:29:16 -0400 (EDT) X-Mail-Handler: MailHop Outbound by DynDNS X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+i/ZtMwgrsijx5x0IXG5Bb Date: Mon, 25 Jun 2012 15:29:00 -0000 From: Christopher Faylor To: cygwin@cygwin.com Subject: Re: crash on latest cygwin snapshot Message-ID: <20120625152916.GA9053@ednor.casa.cgf.cx> Reply-To: cygwin@cygwin.com Mail-Followup-To: cygwin@cygwin.com References: <4FE786DA.2050208@gmail.com> <20120625043110.GA28607@ednor.casa.cgf.cx> <4FE81478.8030508@gmail.com> <20120625080550.GC2976@calimero.vinschen.de> <4FE82361.8040908@gmail.com> <20120625090029.GE2321@calimero.vinschen.de> <4FE83122.8020406@gmail.com> <4FE85226.5020804@gmail.com> <20120625144551.GA4244@ednor.casa.cgf.cx> <4FE87D29.7080906@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4FE87D29.7080906@gmail.com> User-Agent: Mutt/1.5.20 (2009-06-14) Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2012-06/txt/msg00454.txt.bz2 On Mon, Jun 25, 2012 at 05:00:57PM +0200, marco atzeri wrote: >On 6/25/2012 4:45 PM, Christopher Faylor wrote: >> On Mon, Jun 25, 2012 at 01:57:26PM +0200, marco atzeri wrote: >>> On 6/25/2012 11:36 AM, marco atzeri wrote: >>>> On 6/25/2012 11:00 AM, Corinna Vinschen wrote: >>>>> On Jun 25 10:37, marco atzeri wrote: >>>>>> >>>>>> A normal exception should kill just the running process, while >>>>>> I see that xprobe_comp, bash, mintty are killed and >>>>>> also others bash and mintty processes are taking down. >>>>> >>>>> Really all processes or just all processes in the same terminal window? >>>> >>>> all processes in all the available terminal windows. >>>> 3 mintty and 3 bash are taken down and they were indepedently >>>> created by the start menu >>>> >>>>> >>>>> Corinna >>>>> >>>> >>>> I will check if today cgf's changeset make any difference >>>> >>>> Regards >>>> Marco >>>> >>>> >>> hi Corinna, >>> no difference. It takes down everything >>> >>> but you are right about mintty, it is crashing and the stackdump >>> are located at c:\windows\SySWOW64, I only noticed with procmon. >>> >>> --------------------------------------------------------------------- >>> Exception: STATUS_ACCESS_VIOLATION at eip=610CE726 >>> eax=610CE710 ebx=0000010C ecx=777B0000 edx=0008E3C8 esi=0028A5B8 >>> edi=8005A088 >>> ebp=0028A468 esp=0028A450 program=E:\cygwin\bin\mintty.exe, pid 6652, >>> thread main >>> cs=0023 ds=002B es=002B fs=0053 gs=002B ss=002B >>> Stack trace: >>> Frame Function Args >>> 0028A468 610CE726 (8004EF58, 0028A5B8, E65DA9C7, 231FFA3E) >>> 0028A488 610D05CE (0028A5B8, 0028A648, 0028A540, 0028A520) >>> 0028A618 610D146A (00000002, 0028A648, 0028A540, 0028A520) >>> 24479433 [main] mintty 6652 exception::handle: Exception: >>> STATUS_ACCESS_VIOLATION >>> 24495658 [main] mintty 6652 exception::handle: Error while dumping state >>> (probably corrupted stack) >>> ---------------------------------------------------------------------- >>> >>> $ addr2line.exe -e cygwin1.dll 610CE726 >>> /pub/cygwin/cvs/src_new/winsup/cygwin/select.cc:687 >>> >>> $ addr2line.exe -e cygwin1.dll 610D05CE >>> /pub/cygwin/cvs/src_new/winsup/cygwin/select.cc:243 >>> >>> $ addr2line.exe -e cygwin1.dll 610D146A >>> /pub/cygwin/cvs/src_new/winsup/cygwin/select.cc:252 >> >> How long did this take to crash mintty? >> >> cgf >> > > >7 sec on my slow PC. > From procmon I saw that xprobe_comp and the shells it reises continue >to run for a while and only after they close. > >on 20120611 the full successful run is 45 sec. I let my run on 20120611 go for more than that. The system eventually became unresponsive and I had to power cycle it. Probably I could have rebooted via Start if I'd been more patient, though. I have another vague idea about this problem and will be checking in another change soon. 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