点进压一个视图控制器到栈中(push),返回POP时候报错
(2425,0xa0448540) malloc: *** error for object 0x619c894: incorrect checksum for freed object - object was probably modified after being freed.
*** set a breakpoint in malloc_error_break to debug
Program received signal:  “SIGABRT”.
Data Formatters temporarily unavailable, will re-try after a 'continue'. (Not safe to call dlopen at this time.)
(gdb) bt
#0  0x93344c5a in __kill ()
#1  0x93344c4c in kill$UNIX2003 ()
#2  0x933d75a5 in raise ()
#3  0x933ed6e4 in abort ()
#4  0x933dbe78 in szone_error ()
#5  0x933dbfb3 in free_list_checksum_botch ()
#6  0x932e8b39 in tiny_malloc_from_free_list ()
#7  0x932e7d01 in szone_malloc_should_clear ()
#8  0x932e9acb in malloc_zone_calloc ()
#9  0x932e9a5a in calloc ()
#10 0x01de4d0f in _internal_class_createInstanceFromZone ()
#11 0x01de787d in class_createInstance ()
#12 0x01bb4ff8 in +[NSObject(NSObject) allocWithZone:] ()
#13 0x01bb4dfa in +[NSObject(NSObject) alloc] ()
#14 0x00aefe12 in -[UIGestureDelayedTouch init] ()
#15 0x00af179d in -[UIGestureRecognizer _delayTouch:forEvent:] ()
#16 0x00af1031 in -[UIGestureRecognizer _delayTouchesForEvent:] ()
#17 0x00af2ecb in -[UIGestureRecognizer _updateGestureWithEvent:] ()
#18 0x00aee9d6 in -[UIGestureRecognizer _delayedUpdateGesture] ()
#19 0x00af4fa5 in _UIGestureRecognizerUpdateObserver ()
#20 0x00af518a in _UIGestureRecognizerUpdateGesturesFromSendEvent ()
#21 0x008906b4 in -[UIWindow _sendGesturesForEvent:] ()
#22 0x0088bf87 in -[UIWindow sendEvent:] ()
#23 0x0086f37a in -[UIApplication sendEvent:] ()
#24 0x00874732 in _UIApplicationHandleEvent ()
#25 0x02306a36 in PurpleEventCallback ()
#26 0x01c72064 in __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ ()
#27 0x01bd26f7 in __CFRunLoopDoSource1 ()
#28 0x01bcf983 in __CFRunLoopRun ()
#29 0x01bcf240 in CFRunLoopRunSpecific ()
#30 0x01bcf161 in CFRunLoopRunInMode ()
#31 0x02305268 in GSEventRunModal ()
#32 0x0230532d in GSEventRun ()
#33 0x0087842e in UIApplicationMain ()
#34 0x000029f8 in main (argc=1, argv=0xbffff004) at /Users/vica/Desktop/爱聊V2.0_least/main.m:14