I get an error on my game developed with cocos2d-x and eclipse.
我在cocos2d-x和eclipse开发的游戏中出现错误。
I get an error "Fatal signal 4 (SIGILL) at 0x51947ffc (code=1)"
我在0x51947ffc(代码=1)得到一个错误“致命信号4 (SIGILL)”
I have no idea what is happening, there's any stack trace that I can see fore more information about what type of error is happening?
我不知道发生了什么,有任何堆栈跟踪我可以看到关于发生了什么类型的错误的更多信息?
1 个解决方案
#1
1
You can read this blog http://blog.httrack.com/blog/2013/08/23/catching-posix-signals-on-android/
你可以阅读这个博客http://blog.httrack.com/blog/2013/08/23/catch -posix-signals-on android/
Maybe it can help you.
也许它能帮助你。
#1
1
You can read this blog http://blog.httrack.com/blog/2013/08/23/catching-posix-signals-on-android/
你可以阅读这个博客http://blog.httrack.com/blog/2013/08/23/catch -posix-signals-on android/
Maybe it can help you.
也许它能帮助你。