Created
March 25, 2011 06:30
-
-
Save catherinek/886445 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2011-03-24 23:28:02.518 somesite[3293:207] didSelectTab: 2 | |
2011-03-24 23:28:03.196 somesite[3293:207] count of threads 10 | |
Program received signal: “EXC_BAD_ACCESS”. | |
(gdb) bt | |
#0 0x00e02a63 in objc_msgSend () | |
#1 0x04b394f0 in ?? () | |
#2 0x004ab9e7 in -[UITableViewRowData numberOfRows] () | |
#3 0x003628c2 in -[UITableView noteNumberOfRowsChanged] () | |
#4 0x0036f2b8 in -[UITableView reloadData] () | |
#5 0x0036c470 in -[UITableView layoutSubviews] () | |
#6 0x01caa451 in -[CALayer layoutSublayers] () | |
#7 0x01caa17c in CALayerLayoutIfNeeded () | |
#8 0x01ca337c in CA::Context::commit_transaction () | |
#9 0x01ca30d0 in CA::Transaction::commit () | |
#10 0x01cd37d5 in CA::Transaction::observer_callback () | |
#11 0x00fe1fbb in __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ () | |
#12 0x00f770e7 in __CFRunLoopDoObservers () | |
#13 0x00f3fbd7 in __CFRunLoopRun () | |
#14 0x00f3f240 in CFRunLoopRunSpecific () | |
#15 0x00f3f161 in CFRunLoopRunInMode () | |
#16 0x01721268 in GSEventRunModal () | |
#17 0x0172132d in GSEventRun () | |
#18 0x0030442e in UIApplicationMain () | |
#19 0x00002834 in main (argc=1, argv=0xbffff090) at /Users/Jamie/Desktop/somesite/main.m:14 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment