Jump to content

Debugging crashes.....


Guest BTJ

Recommended Posts

I am trying to debug an app but it just crashes with the following in my log:

W/ActivityThread( 1215): Application no.havleik.dateformat is waiting for the debugger on port 8100...
I/System.out( 1215): Sending WAIT chunk
I/dalvikvm( 1215): Debugger is active
D/dalvikvm( 254): GC freed 9780 objects / 560464 bytes in 134ms
E/dalvikvm( 1215): VM aborting
I/DEBUG ( 1159): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
I/DEBUG ( 1159): Build fingerprint: 'google/passion/passion/mahimahi:2.1/ERD79/22607:user/release-keys'
I/DEBUG ( 1159): pid: 1215, tid: 1215 >>> no.havleik.dateformat <<<
I/DEBUG ( 1159): signal 11 (SIGSEGV), fault addr deadd00d
I/DEBUG ( 1159): r0 00000026 r1 afe133a9 r2 afe133a9 r3 00000000
I/DEBUG ( 1159): r4 ad08e368 r5 00000001 r6 ad08e368 r7 427d3fac
I/DEBUG ( 1159): r8 ad08e368 r9 00000000 10 becc3647 fp 00000364
I/DEBUG ( 1159): ip deadd00d sp becc3578 lr afe143f3 pc ad0391bc cpsr 20000030
I/DEBUG ( 1159): #00 pc 000391bc /system/lib/libdvm.so
I/DEBUG ( 1159): #01 pc 00064b56 /system/lib/libdvm.so
I/DEBUG ( 1159): #02 pc 00020e40 /system/lib/libdvm.so
I/DEBUG ( 1159):
I/DEBUG ( 1159): code around pc:
I/DEBUG ( 1159): ad0391ac 58234808 b1036b9b f8df4798 2026c01c
I/DEBUG ( 1159): ad0391bc 0000f88c edd8f7d6 000551d0 fffe450c
I/DEBUG ( 1159): ad0391cc fffe76ac 00000364 deadd00d f8dfb40e
I/DEBUG ( 1159):
I/DEBUG ( 1159): code around lr:
I/DEBUG ( 1159): afe143e0 686768a5 f9b5e008 b120000c 46289201
I/DEBUG ( 1159): afe143f0 9a014790 35544306 37fff117 6824d5f3
I/DEBUG ( 1159): afe14400 d1ed2c00 bdfe4630 00026ab0 000000b8
I/DEBUG ( 1159):
I/DEBUG ( 1159): stack:
I/DEBUG ( 1159): becc3538 00000015
I/DEBUG ( 1159): becc353c afe133d9 /system/lib/libc.so
I/DEBUG ( 1159): becc3540 afe3b0ac /system/lib/libc.so
I/DEBUG ( 1159): becc3544 afe3b058 /system/lib/libc.so
I/DEBUG ( 1159): becc3548 00000000
I/DEBUG ( 1159): becc354c afe143f3 /system/lib/libc.so
I/DEBUG ( 1159): becc3550 afe133a9 /system/lib/libc.so
I/DEBUG ( 1159): becc3554 afe133a9 /system/lib/libc.so
I/DEBUG ( 1159): becc3558 afe13400 /system/lib/libc.so
I/DEBUG ( 1159): becc355c ad08e368 /system/lib/libdvm.so
I/DEBUG ( 1159): becc3560 00000001
I/DEBUG ( 1159): becc3564 ad08e368 /system/lib/libdvm.so
I/DEBUG ( 1159): becc3568 427d3fac /cache/dalvik-cache/system@[email protected]@classes.dex
I/DEBUG ( 1159): becc356c afe1340d /system/lib/libc.so
I/DEBUG ( 1159): becc3570 df002777
I/DEBUG ( 1159): becc3574 e3a070ad
I/DEBUG ( 1159): #00 becc3578 becc36b0 [stack]
I/DEBUG ( 1159): becc357c ad064b5b /system/lib/libdvm.so
I/DEBUG ( 1159): #01 becc3580 00000004
I/DEBUG ( 1159): becc3584 00000000
I/DEBUG ( 1159): becc3588 00000364
I/DEBUG ( 1159): becc358c ad08e368 /system/lib/libdvm.so
I/DEBUG ( 1159): becc3590 00000364
I/DEBUG ( 1159): becc3594 427d3fac /cache/dalvik-cache/system@[email protected]@classes.dex
I/DEBUG ( 1159): becc3598 00000001
I/DEBUG ( 1159): becc359c ad020a90 /system/lib/libdvm.so
I/DEBUG ( 1159): becc35a0 0000bd20 [heap]
I/DEBUG ( 1159): becc35a4 00000011
I/DEBUG ( 1159): becc35a8 45ed1b10 /dev/ashmem/mspace/dalvik-heap/2 (deleted)
I/DEBUG ( 1159): becc35ac 400092c8 /dev/ashmem/mspace/dalvik-heap/zygote/0 (deleted)
I/DEBUG ( 1159): becc35b0 00000364
I/DEBUG ( 1159): becc35b4 becc36b0 [stack]
I/DEBUG ( 1159): becc35b8 427d3fac /cache/dalvik-cache/system@[email protected]@classes.dex
I/DEBUG ( 1159): becc35bc becc36b0 [stack]
I/DEBUG ( 1159): becc35c0 427d3fac /cache/dalvik-cache/system@[email protected]@classes.dex
I/DEBUG ( 1159): becc35c4 0000bd20 [heap]
I/DEBUG ( 1159): becc35c8 0000000e
I/DEBUG ( 1159): becc35cc ad020e44 /system/lib/libdvm.so
D/Zygote ( 73): Process 1215 terminated by signal (11)
I/ActivityManager( 104): Process no.havleik.dateformat (pid 1215) has died.
I/UsageStats( 104): Something wrong here, didn't expect com.android.launcher2 to be paused
D/dalvikvm( 1018): GC freed 968 objects / 75840 bytes in 88ms[/codebox]

Is this because I am running the highmem kernel (2.6.29) or is it a known problem with CM/MCR beta 3?

Regards,

BTJ

Edited by BTJ
Link to comment
Share on other sites

Guest Mantisen

Are you sure you implemented he dateformat correctly? I haven't done much coding on nexus one but your stacktrace seems to dislike havleik.dateformat

Edited by Mantisen
Link to comment
Share on other sites

Are you sure you implemented he dateformat correctly? I haven't done much coding on nexus one but your stacktrace seems to dislike havleik.dateformat

Well, it's the same code that worked for the Hero and running the app without debugging works ok... And the Date format is a std Java date pattern..

(namely dd.MM.yyyy)

BTJ

Edited by BTJ
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.