sbsv2/raptor/notes/epocnestedexceptions.txt
author Jon Chatten
Mon, 13 Sep 2010 14:04:04 +0100
changeset 641 8dd670a9f34f
parent 591 22486c9c7b15
permissions -rw-r--r--
sbs version 2.15.2
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
591
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     1
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     2
Qt needs to be able to have more than one active exception object, even when
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     3
OOM (out-of-memory).
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     4
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     5
A detailed overview of the solution can be found at 
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     6
http://wikis.in.nokia.com/Toolchain/QtExceptionHandling
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     7
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     8
In short, we add a new MMP flag keyword - EPOCNESTEDEXCEPTIONS. When this
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
     9
keyword is specified, a different static run-time library is used.
22486c9c7b15 raptor v2.14.0
jjkang
parents:
diff changeset
    10