Android Developers group,

My application is crashing very often with the C/C++ stack trace the
device is calling a tombstone.  Happens on both the emulator and a
samsung 10.1 tablet.

How can I debug these?  I'm not very familiar with C, gdb, etc.  The
items I'm turning up with a google search are a little over my head
ex: http://crazydaks.com/debugging-in-android-with-tombstones.html  A
blog post that shows fairly well narrated example would be excellent,
here is an example, I have no idea what to do with it.

I/DEBUG   ( 6274): *** *** *** *** *** *** *** *** *** *** *** *** ***
*** *** ***
I/DEBUG   ( 6274): Build fingerprint: 'samsung/GT-P7510/GT-P7510:3.1/
HMJ37/UEKF3:user/release-keys'
I/DEBUG   ( 6274): pid: 6735, tid: 6757  >>>
com.google.debug.to.easy.are.tombstones <<<
I/DEBUG   ( 6274): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault
addr deadbaad
I/DEBUG   ( 6274):  r0 deadbaad  r1 00000001  r2 a0000000  r3 00000000
I/DEBUG   ( 6274):  r4 00000000  r5 00000027  r6 002d7b70  r7 0000b000
I/DEBUG   ( 6274):  r8 5cebcb70  r9 40d461d8  10 002d52d8  fp 40908148
I/DEBUG   ( 6274):  ip ffffffff  sp 5cebca70  lr aff194ad  pc
aff15c1c  cpsr 60000030
I/DEBUG   ( 6274):  d0  3f4000003f400000  d1  3ff0000000000000
I/DEBUG   ( 6274):  d2  3ff0000000000000  d3  4197d78400000000
I/DEBUG   ( 6274):  d4  3ff0000000000000  d5  4028000000000000
I/DEBUG   ( 6274):  d6  43e0000000000000  d7  40f86a0000000000
I/DEBUG   ( 6274):  d8  3f80000042a00000  d9  0000000000000000
I/DEBUG   ( 6274):  d10 0000000000000000  d11 0000000000000000
I/DEBUG   ( 6274):  d12 0000000000000000  d13 0000000000000000
I/DEBUG   ( 6274):  d14 0000000000000000  d15 0000000000000000
I/DEBUG   ( 6274):  scr 60000012
I/DEBUG   ( 6274):
I/DEBUG   ( 6274):          #00  pc 00015c1c  /system/lib/libc.so
I/DEBUG   ( 6274):          #01  pc 00013efe  /system/lib/libc.so
(dlfree)
I/DEBUG   ( 6274):          #02  pc 0001445c  /system/lib/libc.so
(free)
I/DEBUG   ( 6274):          #03  pc 00054138  /system/lib/libicuuc.so
(uprv_free_44)
I/DEBUG   ( 6274):          #04  pc 00038d78  /system/lib/libicuuc.so
(_ZN6icu_4410UnicodeSetD2Ev)
I/DEBUG   ( 6274):          #05  pc 00038dcc  /system/lib/libicuuc.so
(_ZN6icu_4410UnicodeSetD0Ev)
I/DEBUG   ( 6274):          #06  pc 00035194  /system/lib/libicuuc.so
(uset_close_44)
I/DEBUG   ( 6274):          #07  pc 00070336  /system/lib/libicuuc.so
I/DEBUG   ( 6274):          #08  pc 00068134  /system/lib/libicuuc.so
(ucnv_close_44)
I/DEBUG   ( 6274):          #09  pc 0001a044  /system/lib/
libnativehelper.so
I/DEBUG   ( 6274):          #10  pc 00011d34  /system/lib/libdvm.so
I/DEBUG   ( 6274):          #11  pc 00041244  /system/lib/libdvm.so
(dvmCallJNIMethod_general)
I/DEBUG   ( 6274):
I/DEBUG   ( 6274): libc base address: aff00000
I/DEBUG   ( 6274):
I/DEBUG   ( 6274): code around pc:
I/DEBUG   ( 6274): aff15bfc 4623b15c 2c006824 e026d1fb b12368db
I/DEBUG   ( 6274): aff15c0c 21014a17 6011447a 48124798 24002527
I/DEBUG   ( 6274): aff15c1c f7f57005 2106eb8a ec18f7f6 460aa901
I/DEBUG   ( 6274): aff15c2c f04f2006 94015380 94029303 efe2f7f5
I/DEBUG   ( 6274): aff15c3c 4622a905 f7f52002 f7f5efec 2106eb76
I/DEBUG   ( 6274):
I/DEBUG   ( 6274): code around lr:
I/DEBUG   ( 6274): aff1948c 41f0e92d 46804c0c 447c2600 68a56824
I/DEBUG   ( 6274): aff1949c e0076867 300cf9b5 dd022b00 47c04628
I/DEBUG   ( 6274): aff194ac 35544306 37fff117 6824d5f4 d1ee2c00
I/DEBUG   ( 6274): aff194bc e8bd4630 bf0081f0 0002802e 41f0e92d
I/DEBUG   ( 6274): aff194cc fb01b086 9004f602 461f4815 4615460c
I/DEBUG   ( 6274):
I/DEBUG   ( 6274): stack:
I/DEBUG   ( 6274):     5cebca30  002d0049
I/DEBUG   ( 6274):     5cebca34  40d461f8
I/DEBUG   ( 6274):     5cebca38  00000003
I/DEBUG   ( 6274):     5cebca3c  002d4928
I/DEBUG   ( 6274):     5cebca40  aff41700
I/DEBUG   ( 6274):     5cebca44  aff41690
I/DEBUG   ( 6274):     5cebca48  00000000
I/DEBUG   ( 6274):     5cebca4c  aff194ad  /system/lib/libc.so
I/DEBUG   ( 6274):     5cebca50  00000000
I/DEBUG   ( 6274):     5cebca54  5cebca84
I/DEBUG   ( 6274):     5cebca58  002d7b70
I/DEBUG   ( 6274):     5cebca5c  0000b000
I/DEBUG   ( 6274):     5cebca60  5cebcb70
I/DEBUG   ( 6274):     5cebca64  aff18619  /system/lib/libc.so
I/DEBUG   ( 6274):     5cebca68  df002777
I/DEBUG   ( 6274):     5cebca6c  e3a070ad
I/DEBUG   ( 6274): #00 5cebca70  0000000a
I/DEBUG   ( 6274):     5cebca74  4011bb08
I/DEBUG   ( 6274):     5cebca78  002dd078
I/DEBUG   ( 6274):     5cebca7c  ade6a781  /system/lib/libicuuc.so
I/DEBUG   ( 6274):     5cebca80  002d7b70
I/DEBUG   ( 6274):     5cebca84  fffffbdf
I/DEBUG   ( 6274):     5cebca88  5cebcb70
I/DEBUG   ( 6274):     5cebca8c  aff46454
I/DEBUG   ( 6274):     5cebca90  ade6a781  /system/lib/libicuuc.so
I/DEBUG   ( 6274):     5cebca94  aff13f03  /system/lib/libc.so
I/DEBUG   ( 6274): #01 5cebca98  002dd078
I/DEBUG   ( 6274):     5cebca9c  ade6a781  /system/lib/libicuuc.so
I/DEBUG   ( 6274):     5cebcaa0  00000000
I/DEBUG   ( 6274):     5cebcaa4  002d7c60
I/DEBUG   ( 6274):     5cebcaa8  5cebcb70
I/DEBUG   ( 6274):     5cebcaac  aff1445f  /system/lib/libc.so
I/BootReceiver(  286): Copying /data/tombstones/tombstone_08 to
DropBox (SYSTEM_TOMBSTONE)
I/DEBUG   ( 6274): dumpstate /data/log/dumpstate_app_native.txt

-- 
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

Reply via email to