[wxpython-users] BitmapFromBuffer deadlock
Conrado PLG
conradoplg at gmail.com
Tue Sep 9 21:32:49 PDT 2008
Hi,
I'm writing an image viewer. In short, when it opens a image, it puts
a request in a queue, which will be read by another thread which will
load the image and then notify the GUI thread. It works on Windows,
but now I'm testing on Linux and it's not working.
The program freezes everytime I open an image. I found out that the
thread gets stuck in a "BitmapFromBuffer" call. The GUI thread gets
stuck too, but not inside my code.
Does anyone have any idea on what's going on? Is it safe to call
BitmapFromBuffer from non GUI threads?
Thanks
More information about the wxpython-users
mailing list