X-Spam-Check-By: sourceware.org Message-ID: <53e1ea310612120854h6a706234m85335f248a7c1fc2@mail.gmail.com> Date: Tue, 12 Dec 2006 11:54:37 -0500 From: "Dan Lenski" To: cygwin AT cygwin DOT com Subject: Python crashes with threading and Tkinter MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Hi all, I've been having a problem with Python under Cygwin. Basically, Python crashes if I try to start any threads in a program using the Tkinter GUI package. This issue has been encountered before, by Steve Ward in February 2006: http://www.cygwin.com/ml/cygwin/2006-02/msg00700.html The test program that he posted crashes for me as well, under Cygwin 1.5.22-1. The same program runs flawlessly under Linux. The only workaround I have found is this followup by Jim Brooks: http://www.cygwin.com/ml/cygwin/2006-02/msg00799.html He recommended downgrading to Cygwin 1.5.18, as apparently the problem was introduced by threading changes in Cygwin 1.5.19. Does anyone know of another way to resolve this problem, so that Python Tkinter programs can use multithreading? Thanks! Dan Lenski -- 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/