This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author akineko
Recipients akineko
Date 2009-03-20.18:34:35
SpamBayes Score 3.696663e-10
Marked as misclassified No
Message-id <1237574081.02.0.0677822756927.issue5527@psf.upfronthosting.co.za>
In-reply-to
Content
Hello,

The attached test case, which uses multiprocessing module to run Tkinter
GUI process, runs flawlessly under Solaris but hung under Linux (CentOS5).

The test case is a trimmed version of much larger program but it still
exhibits the same problem.
I got a suggestion to use a function rather than a method of a class.
But it didn't make any difference.

I may have overlooked something but as far as I review my code, I
couldn't find anything that explains why the test case won't work (In
fact, it works under Solaris).
History
Date User Action Args
2009-03-20 18:34:41akinekosetrecipients: + akineko
2009-03-20 18:34:41akinekosetmessageid: <1237574081.02.0.0677822756927.issue5527@psf.upfronthosting.co.za>
2009-03-20 18:34:38akinekolinkissue5527 messages
2009-03-20 18:34:37akinekocreate