Search code examples
c++stackcocos2d-xtrace

fatal signal 4 SIGILL, no idea of what is happening with eclipse and cocos2d-x


I get an error on my game developed with cocos2d-x and eclipse.

I get an error "Fatal signal 4 (SIGILL) at 0x51947ffc (code=1)"

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?


Solution

  • You can read this blog http://blog.httrack.com/blog/2013/08/23/catching-posix-signals-on-android/

    Maybe it can help you.