X-Spam-Check-By: sourceware.org Message-ID: <4479C643.5020908@kleckner.net> Date: Sun, 28 May 2006 08:48:19 -0700 From: Jim Kleckner User-Agent: Thunderbird 1.5 (Windows/20051230) MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Cygwin G++ bug? - Python Extension module #including dies before initialization References: <44775331 DOT 4070809 AT ukf DOT net> <44786EAA DOT 9020002 AT kleckner DOT net> <44787848 DOT 1BD5F4CF AT dessent DOT net> <447886F9 DOT 7000806 AT kleckner DOT net> In-Reply-To: <447886F9.7000806@kleckner.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Jim Kleckner wrote: > 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(). Indeed, cgf is a magician and his patch in snapshot *2006-05-27 appears to fix the signal handler issue for Python. As mentioned in his patch message, this may fix the signal handler issues for many DLLs. Many many 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/