Friday, March 25, 2011

Re: [android-developers] Need Help: Process dies

If this is from a normal SDK application, it indicates a bug in the
firmware of the device or emulator. Post a project that can reproduce
the problem along with this crash dump to http://b.android.com.

If this is from an SDK project where you are also using the NDK, this
could be generated by your NDK code (e.g., libAFETest.so). If so, you
will need to debug that code.

If this is from your own custom firmware, you have the wrong Google
Group. Visit http://source.android.com to find more relevant groups.

On Fri, Mar 25, 2011 at 4:39 AM, Riasat Abir <riasat.abir@gmail.com> wrote:
> Hi,
> This is my first mail to this group. I am facing a problem. My process is
> dying but I can't figure out the reason. How to find it out from the log cat
> whats reason behind this?
> This is my log cat:
> 03-25 12:38:49.607: INFO/DEBUG(30): *** *** *** *** *** *** *** *** *** ***
> *** *** *** *** *** ***
> 03-25 12:38:49.607: INFO/DEBUG(30): Build fingerprint:
> 'generic/sdk/generic/:2.2/FRF91/43546:eng/test-keys'
> 03-25 12:38:49.613: INFO/DEBUG(30): pid: 477, tid: 484  >>> com.example <<<
> 03-25 12:38:49.613: INFO/DEBUG(30): signal 11 (SIGSEGV), fault addr deadbaad
> 03-25 12:38:49.613: INFO/DEBUG(30):  r0 00000000  r1 0000000c  r2 00000027
>  r3 00000000
> 03-25 12:38:49.622: INFO/DEBUG(30):  r4 00000000  r5 deadbaad  r6 00001728
>  r7 40000000
> 03-25 12:38:49.622: INFO/DEBUG(30):  r8 4b711ce0  r9 43070f44  10 00229ff0
>  fp 43070f40
> 03-25 12:38:49.631: INFO/DEBUG(30):  ip ffffffff  sp 4b711c38  lr afd154c5
>  pc afd11dc4  cpsr 40000030
> 03-25 12:38:49.782: INFO/DEBUG(30):          #00  pc 00011dc4
>  /system/lib/libc.so
> 03-25 12:38:49.782: INFO/DEBUG(30):          #01  pc 0000be1c
>  /system/lib/libc.so
> 03-25 12:38:49.802: INFO/DEBUG(30): code around pc:
> 03-25 12:38:49.802: INFO/DEBUG(30): afd11da4 1c2bd00b 2d00682d e026d1fb
> 2b0068db
> 03-25 12:38:49.802: INFO/DEBUG(30): afd11db4 4e17d003 51a02001 4d164798
> 24002227
> 03-25 12:38:49.812: INFO/DEBUG(30): afd11dc4 f7fb702a 2106ee14 ef10f7fc
> 05592380
> 03-25 12:38:49.812: INFO/DEBUG(30): afd11dd4 6091aa01 1c116054 94012006
> eab6f7fc
> 03-25 12:38:49.822: INFO/DEBUG(30): afd11de4 2200a905 f7fc2002 f7fbeac2
> 2106ee00
> 03-25 12:38:49.822: INFO/DEBUG(30): code around lr:
> 03-25 12:38:49.822: INFO/DEBUG(30): afd154a4 b0834a0d 589c447b 26009001
> 686768a5
> 03-25 12:38:49.842: INFO/DEBUG(30): afd154b4 220ce008 2b005eab 1c28d003
> 47889901
> 03-25 12:38:49.842: INFO/DEBUG(30): afd154c4 35544306 d5f43f01 2c006824
> b003d1ee
> 03-25 12:38:49.842: INFO/DEBUG(30): afd154d4 bdf01c30 0002ae7c 000000d4
> 1c0fb5f0
> 03-25 12:38:49.852: INFO/DEBUG(30): afd154e4 43551c3d a904b087 1c16ac01
> 604d9004
> 03-25 12:38:49.852: INFO/DEBUG(30): stack:
> 03-25 12:38:49.852: INFO/DEBUG(30):     4b711bf8  00000015
> 03-25 12:38:49.863: INFO/DEBUG(30):     4b711bfc  afd1453b
>  /system/lib/libc.so
> 03-25 12:38:49.863: INFO/DEBUG(30):     4b711c00  afd405a0
>  /system/lib/libc.so
> 03-25 12:38:49.863: INFO/DEBUG(30):     4b711c04  afd4054c
>  /system/lib/libc.so
> 03-25 12:38:49.872: INFO/DEBUG(30):     4b711c08  00000000
> 03-25 12:38:49.872: INFO/DEBUG(30):     4b711c0c  afd154c5
>  /system/lib/libc.so
> 03-25 12:38:49.881: INFO/DEBUG(30):     4b711c10  00229ff0  [heap]
> 03-25 12:38:49.881: INFO/DEBUG(30):     4b711c14  afd1450d
>  /system/lib/libc.so
> 03-25 12:38:49.891: INFO/DEBUG(30):     4b711c18  00000374
> 03-25 12:38:49.891: INFO/DEBUG(30):     4b711c1c  afd40328
>  /system/lib/libc.so
> 03-25 12:38:49.902: INFO/DEBUG(30):     4b711c20  00000000
> 03-25 12:38:49.902: INFO/DEBUG(30):     4b711c24  00001728
> 03-25 12:38:49.902: INFO/DEBUG(30):     4b711c28  40000000
>  /dev/ashmem/system_properties (deleted)
> 03-25 12:38:49.922: INFO/DEBUG(30):     4b711c2c  afd147ab
>  /system/lib/libc.so
> 03-25 12:38:49.922: INFO/DEBUG(30):     4b711c30  df002777
> 03-25 12:38:49.922: INFO/DEBUG(30):     4b711c34  e3a070ad
> 03-25 12:38:49.931: INFO/DEBUG(30): #00 4b711c38  afd41920
>  /system/lib/libc.so
> 03-25 12:38:49.931: INFO/DEBUG(30):     4b711c3c  afd0fc48
>  /system/lib/libc.so
> 03-25 12:38:49.943: INFO/DEBUG(30):     4b711c40  afd418dc
>  /system/lib/libc.so
> 03-25 12:38:49.943: INFO/DEBUG(30):     4b711c44  afd10510
>  /system/lib/libc.so
> 03-25 12:38:49.943: INFO/DEBUG(30):     4b711c48  afd40328
>  /system/lib/libc.so
> 03-25 12:38:49.952: INFO/DEBUG(30):     4b711c4c  fffffbdf
> 03-25 12:38:49.952: INFO/DEBUG(30):     4b711c50  afd40328
>  /system/lib/libc.so
> 03-25 12:38:49.952: INFO/DEBUG(30):     4b711c54  afd41724
>  /system/lib/libc.so
> 03-25 12:38:49.972: INFO/DEBUG(30):     4b711c58  0000a000  [heap]
> 03-25 12:38:49.972: INFO/DEBUG(30):     4b711c5c  afd0be21
>  /system/lib/libc.so
> 03-25 12:38:49.972: INFO/DEBUG(30): #01 4b711c60  afd40328
>  /system/lib/libc.so
> 03-25 12:38:49.981: INFO/DEBUG(30):     4b711c64  afd0be21
>  /system/lib/libc.so
> 03-25 12:38:49.981: INFO/DEBUG(30):     4b711c68  4b711ce0
> 03-25 12:38:49.992: INFO/DEBUG(30):     4b711c6c  43070f44
> 03-25 12:38:49.992: INFO/DEBUG(30):     4b711c70  00000000
> 03-25 12:38:50.001: INFO/DEBUG(30):     4b711c74  afd103f0
>  /system/lib/libc.so
> 03-25 12:38:50.001: INFO/DEBUG(30):     4b711c78  81314aec
>  /data/data/com.example/lib/libAFETest.so
> 03-25 12:38:50.001: INFO/DEBUG(30):     4b711c7c  811bd150
> 03-25 12:38:50.001: INFO/DEBUG(30):     4b711c80  000013fc
> 03-25 12:38:50.012: INFO/DEBUG(30):     4b711c84  ffffffff
> 03-25 12:38:50.012: INFO/DEBUG(30):     4b711c88  4b711ce0
> 03-25 12:38:50.012: INFO/DEBUG(30):     4b711c8c  811bd148
> 03-25 12:38:50.012: INFO/DEBUG(30):     4b711c90  4b711ccc
> 03-25 12:38:50.012: INFO/DEBUG(30):     4b711c94  4306c050
>  /data/dalvik-cache/data@app@com.example-1.apk@classes.dex
> 03-25 12:38:50.012: INFO/DEBUG(30):     4b711c98  43070f4c
> 03-25 12:38:50.012: INFO/DEBUG(30):     4b711c9c  afd0cd81
>  /system/lib/libc.so
> 03-25 12:38:50.012: INFO/DEBUG(30):     4b711ca0  811bd148
> 03-25 12:38:50.012: INFO/DEBUG(30):     4b711ca4  8130b60b
>  /data/data/com.example/lib/libAFETest.so
> 03-25 12:38:51.161: DEBUG/Zygote(32): Process 477 terminated by signal (11)
> 03-25 12:38:51.192: INFO/ActivityManager(58): Process com.example (pid 477)
> has died.
> 03-25 12:38:51.205: INFO/WindowManager(58): WIN DEATH: Window{481a2b40
> com.example/com.example.afeTest paused=false}
> 03-25 12:38:51.233: INFO/BootReceiver(58): Copying
> /data/tombstones/tombstone_05 to DropBox (SYSTEM_TOMBSTONE)
> 03-25 12:38:51.452: DEBUG/dalvikvm(58): GC_FOR_MALLOC freed 1802 objects /
> 585496 bytes in 225ms
>
> --
> 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+unsubscribe@googlegroups.com
> For more options, visit this group at
> http://groups.google.com/group/android-developers?hl=en

--
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to Android Development_ Version 3.5 Available!

--
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+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment