PDA

View Full Version : [PyGTK +] I My ThreadApp got random crashes



baskar007
March 17th, 2010, 08:57 AM
I have building an Multi threaded WebApplication with PyGTk.
I am using threads for updating GUI with gdk.thread_enter and leave.

But Some time my application got crashes while trying to destroy sub windows via thread.

Today i got This error:
"Fatal IO error 0 (Success) on X server :0.0"

I can't figure out how to solve this.

and i am using http://faq.pygtk.org/index.py?req=show&file=faq20.014.htp for maintaining locks.

any idea?