• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Crash: Fatal signal 11 (SIGSEGV), code 2

Hello,

I am developing on a few Galaxy devices. And my app (still in development ) draws some several points in OpenGL ES. Works perfectly well on Galaxy Ace3 (4.2.2), and Galaxy S2 (4.1.2), but on Galaxy S4 (5.0.1) it crashes at the line where it has to draw the points. Not using NDK, just Pure Android Java

Logcat crash dump:
07-03 19:31:36.282: A/libc(21927): Fatal signal 11 (SIGSEGV), code 2, fault addr 0x891c4000 in tid 22174 (GLThread 9062)

I added android:allowClearUserData="true" but crash still occurs

Many thanks in advance
 
Last edited:
Back
Top Bottom