diff options
author | Shane Kearns <shane.kearns@accenture.com> | 2010-07-07 15:55:04 (GMT) |
---|---|---|
committer | Shane Kearns <shane.kearns@accenture.com> | 2010-07-08 09:47:25 (GMT) |
commit | 9f0d39135141e9f048d4cb3647a9e50f3d3db5a1 (patch) | |
tree | 764cfacd2a5eaace3375cd2d95bf98eafa4b7f69 /tools/qtestlib | |
parent | aa7de4f45660b5e1c470bf876606f846e120dd50 (diff) | |
download | Qt-9f0d39135141e9f048d4cb3647a9e50f3d3db5a1.zip Qt-9f0d39135141e9f048d4cb3647a9e50f3d3db5a1.tar.gz Qt-9f0d39135141e9f048d4cb3647a9e50f3d3db5a1.tar.bz2 |
Set QThreads to be process critical automatically on Symbian OS
On Symbian OS, a thread is non critical by default - this means if it
crashes the process does not automatically terminate, rather it is
allowed to handle the crash by itself. Only the main thread is critical
by default.
Since this is not the behaviour on other platforms, application developers
are unlikely to have considered this case - and would need to write
symbian specific code to catch the crash.
For such advanced users, they can reset the critical flag on the thread
once they get control in QThread::run().
By default, a crash in any thread created via the QThread API will now
crash the process.
Reviewed-by: Iain
Diffstat (limited to 'tools/qtestlib')
0 files changed, 0 insertions, 0 deletions