diff options
author | mread <qt-info@nokia.com> | 2012-01-04 15:19:49 (GMT) |
---|---|---|
committer | mread <qt-info@nokia.com> | 2012-01-04 15:40:15 (GMT) |
commit | 2997b89e6480abfed356fbd6fe248bc6d2accbe2 (patch) | |
tree | 8335038e9e26480a44902a6a55565e459ee4ce74 /doc/src/snippets/code/doc_src_activeqt-dumpcpp.cpp | |
parent | dfe97e359443671f0cea9cddbe2ba0eccbaf48ce (diff) | |
download | Qt-2997b89e6480abfed356fbd6fe248bc6d2accbe2.zip Qt-2997b89e6480abfed356fbd6fe248bc6d2accbe2.tar.gz Qt-2997b89e6480abfed356fbd6fe248bc6d2accbe2.tar.bz2 |
QThreads on Symbian are named to allow them to be opened externally
The Qt 4.7 implementation of QThread on Symbian used libpthread. This
automatically generated a random name for a thread. The Qt 4.8
implmentation was leaving threads unnamed. This is a change in
behaviour, in that unnamed/anonymous threads cannot be opened outside
of the owning process. This was causing a bug in some client/server
situations.
The fix is to generate a name for the RThread underlying the QThread
as follows:
QThread object name + QThread object address + random number
Task-number: ou1cimx1#959586
Reviewed-by: Shane Kearns
Diffstat (limited to 'doc/src/snippets/code/doc_src_activeqt-dumpcpp.cpp')
0 files changed, 0 insertions, 0 deletions