I am using Qt-4.6 to develop a camera application, which reading the camera raw data from an USB port.
I am create a QThread to read the raw data from USB, and convert the raw data to RGB data in another thread,
after one camera frame got converted, i send an event to the GUI thread(application) to refresh the preview widget
On windows xp platform, every thing is ok.

But on Fedora(linux) platform, the preview widget can got refreshed every time. the problem is the the GUI thread seems crash,..
I click a menu on a QMainWindow, the menu list take long time to show...


any idea ?

Thanks...

/WX