Re: NSString and UIWebView load
Re: NSString and UIWebView load
- Subject: Re: NSString and UIWebView load
- From: Jens Alfke <email@hidden>
- Date: Sun, 13 Sep 2009 08:23:14 -0700
The crash log shows the crash is in a background thread running Data
Detectors code:
Thread 3 Crashed:
0 libobjc.A.dylib 0x93ca268c objc_msgSend + 28
1 CoreFoundation 0x30288bb4
__CFSTUnitWordSentenceLineSetString + 1204
2 DataDetectorsCore 0x351eb7be _FillNextTokenInCache
+ 142
3 DataDetectorsCore 0x351ebc15
DDTokenCacheGetTokensAtPosition + 141
4 DataDetectorsCore 0x351ebcfc
DDTokenCacheGetTokenOrSubtokenAfterPosition + 53
5 DataDetectorsCore 0x351e3f5f DDScannerScanQuery + 133
6 DataDetectorsUI 0x36f915c1 -[DDOperation main] +
436
...
This is an internal framework, and the crash doesn't seem directly
related to anything you're doing, so this might be a bug in the
simulator; especially since you say it never crashes on the device
itself. (Data Detectors doesn't exist in the iPhone OS.)
—Jens
_______________________________________________
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