Results 1 to 1 of 1
  1. #1
    Member
    Join Date
    Sep 2011
    Posts
    1

    Default Phonegap application crashes in WebView

    Hi,

    We have a phonegap/jquery application that crashes on just this device (as far as we know). It's ok on other honeycomb tablets, such as the Xoom. The crash occurs in the WebView, here is the debug information :

    09-25 15:58:46.734 I/DEBUG ( 3581): debuggerd: 2011-09-25 15:58:46
    09-25 15:58:46.734 I/DEBUG ( 3581): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
    09-25 15:58:46.734 I/DEBUG ( 3581): Build fingerprint: 'cingular_us/htc_puccinilte/puccinilte:3.1/HMJ15/137848.3:user/release-keys'
    09-25 15:58:46.734 I/DEBUG ( 3581): pid: 4403, tid: 7176 >>> com.zoscomm.zmind <<<
    09-25 15:58:46.734 I/DEBUG ( 3581): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 000004f0
    09-25 15:58:46.734 I/DEBUG ( 3581): r0 00000000 r1 a26b12bc r2 00000004 r3 00000007
    09-25 15:58:46.734 I/DEBUG ( 3581): r4 00000000 r5 593bd420 r6 00376088 r7 00376080
    09-25 15:58:46.734 I/DEBUG ( 3581): r8 00376084 r9 5c862e84 10 5c862e8c fp 002cf1e8
    09-25 15:58:46.734 I/DEBUG ( 3581): ip a269f9cc sp 5c862e00 lr a23a00f3 pc a223933a cpsr 80000030
    09-25 15:58:46.734 I/DEBUG ( 3581): d0 0067006e00450069 d1 0068002e00780000
    09-25 15:58:46.734 I/DEBUG ( 3581): d2 007400650073006e d3 0077007700770000
    09-25 15:58:46.734 I/DEBUG ( 3581): d4 3ff0000000000000 d5 003a12e8003a1288
    09-25 15:58:46.734 I/DEBUG ( 3581): d6 0000000000000000 d7 0009773f00000000
    09-25 15:58:46.734 I/DEBUG ( 3581): d8 4130000000000000 d9 3fa999999999999a
    09-25 15:58:46.734 I/DEBUG ( 3581): d10 0000000000000000 d11 0000000000000000
    09-25 15:58:46.734 I/DEBUG ( 3581): d12 0000000000000000 d13 0000000000000000
    09-25 15:58:46.734 I/DEBUG ( 3581): d14 0000000000000000 d15 0000000000000000
    09-25 15:58:46.734 I/DEBUG ( 3581): d16 0000000000000001 d17 3fe3d9ea57214f05
    09-25 15:58:46.734 I/DEBUG ( 3581): d18 4122ee7e00000000 d19 3ff0000000000000
    09-25 15:58:46.734 I/DEBUG ( 3581): d20 4197d78400000000 d21 0000000000000000
    09-25 15:58:46.734 I/DEBUG ( 3581): d22 4022000000000000 d23 0000000000000000
    09-25 15:58:46.734 I/DEBUG ( 3581): d24 bff0000000000000 d25 0000000000000000
    09-25 15:58:46.734 I/DEBUG ( 3581): d26 0000000000000000 d27 0000000000000000
    09-25 15:58:46.734 I/DEBUG ( 3581): d28 0000000000000000 d29 3ff0000000000000
    09-25 15:58:46.734 I/DEBUG ( 3581): d30 0000000000000000 d31 3ff0000000000000
    09-25 15:58:46.734 I/DEBUG ( 3581): scr 20000013
    09-25 15:58:46.734 I/DEBUG ( 3581):
    09-25 15:58:47.035 I/DEBUG ( 3581): #00 pc 0033933a /system/lib/libwebcore.so
    09-25 15:58:47.035 I/DEBUG ( 3581): #01 pc 0019f938 /system/lib/libwebcore.so
    09-25 15:58:47.035 I/DEBUG ( 3581): #02 pc 0019f970 /system/lib/libwebcore.so
    09-25 15:58:47.035 I/DEBUG ( 3581): #03 pc 00069060 /system/lib/libwebcore.so
    09-25 15:58:47.035 I/DEBUG ( 3581): #04 pc 0010fb9a /system/lib/libwebcore.so
    09-25 15:58:47.045 I/DEBUG ( 3581): #05 pc 0011010a /system/lib/libwebcore.so
    09-25 15:58:47.045 I/DEBUG ( 3581): #06 pc 001101a6 /system/lib/libwebcore.so
    09-25 15:58:47.045 I/DEBUG ( 3581): #07 pc 0011002e /system/lib/libwebcore.so
    09-25 15:58:47.045 I/DEBUG ( 3581): #08 pc 0010b042 /system/lib/libwebcore.so
    09-25 15:58:47.045 I/DEBUG ( 3581): #09 pc 0010b090 /system/lib/libwebcore.so
    09-25 15:58:47.055 I/DEBUG ( 3581): #10 pc 0010b940 /system/lib/libwebcore.so
    09-25 15:58:47.055 I/DEBUG ( 3581): #11 pc 0010b9ee /system/lib/libwebcore.so
    09-25 15:58:47.055 I/DEBUG ( 3581): #12 pc 001ce806 /system/lib/libwebcore.so
    09-25 15:58:47.055 I/DEBUG ( 3581): #13 pc 00019c78 /system/lib/libwebcore.so
    09-25 15:58:47.055 I/DEBUG ( 3581): #14 pc 00011d08 /system/lib/libc.so (__thread_entry)
    09-25 15:58:47.055 I/DEBUG ( 3581): #15 pc 0001185c /system/lib/libc.so (pthread_create)
    09-25 15:58:47.055 I/DEBUG ( 3581):
    09-25 15:58:47.055 I/DEBUG ( 3581): libc base address: aff00000
    09-25 15:58:47.055 I/DEBUG ( 3581):
    09-25 15:58:47.055 I/DEBUG ( 3581): code around pc:
    09-25 15:58:47.055 I/DEBUG ( 3581): a2239318 f1034621 4620fdab bf00bd70 00465d9a
    09-25 15:58:47.055 I/DEBUG ( 3581): a2239328 b570490d 68094479 68084605 fedaf166
    09-25 15:58:47.055 I/DEBUG ( 3581): a2239338 f8d04604 690304f0 dd032b00 44794907
    09-25 15:58:47.055 I/DEBUG ( 3581): a2239348 fe72f089 28026820 bd70d000 05e4f8d4
    09-25 15:58:47.065 I/DEBUG ( 3581): a2239358 f03b4629 e7f8fc9d 00465d50 002d10ea
    09-25 15:58:47.065 I/DEBUG ( 3581):
    09-25 15:58:47.065 I/DEBUG ( 3581): code around lr:
    09-25 15:58:47.065 I/DEBUG ( 3581): a23a00d0 4620e6f6 bf00bd10 002f7a80 f777b510
    09-25 15:58:47.065 I/DEBUG ( 3581): a23a00e0 bd10e798 f775b510 bd10e732 f775b510
    09-25 15:58:47.065 I/DEBUG ( 3581): a23a00f0 bd10e73a e92d281b 461743f0 d002b0c7
    09-25 15:58:47.065 I/DEBUG ( 3581): a23a0100 e8bdb047 4b2c83f0 681b447b f7756818
    09-25 15:58:47.065 I/DEBUG ( 3581): a23a0110 4680e72a d0f32800 28026800 f8d8d1f0
    09-25 15:58:47.065 I/DEBUG ( 3581):
    09-25 15:58:47.065 I/DEBUG ( 3581): stack:
    09-25 15:58:47.065 I/DEBUG ( 3581): 5c862dc0 0029bca8
    09-25 15:58:47.065 I/DEBUG ( 3581): 5c862dc4 0000b000
    09-25 15:58:47.065 I/DEBUG ( 3581): 5c862dc8 00376084
    09-25 15:58:47.065 I/DEBUG ( 3581): 5c862dcc 5c862e84
    09-25 15:58:47.065 I/DEBUG ( 3581): 5c862dd0 5c862e8c
    09-25 15:58:47.065 I/DEBUG ( 3581): 5c862dd4 aff1429f /system/lib/libc.so
    09-25 15:58:47.065 I/DEBUG ( 3581): 5c862dd8 0029bca8
    09-25 15:58:47.065 I/DEBUG ( 3581): 5c862ddc 5c862e14
    09-25 15:58:47.065 I/DEBUG ( 3581): 5c862de0 00232db0
    09-25 15:58:47.065 I/DEBUG ( 3581): 5c862de4 002eccb0
    09-25 15:58:47.065 I/DEBUG ( 3581): 5c862de8 0037629c
    09-25 15:58:47.065 I/DEBUG ( 3581): 5c862dec 00000000
    09-25 15:58:47.065 I/DEBUG ( 3581): 5c862df0 003762a0
    09-25 15:58:47.065 I/DEBUG ( 3581): 5c862df4 00376080
    09-25 15:58:47.065 I/DEBUG ( 3581): 5c862df8 df002777
    09-25 15:58:47.065 I/DEBUG ( 3581): 5c862dfc e3a070ad
    09-25 15:58:47.065 I/DEBUG ( 3581): #00 5c862e00 00376298
    09-25 15:58:47.065 I/DEBUG ( 3581): 5c862e04 00000000
    09-25 15:58:47.065 I/DEBUG ( 3581): 5c862e08 00376088
    09-25 15:58:47.065 I/DEBUG ( 3581): 5c862e0c a209f93d /system/lib/libwebcore.so
    09-25 15:58:47.065 I/DEBUG ( 3581): #01 5c862e10 00376298
    09-25 15:58:47.075 I/DEBUG ( 3581): 5c862e14 a209f975 /system/lib/libwebcore.so

    It looks similar to this bug : Issue 19634 - android - WebView segmentation fault when loading javascript dynamically. - Android - An Open Handset Alliance Project - Google Project Hosting but I can't see anywhere where it is adding javascript dynamically.

    Anyone have any ideas?

    Regards,
    Pete.

 

 

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •