My app is running into the following crash and I'm having a hard time
diagnosing it. We have multiple background threads (including a couple
pthreads started via JNI that are making calls back up to Java
occasionally), but none of them are reporting errors . Any suggestions
on how to go about isolating this? There are no symbols in libdvm, so
I've been unable to figure out where the stack trace points. This has
happened 3 times so far, with the same stack trace each time.

I/DEBUG   (  547): Build fingerprint: 'generic/sdk/generic/:1.5/
CUPCAKE/148875:eng/test-keys'
I/DEBUG   (  547): pid: 732, tid: 746  >>> com.flexilis <<<
I/DEBUG   (  547): signal 11 (SIGSEGV), fault addr 00000002
I/DEBUG   (  547):  r0 0000000b  r1 00000000  r2 487ae000  r3 80000400
I/DEBUG   (  547):  r4 00000002  r5 80000400  r6 001e6368  r7 00000000
I/DEBUG   (  547):  r8 00000001  r9 4360d2f8  10 40008238  fp ad083e10
I/DEBUG   (  547):  ip 00000002  sp 46319288  lr 00000004  pc
ad01663c  cpsr 20000010
I/DEBUG   (  547):          #00  pc 0001663c  /system/lib/libdvm.so
I/DEBUG   (  547):          #01  pc 00016b78  /system/lib/libdvm.so
I/DEBUG   (  547):          #02  pc 00014678  /system/lib/libdvm.so
I/DEBUG   (  547):          #03  pc 00014798  /system/lib/libdvm.so
I/DEBUG   (  547):          #04  pc 000148ac  /system/lib/libdvm.so
I/DEBUG   (  547):          #05  pc 00016bc0  /system/lib/libdvm.so
I/DEBUG   (  547):          #06  pc 0001535c  /system/lib/libdvm.so
I/DEBUG   (  547):          #07  pc 00047c94  /system/lib/libdvm.so
I/DEBUG   (  547):          #08  pc 00058a16  /system/lib/libdvm.so
I/DEBUG   (  547):          #09  pc 00042dba  /system/lib/libdvm.so
I/DEBUG   (  547):          #10  pc 00029430  /system/lib/libdvm.so
I/DEBUG   (  547):          #11  pc 00017610  /system/lib/libdvm.so
I/DEBUG   (  547):          #12  pc 000520ec  /system/lib/libdvm.so
I/DEBUG   (  547):          #13  pc 0003f0f8  /system/lib/libdvm.so
I/DEBUG   (  547):          #14  pc 00031ac2  /system/lib/libdvm.so
I/DEBUG   (  547):          #15  pc 00028280  /system/lib/
libandroid_runtime.so
I/DEBUG   (  547):          #16  pc 000373dc  /system/lib/
libandroid_runtime.so
I/DEBUG   (  547):          #17  pc 0003869a  /system/lib/
libandroid_runtime.so
I/DEBUG   (  547):          #18  pc 0003871a  /system/lib/
libandroid_runtime.so
I/DEBUG   (  547):          #19  pc 0000e3b4  /system/lib/libdvm.so
I/DEBUG   (  547):          #20  pc 00040a8a  /system/lib/libdvm.so
I/DEBUG   (  547):          #21  pc 00029430  /system/lib/libdvm.so
I/DEBUG   (  547):          #22  pc 00017610  /system/lib/libdvm.so
I/DEBUG   (  547):          #23  pc 000520ec  /system/lib/libdvm.so
I/DEBUG   (  547):          #24  pc 0003f2ac  /system/lib/libdvm.so
I/DEBUG   (  547):          #25  pc 000360de  /system/lib/libdvm.so

Thanks,
Dave Golombek
Flexilis, Inc
www.flexilis.com
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to