|
| Microsoft C++ Exception (0xE06D7363) messages in emulator |
 |
Fri, 22 Sep 2006 11:38:57 +020 |
Hi all,
[I am crossposting this here from discussion.forum.nokia.com, because I
have seen some references to this as being a "feature" of the Symbian
emulator that can't be fixed at Nokia's end...]
One thing I have found very annoying about the C++ SDK for S60 3rd
Edition is the rapid-fire output of "Microsoft C++ Exception
(0xE06D7363) at address 0x7C812A5B" in the System Message window of
CodeWarrior (or Visual Studio) - the exact address varies between
emulator builds.
It seems that these are uncaptured "leaves" (implemented as
exceptions,
XLeaveException?) percolating through all the way to the top of their
respective thread. However, in its current form this is not particularly
useful, and obscures some more helpful information, like
loading/unloading of DLLs, that is being reported through the same channel.
I would suggest adding a dummy try/catch in the emulator somehow (either
generically, or to some of the worst offending threads), to clean up the
output.
|
| Post Reply
|
|
|
|
|
|
|
|
|
|