Debugging wait_fences: failed to receive reply: 10004003

岁酱吖の 提交于 2020-01-02 04:00:17

问题


Can someone tell me how I can debugg this error "wait_fences: failed to receive reply: 10004003" I am not quite sure where in the code it gets called as it happens during startup


回答1:


Check these out:

"wait_fences: failed to receive reply: 10004003"?

Hope this helps you.

Please feel free to let me know, if you need more help on this.




回答2:


I couldn't find a universal way to break on that message, however, based on a comment in the apple dev forums, I was able to figure out a cause I haven't seen turn up on stackoverflow or in google.

My app has the status bar initially hidden so it isn't there when the default.png is displayed. In application:didFinishLaunchingWithOptions: I was calling [application setStatusBarHidden:NO withAnimation:YES]. Commenting out that call removed the message. It didn't matter if the animation flag was NO. Wrapping this cal in a dispatch_async also removed the message.




回答3:


I used to get the same debug message and could not find any sort of answer, on a off chance I set the Split Keyboard setting to OFF. Settings - General-Keyboard-Split Keyboard - OFF. So far it has worked for me. Co-incidence... IDK.



来源:https://stackoverflow.com/questions/7350145/debugging-wait-fences-failed-to-receive-reply-10004003

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!