Skip to content

Instantly share code, notes, and snippets.

@aquarius
Created December 12, 2011 15:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aquarius/1467983 to your computer and use it in GitHub Desktop.
Save aquarius/1467983 to your computer and use it in GitHub Desktop.
KKGridView Crash
#0 0x0000adf2 in -[KKGridView _configureAuxiliaryView:inSection:withStickPoint:height:] at /Users/markusm/ScratchPad/KKGridView/KKGridView/KKGridView.mm:553
#1 0x000098d8 in __33-[KKGridView _layoutVisibleCells]_block_invoke_0177 ()
#2 0x328e6510 in +[UIView(UIViewAnimationWithBlocks) _setupAnimationWithDuration:delay:view:options:animations:start:completion:] ()
#3 0x328e6310 in +[UIView(UIViewAnimationWithBlocks) animateWithDuration:delay:options:animations:completion:] ()
#4 0x00008716 in -[KKGridView _layoutVisibleCells] ()
#5 0x000060d6 in -[KKGridView _layoutGridView] ()
#6 0x0000e320 in -[KKGridView insertItemsAtIndexPaths:withAnimation:] ()
#7 0x00003c26 in -[GridViewDemoViewController addItems:] ()
#8 0x3432d434 in -[NSObject performSelector:withObject:withObject:] ()
#9 0x328de9ea in -[UIApplication sendAction:to:from:forEvent:] ()
#10 0x329a43ce in -[UIBarButtonItem(UIInternal) _sendAction:withEvent:] ()
#11 0x3432d434 in -[NSObject performSelector:withObject:withObject:] ()
#12 0x328de9ea in -[UIApplication sendAction:to:from:forEvent:] ()
#13 0x328de9a6 in -[UIApplication sendAction:toTarget:fromSender:forEvent:] ()
#14 0x328de984 in -[UIControl sendAction:to:forEvent:] ()
#15 0x328de6f4 in -[UIControl(Internal) _sendActionsForEvents:withEvent:] ()
#16 0x328df02c in -[UIControl touchesEnded:withEvent:] ()
#17 0x328dd50e in -[UIWindow _sendTouchesForEvent:] ()
#18 0x328dcf00 in -[UIWindow sendEvent:] ()
#19 0x328c34ec in -[UIApplication sendEvent:] ()
#20 0x328c2d2c in _UIApplicationHandleEvent ()
#21 0x30c15df2 in PurpleEventCallback ()
#22 0x343a7552 in __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ ()
#23 0x343a74f4 in __CFRunLoopDoSource1 ()
#24 0x343a6342 in __CFRunLoopRun ()
#25 0x343294dc in CFRunLoopRunSpecific ()
#26 0x343293a4 in CFRunLoopRunInMode ()
#27 0x30c14fcc in GSEventRunModal ()
#28 0x328f1742 in UIApplicationMain ()
#29 0x000027e4 in main at /Users/markusm/ScratchPad/KKGridView/Examples/GridViewDemo/GridViewDemo/main.m:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment