Elusive bug: Symbol Map Crashes CEikGlobalTextEditor?
| Wed, 2007-12-19 09:49 | |
|
Does anyone have any ideas about how to fix or track down this bug.. In my Series 60 2nd edition version of my app this problem doesnt exist Basically, In AknExeditor I can stress-test the editor by launching the symbol map However, in my app when I perform the same stress test I can always crash my app If I give the symbol map time (1 second) to display there is no problem), My CEikGlobalTextEditor initialisation is the same as AknExeditor If any experts have come across this before or know how to fix it please let me Currently my options are: (2)put trace statements everywhere to try and track down the crash-point (3)binary elimination - not really suitable (4)Some over clever KERN-EXEC 3 tracking technique to find out exactly FYI, the same stress-test of my app in the emulator works fine and never crashes. Any help appreciated. ~~~~ |
|






Forum posts: 175
Update:
Still trying to track down the root of this bug.
Found something interesting today.
On an normal no-crashing CEikGlobalTextEditor
whenI click '*' to launch the Symbol map
the CBA (soft) keys change to [Next] [Cancel].
However, in my app, when I press the '*' key
to launch the Symbol Map I see the CBA keys quickly flash:
[Select] [Cancel]
.. and then changes to..
[Next] [Cancel]
So there's some double process happening which I suspect is
the culprit.
Not sure why this is happening, need to look further..
Edit/Delete Message
Reply With Quote
~~~~