Cygwin G++ bug? - Python Extension module #including <iostream> dies before initialization

Jim Kleckner jek-cygwin1@kleckner.net
Sat May 27 17:06:00 GMT 2006


Brian Dessent wrote:
> As you can see, this all is contingent upon a program like GDB using the
> Windows debug API.  Without that, the entire issue is irrelevant, so I
> can't see how this possibly would apply to Python.
>   

Thanks for explaining how the Windows debug API is the one
actually catching the exception rather than GDB directly
changing how exceptions are caught.  This is useful.

I will be surprised if there doesn't turn out to be some
commonality between the pthread_mutex_init issue
and something Python is doing either directly or
via the use of dlopen().

Thanks - Jim

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list