diff options
author | Shane Kearns <shane.kearns@accenture.com> | 2011-03-21 18:57:16 (GMT) |
---|---|---|
committer | Shane Kearns <shane.kearns@accenture.com> | 2011-03-22 10:13:42 (GMT) |
commit | 919e282ff62171654dd60875fe1c058f36a14584 (patch) | |
tree | bcdd78a5bb0e49a731510ff87fbe4a2052c92d04 /doc/src/snippets/sqldatabase/sqldatabase.pro | |
parent | c9edb126e6f01e54dfbb1e952b253b2490d26e88 (diff) | |
download | Qt-919e282ff62171654dd60875fe1c058f36a14584.zip Qt-919e282ff62171654dd60875fe1c058f36a14584.tar.gz Qt-919e282ff62171654dd60875fe1c058f36a14584.tar.bz2 |
Fix a deadlock in symbian QHostInfo when aborting
DoCancel was calling lookupFinished, which tries to acquire a mutex again
that was already acquired in abortLookup (causing a deadlock).
This call is un-necessary, as Cancel was only called from the destructor
and from abortLookup - in neither case is this wanted.
The run and RunError functions explicitly call lookupFinished.
This fixes hang in autotests when attempting to lookup a bad host name.
Reviewed-by: Markus Goetz
Diffstat (limited to 'doc/src/snippets/sqldatabase/sqldatabase.pro')
0 files changed, 0 insertions, 0 deletions