What causes signal ‘SIGILL’?

I’m porting some C++ code to Android using NDK and GCC. The code basically runs. At one point, when debugging in Eclipse, the call causes this error: What does that mean? Has the compiler generated illegal code for some reason? I have a breakpoint in the constructor (which does nothing), and it’s not hit. I … Read more