[Qt-interest] qmutex unlock - application waits?
caius ligarius
caius9090 at gmail.com
Thu May 27 21:11:00 CEST 2010
This email contained a .zip file attachment. Raytheon does not allow email attachments that are considered likely to contain malicious code. For your protection this attachment has been removed.
If this email is from an unknown source, please simply delete this email.
If this email was expected, and it is from a known sender, you may follow the below suggested instructions to obtain these types of attachments.
+ Instruct the sender to enclose the file(s) in a ".zip" compressed file, and rename the ".zip" compressed file with a different extension, such as, ".rtnzip". Password protecting the renamed ".zip" compressed file adds an additional layer of protection. When you receive the file, please rename it with the extension ".zip".
Additional instructions and options on how to receive these attachments can be found at:
http://security.it.ray.com/antivirus/extensions.html
http://security.it.ray.com/news/2007/zipfiles.html
Should you have any questions or difficulty with these instructions, please contact the Help Desk at 877.844.4712
---
Forgot to attach the code...
Caius
On Thu, May 27, 2010 at 12:02 PM, caius ligarius <caius9090 at gmail.com>wrote:
> Hi,
>
> Apologies for posting this for the second time, I still haven't found an
> solution to this issue
>
> I see something strange happening in my application. When I try to select
> QComboBox item in my UI it just waits or freezes for a few seconds and
> doesn't let me do anything. After pausing the code in run-time I noticed
> that the app is getting stuck in void QMutex::unlock() function.
>
> I have attached a stripped down version of my UI code (which is compilable)
> along with .ui file for reference.
> (I have also attached solution file from VS2008 which I am using just in
> case)
>
> To reproduce this problem randomly keep selecting items from the combo-box
> (top right side) and eventually it will get stuck for a few seconds in
> the QMutex::unlock() function.
>
> Thanks in advance,
> Caius
>
More information about the Qt-interest-old
mailing list