> > In addition to that the set_percentage method is crashing with a lot of > > debug msg + a x async message. The set_percentage is called within a > > thread. And yes, I'm using gtk.threads_enter, gtk,threads_leave around > > it. I've also initialized gtk threads. The same applies for the > > progress.update and progress.set_fraction.
Try upgrading the libpthread packages on your machine. I had a problem with threads bombing, found some obscure reference to a bug in libpthread, which on my machine is part of the glibc packages. I upgraded and have gone from my app guaranteed crash once a day to crash free for 30 days, every time the crash was either init'ing a new thread or a thread communicating with the main app. -- * Rob Brown-Bayliss * ================= * zoism.org _______________________________________________ pygtk mailing list [EMAIL PROTECTED] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
