I am using NSDataDetector with NSTextCheckingTypeLink to search a string for links (e.g. http://stackoverflow.com/questions) within it. Generally, it works fine, but when the string contains certain very long links (200+ chars) followed by a space and another word, I get this assertion:

DDRequire failed: the following assertion will only be logged once

assertion on /SourceCache/MobileDataDetectorsCore/MobileDataDetectorsCore-154/Sources/PushDown/DDTokenCache.c:310 "delta >= 0" failed :Bad shift in DDTokenCacheMoveStreamOffset, aborting

This is the kind of text that causes this:

blog.somethingorother.com/2011/storynameetcmorestuff/utm_source/eedburnerutmmediumfeedutmcampaign/FeedanutmcontentGooglFeedfetcherutmcampaign/FeedanutmcontentGooglFeedfetcher/eedburnerutm_mediumfeedutmcampaign/FeedanutmcontentGooglFeedfetcherutmcampaign HEY

Does anyone know what's behind this or have any other insight into this?

link|improve this question

33% accept rate
You should file a bug report with this info, along with a sample project that reproduces the issue. – Kevin Ballard Jan 21 '11 at 23:00
OK, will do. But I'm still hoping for a workaround that will not involve scrapping NSDataDetector. – Jim Jan 21 '11 at 23:30
For anyone else running this: It's filed with Apple under problem ID 8917104. You can reference that in your bug report, should you make one. – Jim Jan 26 '11 at 3:49
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.