Hi,
I am wondering if there is any way to debug a SIGSEV? I have not much
experience with those native crashs. This issue only seems to happen with
the HTC Incredible and I would at least guess that my Java code cannot be
the actual cause, but maybe there is something I can do to avoid triggering
it?
Where can I find more information? Is it possible to see which of my code
lines triggered it?
Cheers,
Mariano
04-30 15:33:23.329 I/ActivityManager( 77): Starting activity: Intent {
dat=newsrob://act?activity=com.newsrob.activities.ShowArticleActivity&FILTER_LABEL=all%20articles&FILTER_FEED=10&HIDE_READ_ARTICLES=true&SORT_ASC=false
flg=0x8 cmp=com.newsrob/.activities.ShowArticleActivity (has extras) }
04-30 15:33:23.404 D/MultiTouchDetector( 1263): MultiTouchDetector
v0.36,bAccelerate=true
04-30 15:33:23.514 D/dalvikvm( 1263): GC freed 10573 objects / 916872 bytes
in 64ms
04-30 15:33:23.534 E/webcoreglue( 1263): The real object has been deleted
04-30 15:33:23.634 I/DEBUG ( 57): *** *** *** *** *** *** *** *** ***
*** *** *** *** *** *** ***
04-30 15:33:23.634 I/DEBUG ( 57): Build fingerprint:
'verizon/inc/inc/inc:2.1-update1/ERE27/161493:user/release-keys'
04-30 15:33:23.634 I/DEBUG ( 57): pid: 1263, tid: 1264 >>> com.newsrob
<<<
04-30 15:33:23.634 I/DEBUG ( 57): signal 11 (SIGSEGV), fault addr
00000003
04-30 15:33:23.634 I/DEBUG ( 57): r0 00000003 r1 00000000 r2
00000003 r3 4184bf90
04-30 15:33:23.634 I/DEBUG ( 57): r4 00000003 r5 0014a9f0 r6
00000000 r7 4184bf5c
04-30 15:33:23.634 I/DEBUG ( 57): r8 100ffcf8 r9 4184bf54 10
4184bf40 fp 00169e20
04-30 15:33:23.634 I/DEBUG ( 57): ip ac13e62c sp 100ffcb8 lr
ac04a340 pc afb04524 cpsr 20000010
04-30 15:33:23.654 I/DEBUG ( 57): #00 pc 00004524
/system/lib/libcutils.so
04-30 15:33:23.654 I/DEBUG ( 57): #01 pc 0004a33c
/system/lib/libskia.so
04-30 15:33:23.654 I/DEBUG ( 57): #02 pc 0004a9a0
/system/lib/libskia.so
04-30 15:33:23.654 I/DEBUG ( 57): #03 pc 0004aa60
/system/lib/libskia.so
04-30 15:33:23.654 I/DEBUG ( 57): #04 pc 0004408e
/system/lib/libandroid_runtime.so
04-30 15:33:23.654 I/DEBUG ( 57): #05 pc 0000eef4
/system/lib/libdvm.so
04-30 15:33:23.654 I/DEBUG ( 57): #06 pc 00038c18
/system/lib/libdvm.so
04-30 15:33:23.654 I/DEBUG ( 57): #07 pc 00013bf8
/system/lib/libdvm.so
04-30 15:33:23.654 I/DEBUG ( 57): #08 pc 00019790
/system/lib/libdvm.so
04-30 15:33:23.654 I/DEBUG ( 57): #09 pc 00018c60
/system/lib/libdvm.so
04-30 15:33:23.654 I/DEBUG ( 57): #10 pc 0004f834
/system/lib/libdvm.so
04-30 15:33:23.654 I/DEBUG ( 57): #11 pc 0004f85c
/system/lib/libdvm.so
04-30 15:33:23.654 I/DEBUG ( 57): #12 pc 000453d6
/system/lib/libdvm.so
04-30 15:33:23.654 I/DEBUG ( 57): #13 pc 00045462
/system/lib/libdvm.so
04-30 15:33:23.654 I/DEBUG ( 57): #14 pc 000458ec
/system/lib/libdvm.so
04-30 15:33:23.654 I/DEBUG ( 57): #15 pc 00042cac
/system/lib/libdvm.so
04-30 15:33:23.654 I/DEBUG ( 57): #16 pc 0000fdf4
/system/lib/libc.so
04-30 15:33:23.654 I/DEBUG ( 57): #17 pc 0000f8c0
/system/lib/libc.so
04-30 15:33:23.654 I/DEBUG ( 57):
04-30 15:33:23.654 I/DEBUG ( 57): code around pc:
04-30 15:33:23.654 I/DEBUG ( 57): afb04514 e8bd4010 e12fff1e e92d4010
e1a02000
04-30 15:33:23.654 I/DEBUG ( 57): afb04524 e5920000 e3e03a0f e28fe004
e2401001
04-30 15:33:23.654 I/DEBUG ( 57): afb04534 e243f03f 3afffff9 e2810001
e8bd4010
04-30 15:33:23.654 I/DEBUG ( 57):
04-30 15:33:23.654 I/DEBUG ( 57): code around lr:
04-30 15:33:23.654 I/DEBUG ( 57): ac04a330 e3540000 08bd8070 e1a00004
ebff7662
04-30 15:33:23.654 I/DEBUG ( 57): ac04a340 e3500001 0a000002 e3a03000
e5853000
04-30 15:33:23.654 I/DEBUG ( 57): ac04a350 e8bd8070 e1a00004 ebff85a5
e3a03000
04-30 15:33:23.654 I/DEBUG ( 57):
04-30 15:33:23.654 I/DEBUG ( 57): stack:
04-30 15:33:23.654 I/DEBUG ( 57): 100ffc78 afe3db80
04-30 15:33:23.654 I/DEBUG ( 57): 100ffc7c afe0f190
/system/lib/libc.so
04-30 15:33:23.654 I/DEBUG ( 57): 100ffc80 afe3db80
04-30 15:33:23.654 I/DEBUG ( 57): 100ffc84 afe0f190
/system/lib/libc.so
04-30 15:33:23.654 I/DEBUG ( 57): 100ffc88 00000000
04-30 15:33:23.654 I/DEBUG ( 57): 100ffc8c afe0f0a8
/system/lib/libc.so
04-30 15:33:23.654 I/DEBUG ( 57): 100ffc90 afe3db80
04-30 15:33:23.654 I/DEBUG ( 57): 100ffc94 afe0f190
/system/lib/libc.so
04-30 15:33:23.654 I/DEBUG ( 57): 100ffc98 afe3db80
04-30 15:33:23.674 I/DEBUG ( 57): 100ffc9c afe0f190
/system/lib/libc.so
04-30 15:33:23.674 I/DEBUG ( 57): 100ffca0 00000000
04-30 15:33:23.674 I/DEBUG ( 57): 100ffca4 afe0f0a8
/system/lib/libc.so
04-30 15:33:23.674 I/DEBUG ( 57): 100ffca8 00000001
04-30 15:33:23.674 I/DEBUG ( 57): 100ffcac 00000004
04-30 15:33:23.674 I/DEBUG ( 57): 100ffcb0 df002777
04-30 15:33:23.674 I/DEBUG ( 57): 100ffcb4 e3a070ad
04-30 15:33:23.674 I/DEBUG ( 57): #00 100ffcb8 00000003
04-30 15:33:23.674 I/DEBUG ( 57): 100ffcbc ac04a340
/system/lib/libskia.so
04-30 15:33:23.674 I/DEBUG ( 57): #01 100ffcc0 0014a9f0 [heap]
04-30 15:33:23.674 I/DEBUG ( 57): 100ffcc4 0014a9f0 [heap]
04-30 15:33:23.674 I/DEBUG ( 57): 100ffcc8 00000000
04-30 15:33:23.674 I/DEBUG ( 57): 100ffccc ac04a9a4
/system/lib/libskia.so
04-30 15:33:23.904 I/DEBUG ( 57): debuggerd committing suicide to free
the zombie!
04-30 15:33:23.904 I/DEBUG ( 1337): debuggerd: Apr 6 2010 21:03:08
04-30 15:33:23.914 I/ActivityManager( 77): Process com.newsrob (pid 1263)
has died.
04-30 15:33:23.934 I/WindowManager( 77): WIN DEATH: Window{466788a0
com.newsrob/com.newsrob.activities.ShowArticleActivity paused=false}
04-30 15:33:23.934 I/WindowManager( 77): WIN DEATH: Window{464cc148
com.newsrob/com.newsrob.DashboardListActivity paused=false}
04-30 15:33:23.934 I/WindowManager( 77): WIN DEATH: Window{46563360
com.newsrob/com.newsrob.activities.FeedListActivity paused=false}
04-30 15:33:23.934 I/WindowManager( 77): WIN DEATH: Window{465c81c8
com.newsrob/com.newsrob.activities.ArticleListActivity paused=false}
04-30 15:33:23.934 I/ActivityManager( 77): Start proc com.newsrob for
activity com.newsrob/.activities.ArticleListActivity: pid=1338 uid=10114
gids={3003, 1015}
04-30 15:33:23.934 D/issue ( 77): WindowManager framework defect: detect
view leak, fix it manually
04-30 15:33:23.944 D/Zygote ( 59): Process 1263 terminated by signal (11)
04-30 15:33:23.984 I/dalvikvm( 1338): Debugger thread not active, ignoring
DDM send (t=0x41504e4d l=38)
04-30 15:33:23.994 E/ActivityManager( 77): fail to set top app changed!
04-30 15:33:23.994 I/UsageStats( 77): Unexpected resume of com.newsrob
while already resumed in com.newsrob
04-30 15:33:24.004 D/dalvikvm( 59): GC freed 288 objects / 10976 bytes in
90ms
04-30 15:33:24.014 I/ActivityManager( 77): Displayed activity
com.newsrob/.activities.ArticleListActivity: 103 ms (total 641 ms)
04-30 15:33:24.014 I/dalvikvm( 1338): Debugger thread not active, ignoring
DDM send (t=0x41504e4d l=26)
04-30 15:33:24.044 I/ActivityThread( 1338): Publishing provider
com.newsrob.assets:
--
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