Simple iOS app works on device but crashes in simulator, in AppleSpell
Simple iOS app works on device but crashes in simulator, in AppleSpell
- Subject: Simple iOS app works on device but crashes in simulator, in AppleSpell
- From: Jens Alfke <email@hidden>
- Date: Tue, 19 Jul 2011 11:46:40 -0700
I’m working on a fairly simple iOS app with some other folks, and it works fine for me on a real iOS device, but whenever I run it in the 4.3 simulator it crashes as soon as I type a few characters into a text field. The crash is always inside the system method -[AppleSpell init]. The other developers haven’t had this problem. Any idea what might be going on? I’m wondering if something got corrupted in the simulator’s persistent state; but deleting and re-installing the app doesn’t help.
—Jens
(gdb) bt
#0 0x015ce000 in objc_assign_ivar ()
#1 0x039d3c34 in -[AppleSpell init] ()
#2 0x00bee538 in -[UITextChecker _checker] ()
#3 0x00befde9 in -[UITextChecker checkSpellingOfString:startingAt:language:wrap:correction:] ()
#4 0x0c01f725 in TIInputManagerZephyr::lookup_spellcheck_candidates ()
#5 0x0c01f609 in TIInputManagerZephyr::lookup_static_dynamic_candidates ()
#6 0x0c01cb2b in TIInputManager::lookup ()
#7 0x0c01ce18 in TIInputManager::autocorrection ()
#8 0x0c03406b in -[TIKeyboardInputManagerZephyr autocorrection] ()
#9 0x009d6be8 in -[UIKeyboardImpl generateCandidatesWithCompletions:] ()
#10 0x009d6c3b in -[UIKeyboardImpl generateCandidates] ()
#11 0x009e3a23 in -[UIKeyboardImpl addInputString:fromVariantKey:] ()
#12 0x009e571b in -[UIKeyboardImpl handleKeyEvent:] ()
#13 0x008a901c in -[UIApplication handleEvent:withNewEvent:] ()
#14 0x008a0abf in -[UIApplication sendEvent:] ()
#15 0x008a5f2e in _UIApplicationHandleEvent ()
..._______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden