Advertisement
Guest User

Untitled

a guest
May 5th, 2011
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.31 KB | None | 0 0
  1. (gdb) backtrace
  2. #0 0x00f2709b in objc_msgSend ()
  3. #1 0x04b261a0 in ?? ()
  4. #2 0x001ce3b0 in -[UITableViewRowData invalidateAllSections] ()
  5. #3 0x00085d23 in -[UITableView(_UITableViewPrivate) _updateRowData] ()
  6. #4 0x0008165c in -[UITableView noteNumberOfRowsChanged] ()
  7. #5 0x0008e708 in -[UITableView reloadData] ()
  8. #6 0x0008b844 in -[UITableView layoutSubviews] ()
  9. #7 0x016aba5a in -[CALayer layoutSublayers] ()
  10. #8 0x016adddc in CALayerLayoutIfNeeded ()
  11. #9 0x016530b4 in CA::Context::commit_transaction ()
  12. #10 0x01654294 in CA::Transaction::commit ()
  13. #11 0x000159c9 in -[UIApplication _reportAppLaunchFinished] ()
  14. #12 0x00015e83 in -[UIApplication _runWithURL:payload:launchOrientation:statusBarStyle:statusBarHidden:] ()
  15. #13 0x00020617 in -[UIApplication handleEvent:withNewEvent:] ()
  16. #14 0x00018abf in -[UIApplication sendEvent:] ()
  17. #15 0x0001df2e in _UIApplicationHandleEvent ()
  18. #16 0x00ffa992 in PurpleEventCallback ()
  19. #17 0x00da2944 in __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ ()
  20. #18 0x00d02cf7 in __CFRunLoopDoSource1 ()
  21. #19 0x00cfff83 in __CFRunLoopRun ()
  22. #20 0x00cff840 in CFRunLoopRunSpecific ()
  23. #21 0x00cff761 in CFRunLoopRunInMode ()
  24. #22 0x000157d2 in -[UIApplication _run] ()
  25. #23 0x00021c93 in UIApplicationMain ()
  26. #24 0x00002019 in main (argc=1, argv=0xbffff064) at main.m:14
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement