X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Date: Wed, 13 Jul 2011 09:34:42 +0200
From: Corinna Vinschen <corinna-cygwin@cygwin.com>
To: cygwin@cygwin.com
Subject: Re: Random fork failures
Message-ID: <20110713073442.GD13500@calimero.vinschen.de>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <20110711095630.GB22947@calimero.vinschen.de> <4E1ACF65.6070102@gmail.com> <20110711114747.GD22947@calimero.vinschen.de> <20110711120430.GE22947@calimero.vinschen.de> <4E1AFFDE.3050107@gmail.com> <20110712072326.GB28677@calimero.vinschen.de> <4E1BF83D.4050200@gmail.com> <20110712092909.GA6485@calimero.vinschen.de> <4E1C3E84.9050601@gmail.com> <20110713073206.GC13500@calimero.vinschen.de>
MIME-Version: 1.0
Content-Type: text/plain; charset=utf-8
Content-Disposition: inline
In-Reply-To: <20110713073206.GC13500@calimero.vinschen.de>
User-Agent: Mutt/1.5.21 (2010-09-15)
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On Jul 13 09:32, Corinna Vinschen wrote:
> On Jul 12 15:31, yoni levi wrote:
> > now the 1_7_10 strace log
> 
> > --- Process 3776, exception C0000005 at 61116FEF
> >    67 4739866 [main] rxvt 3776 exception::handle: In cygwin_except_handler exc 0xC0000005 at 0x61116FEF sp 0x22CAAC
> >    59 4739925 [main] rxvt 3776 exception::handle: In cygwin_except_handler sig 11 at 0x61116FEF
> >    44 4739969 [main] rxvt 3776 exception::handle: In cygwin_except_handler calling 0x0
> >    45 4740014 [main] rxvt 3776 exception::handle: Exception: STATUS_ACCESS_VIOLATION
> 
> The access violation occurs inside the Cygwin DLL, but the address is
> useless without the DLL.  Since you built the DLL yourself, you would
> have to look where this crash occurs.  You should have a
> rxvt.exe.stackdump file with function addresses, kind of like this:
> 
>   Frame     Function  Args
>   00C0CD58  6100749B  (00000000, 00C0CD9C, 610070BC, 00000000)
>   00C0CD88  61004EFC  (00C0CD9C, 00000000, 00000000, 00000000)
>   00C0FF48  61004F84  (610070BC, 00000000, 00C0FF68, 00401E72)
>   00C0FF58  61006499  (00401130, 00000000, 00C0FF88, 0040103D)
>   00C0FF68  00401E72  (00401130, 00000000, 00000000, 00000000)
>   [...]
> 
> Please call addr2line for all addresses starting with 61.

... in the same top-down order as they are given in the stackdump.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

--
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

