kishikawakatsumi / PEPhotoCropEditor

Image cropping library for iOS.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

App crashes with "Assertion failure" message

rajapandians opened this issue · comments

Sometimes App crashes with the following message. anyone came across this?

2013-09-07 09:30:39.858 AppName[1329:6537] enumerating photos
2013-09-07 09:30:39.859 AppName[1329:6537] done enumerating photos
2013-09-07 09:30:39.864 AppName[1329:907] *** Assertion failure in -[UISectionRowData refreshWithSection:tableView:tableViewRowData:], /SourceCache/UIKit/UIKit-2372/UITableViewRowData.m:400
2013-09-07 09:30:39.866 BabyFace[1329:907] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Failed to allocate data stores for 2147483647 rows in section 0. Consider using fewer rows'

The crash occurred in the UITableView, due to return illegal value from the data source.
So this error have nothing to do with PEPhotoCropEditor.

Since there is little information, I do not know anymore.

yes. i was wrong