[TIMOB-5492] Crash in -[TiUITextArea textView:shouldChangeTextInRange:replacementText:]
GitHub Issue | n/a |
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Cannot Reproduce |
Resolution Date | 2011-11-02T09:50:53.000+0000 |
Affected Version/s | Release 1.7.2 |
Fix Version/s | Sprint 2011-43 |
Components | iOS |
Labels | branch-5062, crash, textarea |
Reporter | Stephen Tramer |
Assignee | Stephen Tramer |
Created | 2011-10-10T22:57:02.000+0000 |
Updated | 2011-11-02T09:51:04.000+0000 |
Description
We're seeing a periodic crash with no reliable reproduction steps in -[TiUITextArea textView:shouldChangeTextInRange:replacementText:]. Conditions may (or may not) require rapid input hardware keyboards or excessively bad thread scheduling.
The crash report from the log is exceedingly generic and unsymbolicated, but there is only one entry point in our code to the function causing the crash (-[NSString stringByReplacingCharactersInRange:withString:]). Will try and get a more accurate crash report to get other clues about behavior, but without symbolification, probably will be of limited use.
Attachments
No comments