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

Apps Application crashing on S4 running 4.3

My application is crashing on Samsung S4 running android 4.3. Crash stack is as follows. Does any one have an idea what could be causing this?

Segmentation fault in thread 9382
at <JNI>.#00 pc 00002d4c /system/lib/libPowerStretch.so (LucidConfig::calcTargetFPS(int)+27)(Native Method)
at <JNI>.#01 pc 00002f23 /system/lib/libPowerStretch.so (LucidConfig::isLucidActive(bool)+134)(Native Method)
at com.google.android.gles_jni.EGLImpl.eglReleaseThread(Native Method)
at android.view.HardwareRenderer$Gl20Renderer$Gl20RendererEglContext.onTerminate(HardwareRenderer.java:1743)
at android.opengl.ManagedEGLContext.execTerminate(ManagedEGLContext.java:84)
at android.opengl.ManagedEGLContext.doTerminate(ManagedEGLContext.java:132)
at android.view.WindowManagerGlobal.endTrimMemory(WindowManagerGlobal.java:460)
at android.app.ActivityThread.handleTrimMemory(ActivityThread.java:4369)
at android.app.ActivityThread$H.handleMessage(ActivityThread.java:1521)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:5419)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:525)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1187)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1003)
at dalvik.system.NativeStart.main(Native Method
 
Back
Top Bottom