perl threads on 2008 R2 64bit = crash ( was: perl 5.10 threads on 1.5.25 = instant crash )

Dave Korn dave.korn.cygwin@googlemail.com
Wed Jul 15 17:38:00 GMT 2009


Corinna Vinschen wrote:

> What happens is that this statement
> 
>   if ((*object)->magic != magic)
> 
> in the function thread.cc:verifyable_object_isvalid throws an exception
> because *object is NULL.  This should be covered by the myfault handler
> in this function but for some reason it isn't.

  So, set a "*object == 0" conditional breakpoint on that line and see what
the SEH chain looks like?

    cheers,
      DaveK


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



More information about the Cygwin mailing list