This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Random fork failures


On Jul 13 12:29, yoni levi wrote:
> On 13/7/2011 10:32, Corinna Vinschen wrote:
> >Please call addr2line for all addresses starting with 61.  In the
> >above example that would be:
> >
> >   $ addr2line -e /bin/cygwin1.dll 6100749B 61004EFC 61004F84 61006499
> >
> 
> $ addr2line -e /bin/cygwin1.dll 61116FEF  610C30EB 610C7605 0040524B
> 0040107B 6100720E
> /netrel/src/cygwin-snapshot-20110711-1/newlib/libc/machine/i386/memcpy.S:64
> /netrel/src/cygwin-snapshot-20110711-1/winsup/cygwin/select.cc:160

This looks like a problem in rxvt.  rxvt calls

  select(5, readfds, NULL, NULL, NULL);

At the end of the call, select tries to memcpy the local fd array
to the callers readfds array.  This crashes.  Either the callers
readfds pointer is wrong, or the number of maxfds is too big.
However, I have no clue why this should only occur on your machines
but not on mine.

How do you call rxvt?

> >This might give a clue what happens in your environment.  I still have
> >to point out, though, that I can not reproduce this problem.  Neither
> >with a debug DLL, nor with an optimized DLL.  We didn't rule out
> >rebasing and BLODA yet.
> >
> I tried rebasing - still crashing.
> about BLODA - I check all BLODA software - non of them is installed
> on any of the machines I tests this on.

Just because the application is not in the BLODA list doesn't mean it
is no potential BLODA.  It seems unlikely in this case, but maybe it's
the AV software or something else on your machines.  Something all your
have in common.


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]