message sent to deallocated instance

app在ios8的机子上真机调试,在页面跳转后,在返回到上级界面,再次点击屏幕,就出现闪退, 但是在ios9 的机子上真机调试一切正常。

开启僵尸对象,打印信息如下:* -[_UIWebViewScrollView _systemGestureStateChanged:]: message sent to deallocated instance 0x3183a00

或者 是 -[UIScrollView _systemGestureStateChanged:]: message sent to deallocated instance 0x1476eb8e0

或者是 -[_UIAlertControllerShadowedScrollView _systemGestureStateChanged:]: message sent to deallocated instance 0x145de9e00

等等就是这种类似的错误 这个问题困扰我很久了 到现在没有解决

请问这问题解决了吗?