Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iPhone IOS 6 crash : TSQCalendarView.m line 162 -[TSQCalendarView scrollToDate:animated:] #50

Open
aokudan opened this issue Dec 6, 2013 · 1 comment

Comments

@aokudan
Copy link

aokudan commented Dec 6, 2013

screen shot 2013-12-06 at 17 26 08

@pbartolome
Copy link

I know this is an old issue, but I'm still seeing this problem randomly. It's pretty hard to reproduce, I wasn't able to, I can only get this information from crash logs.

All these crashes happens in the TSQCalendarView.m

Crashed: com.apple.main-thread
EXC_BAD_ACCESS KERN_INVALID_ADDRESS at 0x000000555245500c

UIKit   
-[UITableViewRowData numberOfRowsInSection:] + 68   
-[UITableView _contentOffsetForScrollingToRowAtIndexPath:atScrollPosition:] + 484
-[UITableView _contentOffsetForScrollingToRowAtIndexPath:atScrollPosition:] + 484
-[UITableView scrollToRowAtIndexPath:atScrollPosition:animated:] + 36
Fatal Exception: NSRangeException
-[UITableView _contentOffsetForScrollingToRowAtIndexPath:atScrollPosition:]: section (26) beyond bounds (25).

__exceptionPreprocess + 132
-[NSException initWithCoder:]
-[UITableView _contentOffsetForScrollingToRowAtIndexPath:atScrollPosition:] + 812
-[UITableView scrollToRowAtIndexPath:atScrollPosition:animated:] + 36
Crashed: com.apple.main-thread
EXC_BAD_ACCESS KERN_INVALID_ADDRESS at 0x0000000000000008

-[UITableViewRowData numberOfRowsInSection:] + 68
-[UITableView _contentOffsetForScrollingToRowAtIndexPath:atScrollPosition:] + 484
-[UITableView _contentOffsetForScrollingToRowAtIndexPath:atScrollPosition:] + 484
-[UITableView scrollToRowAtIndexPath:atScrollPosition:animated:] + 36

Probably the content of the tableview is being deallocated at some point

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants