On Apr 1, 1:32 am, herain <[email protected]> wrote: > I need to load a .so library in my Service onCreate method, but the > process just down after System.load. On the other hand, the same code > can work in Activity. [...] > 04-01 07:57:25.901: INFO/DEBUG(26719): pid: 26726, tid: 26726 >>> > com.iflytek.service <<< > 04-01 07:57:25.901: INFO/DEBUG(26719): signal 11 (SIGSEGV), fault addr > 00000018 > 04-01 07:57:25.901: INFO/DEBUG(26719): r0 00000000 r1 ad0665f0 r2 > fffee5cc r3 c33578a5 > 04-01 07:57:25.901: INFO/DEBUG(26719): r4 802cc814 r5 ad07edf8 r6 > 00000000 r7 802cc7e0 >
What's on the next 4 lines? I'm curious to see if it's crashing inside your library, e.g. in JNI_OnLoad. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

