Skip to content

Instantly share code, notes, and snippets.

@seanh
Created April 26, 2011 18:07
Show Gist options
  • Select an option

  • Save seanh/942768 to your computer and use it in GitHub Desktop.

Select an option

Save seanh/942768 to your computer and use it in GitHub Desktop.
#0 0x0162b0b0 in objc_msgSend ()
#1 0x06828c50 in ?? ()
#2 0x0043e866 in NSKeyValuePushPendingNotificationPerThread ()
#3 0x0043e1b5 in NSKeyValueWillChange ()
#4 0x00425249 in -[NSObject(NSKeyValueObserverNotification) willChangeValueForKey:] ()
#5 0x00447840 in _NSSetObjectValueAndNotify ()
#6 0x00015d35 in -[CharacterSettings doToggle:] (self=0x5599200, _cmd=0xa3c92, menuItem=0x559de90) at /Users/seanh/Documents/MyGame/CharacterSettings.m:54
#7 0x01435c7d in __invoking___ ()
#8 0x01435b51 in -[NSInvocation invoke] ()
#9 0x00048d2d in -[CCMenuItem activate] (self=0x559de90, _cmd=0xab0ea) at /Users/seanh/Documents/MyGame/libs/cocos2d/CCMenuItem.m:133
#10 0x0004b38f in -[CCMenuItemToggle activate] (self=0x559de90, _cmd=0xab0ea) at /Users/seanh/Documents/MyGame/libs/cocos2d/CCMenuItem.m:667
#11 0x000467ed in -[CCMenu ccTouchEnded:withEvent:] (self=0x559e3a0, _cmd=0xaad00, touch=0x556e330, event=0x68046a0) at /Users/seanh/Documents/MyGame/libs/cocos2d/CCMenu.m:150
#12 0x00087fb9 in -[CCTouchDispatcher touches:withEvent:withTouchType:] (self=0x6812b40, _cmd=0xb4119, touches=0xbd68410, event=0x68046a0, idx=2) at /Users/seanh/Documents/MyGame/libs/cocos2d/CCTouchDispatcher.m:243
#13 0x00088856 in -[CCTouchDispatcher touchesEnded:withEvent:] (self=0x6812b40, _cmd=0xb4e0a, touches=0xbd68410, event=0x68046a0) at /Users/seanh/Documents/MyGame/libs/cocos2d/CCTouchDispatcher.m:312
#14 0x00090d38 in -[EAGLView touchesEnded:withEvent:] (self=0x5519660, _cmd=0xb4e0a, touches=0xbd68410, event=0x68046a0) at /Users/seanh/Documents/MyGame/libs/cocos2d/Support/EAGLView.m:257
#15 0x00864ded in -[UIWindow _sendTouchesForEvent:] ()
#16 0x00845c37 in -[UIApplication sendEvent:] ()
#17 0x0084af2e in _UIApplicationHandleEvent ()
#18 0x02959992 in PurpleEventCallback ()
#19 0x014a6944 in __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ ()
#20 0x01406cf7 in __CFRunLoopDoSource1 ()
#21 0x01403f83 in __CFRunLoopRun ()
#22 0x01403840 in CFRunLoopRunSpecific ()
#23 0x01403761 in CFRunLoopRunInMode ()
#24 0x029581c4 in GSEventRunModal ()
#25 0x02958289 in GSEventRun ()
#26 0x0084ec93 in UIApplicationMain ()
#27 0x00002870 in main (argc=1, argv=0xbffff068) at /Users/seanh/Documents/MyGame/main.m:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment