I was trying to debug the freezing issue and here is what I found:

The freezing is caused by a custom table widget which has a popup context menu 
that emits a signal with the ID of the row that produced the event.
The freeze is happening somewhere in the emit method and it seems to be going 
into an infinite loop, as the CPU usage on the javaw process is 99% after the 
emit is called.
The event handler method that needs to be executed when the signal is 
emited, is never called...

I will come back with more details if I figure something else.

Thanks,
Danny



----- Original Message ----
From: Eskil Abrahamsen Blomfeldt <[email protected]>
To: Danny Sporea <[email protected]>
Cc: "[email protected]" <[email protected]>
Sent: Monday, March 2, 2009 9:08:51 AM
Subject: Re: [Qt-jambi-interest] Upgrading from Jambi 4.3.5 to 4.4.3

Danny Sporea wrote:
> Eskil,
> 
> Thanks for your answer, please see below the log for just starting and 
> stopping the application, it seems that the correct libraries are loaded... 
> I'm using the latest JDK 1.6.0_11 to start the application and following 
> flags:
>  
[...]
> Loading library: 'QtCore4.dll'...
> - using deployment spec
> - ok!
> Loading library: 'qtjambi.dll'...
> - using deployment spec
> - ok!
> Loading library: 'QtCore4.dll'...
> - already loaded, skipping...
> Loading library: 'com_trolltech_qt_core.dll'...
> - using deployment spec
> - ok!
> Loading library: 'QtGui4.dll'...
> - using deployment spec
> - ok!
> Loading library: 'com_trolltech_qt_gui.dll'...
> - using deployment spec
> - ok!
>  


Yes, this seems to be fine. Is this only reproducable with your application, or 
are you able to get the same effects in a small example that you could send me? 
Right now I wouldn't actually know where to start, since we haven't seen 
anything like what you describe.

Also, are the effects reliably reproducable each time (e.g. is it always the 
same buttons that are missing text, etc.) or does it seem to have some element 
of chaos?  Does your application crash at any point? If so, is there a crash 
log which I could look at?

-- Eskil



      

_______________________________________________
Qt-jambi-interest mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-jambi-interest

Reply via email to