You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Richard Kimber (JIRA)" <ji...@apache.org> on 2012/09/06 10:15:08 UTC

[jira] [Commented] (CB-1087) Typing '7' kills crashes the app

    [ https://issues.apache.org/jira/browse/CB-1087?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13449510#comment-13449510 ] 

Richard Kimber commented on CB-1087:
------------------------------------

I can reproduce this using Cordova 1.6.1 & 1.8.1 on an ICS Emulator and on a physical Google Nexus 7 (Jelly Bean).
                
> Typing '7' kills crashes the app
> --------------------------------
>
>                 Key: CB-1087
>                 URL: https://issues.apache.org/jira/browse/CB-1087
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 1.2.0, 1.9.0, 2.0.0
>         Environment: Android 4.1.1
>            Reporter: Ed Jellard
>            Assignee: Joe Bowser
>            Priority: Critical
>              Labels: keyboard
>
> Show a very simple HTML page consisting of just:
> <html>
> <body>
> <input type="text" />
> </body>
> </html>
> Using the default android keyboard, or the swype keyboard, it is impossible to type the number 7 - the app crashes with a horrible memory dump shown in LogCat, including Fatal signal 11 (SIGSEGV) at 0x0000000c (code=1), thread 1924 (WebViewCoreThre)
> This is an absolutely critical flaw.  It used to work fine on Android 4.0.4.  I've tested the code on a normal webview and it works fine on Android 4.1.1 - so it must be something that phonegap does.
> Log is below:
> ?:??: W/?(?): GC_FOR_ALLOC freed 1273K, 13% free 12162K/13959K, paused 23ms, total 23ms
> ?:??: W/?(?): [ 07-18 14:41:54.380  1712: 1712 I/dalvikvm-heap ]
> ?:??: W/?(?): Grow heap (frag case) to 13.123MB for 1244176-byte allocation
> ?:??: W/?(?): [ 07-18 14:41:54.412  1712: 1712 D/dalvikvm ]
> ?:??: W/?(?): GC_FOR_ALLOC freed 5K, 5% free 13371K/13959K, paused 30ms, total 30ms
> ?:??: W/?(?): [ 07-18 14:41:54.451  1712: 1717 D/dalvikvm ]
> ?:??: W/?(?): GC_CONCURRENT freed 9K, 5% free 13372K/13959K, paused 12ms+2ms, total 45ms
> ?:??: W/?(?): [ 07-18 14:41:56.412  1911: 1924 D/webcoreglue ]
> ?:??: W/?(?): layer at (0,0) size 360x351
> ?:??: W/?(?):   RenderView at (0,0) size 360x351
> ?:??: W/?(?): layer at (0,0) size 360x351
> ?:??: W/?(?):   RenderBlock {HTML} at (0,0) size 360x351
> ?:??: W/?(?):     RenderBody {BODY} at (8,8) size 344x335
> ?:??: W/?(?):       RenderTextControl {INPUT} at (2,2) size 194x25 [bgcolor=#FFFFFF] [border: (2px inset #000000)]
> ?:??: W/?(?):       RenderText {#text} at (0,0) size 0x0
> ?:??: W/?(?): layer at (13,13) size 188x19
> ?:??: W/?(?):   RenderBlock {DIV} at (3,3) size 188x19
> ?:??: W/?(?): caret: position 0 of child 0 {DIV} of child 1 {INPUT} of body
> ?:??: W/?(?): [ 07-18 14:41:56.412  1911: 1924 F/libc     ]
> ?:??: W/?(?): Fatal signal 11 (SIGSEGV) at 0x0000000c (code=1), thread 1924 (WebViewCoreThre)
> ?:??: W/?(?): [ 07-18 14:41:56.513   122:  122 I/DEBUG    ]
> ?:??: W/?(?): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
> ?:??: W/?(?): [ 07-18 14:41:56.513   122:  122 I/DEBUG    ]
> ?:??: W/?(?): Build fingerprint: 'google/yakju/maguro:4.1.1/JRO03C/398337:user/release-keys'
> ?:??: W/?(?): [ 07-18 14:41:56.513   122:  122 I/DEBUG    ]
> ?:??: W/?(?): pid: 1911, tid: 1924, name: WebViewCoreThre  >>> com.jellard.osm <<<
> ?:??: W/?(?): [ 07-18 14:41:56.513   122:  122 I/DEBUG    ]
> ?:??: W/?(?): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0000000c
> ?:??: W/?(?): [ 07-18 14:41:56.576   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     r0 00000000  r1 5d36b808  r2 cd2cd138  r3 cd2cd138
> ?:??: W/?(?): [ 07-18 14:41:56.576   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     r4 5b839f2c  r5 56f0ea58  r6 00000000  r7 511a1e50
> ?:??: W/?(?): [ 07-18 14:41:56.576   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     r8 5d36bc80  r9 511a1e48  sl 58053018  fp 5d36bc94
> ?:??: W/?(?): [ 07-18 14:41:56.576   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     ip 5b82c7e4  sp 5d36bc50  lr 5b350b73  pc 4007d86c  cpsr 60000030
> ?:??: W/?(?): [ 07-18 14:41:56.576   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     d0  646f6220666f207d  d1  5455504e497b2031
> ?:??: W/?(?): [ 07-18 14:41:56.576   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     d2  3020646c69686320  d3  6f207d5649447b20
> ?:??: W/?(?): [ 07-18 14:41:56.576   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     d4  61207d5649447b20  d5  2029332c33282074
> ?:??: W/?(?): [ 07-18 14:41:56.576   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     d6  38383120657a6973  d7  657261630a393178
> ?:??: W/?(?): [ 07-18 14:41:56.576   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     d8  0000000000000000  d9  0000000000000000
> ?:??: W/?(?): [ 07-18 14:41:56.576   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     d10 0000000000000000  d11 0000000000000000
> ?:??: W/?(?): [ 07-18 14:41:56.576   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     d12 0000000000000000  d13 0000000000000000
> ?:??: W/?(?): [ 07-18 14:41:56.576   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     d14 0000000000000000  d15 0000000000000000
> ?:??: W/?(?): [ 07-18 14:41:56.576   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     d16 0000000000000000  d17 7fffffffffffffff
> ?:??: W/?(?): [ 07-18 14:41:56.576   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     d18 0000000000000000  d19 0000000000000000
> ?:??: W/?(?): [ 07-18 14:41:56.576   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     d20 c03a000000000000  d21 3fe0000000000000
> ?:??: W/?(?): [ 07-18 14:41:56.576   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     d22 8000000000000000  d23 402a000000000000
> ?:??: W/?(?): [ 07-18 14:41:56.576   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     d24 c03a000000000000  d25 8000000000000000
> ?:??: W/?(?): [ 07-18 14:41:56.576   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     d26 3fe0000000000000  d27 0000002f0000002f
> ?:??: W/?(?): [ 07-18 14:41:56.576   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     d28 0001000000010000  d29 0001000000010000
> ?:??: W/?(?): [ 07-18 14:41:56.576   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     d30 0003000000030000  d31 0003000000030000
> ?:??: W/?(?): [ 07-18 14:41:56.576   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     scr 60000011
> ?:??: W/?(?): [ 07-18 14:41:56.576   122:  122 I/DEBUG    ]
> ?:??: W/?(?): backtrace:
> ?:??: W/?(?): [ 07-18 14:41:56.576   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     #00  pc 0001a86c  /system/lib/libc.so (clearerr+47)
> ?:??: W/?(?): [ 07-18 14:41:56.576   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     #01  pc 00000c14  <unknown>
> ?:??: W/?(?): [ 07-18 14:41:56.576   122:  122 I/DEBUG    ]
> ?:??: W/?(?): stack:
> ?:??: W/?(?): [ 07-18 14:41:56.576   122:  122 I/DEBUG    ]
> ?:??: W/?(?):          5d36bc10  400acd44  
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):          5d36bc14  4007de01  /system/lib/libc.so (__sfp+176)
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):          5d36bc18  400acd44  
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):          5d36bc1c  4007c72d  /system/lib/libc.so (open+28)
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):          5d36bc20  5b68a999  /system/lib/libwebcore.so
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):          5d36bc24  5d36bc34  
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):          5d36bc28  4007df15  /system/lib/libc.so (fopen+40)
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):          5d36bc2c  00000241  
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):          5d36bc30  000001b6  
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):          5d36bc34  cd2cd138  
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):          5d36bc38  00000001  
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):          5d36bc3c  56f0ea58  
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):          5d36bc40  00000000  
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):          5d36bc44  5b350b69  /system/lib/libwebcore.so
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):          5d36bc48  df0027ad  
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):          5d36bc4c  00000000  
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     #00  5d36bc50  00000000  
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):          5d36bc54  56ff1928  /dev/ashmem/dalvik-LinearAlloc (deleted)
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):          5d36bc58  50cabda0  
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):          5d36bc5c  56fa7c18  
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     #01  5d36bc60  511a1f28  
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):          5d36bc64  57164518  /dev/ashmem/dalvik-LinearAlloc (deleted)
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):          5d36bc68  58053008  
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):          5d36bc6c  00000000  
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):          5d36bc70  511a1e50  
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):          5d36bc74  5d36bc80  
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):          5d36bc78  511a1e48  
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):          5d36bc7c  4074de34  /system/lib/libdvm.so (dvmPlatformInvoke+116)
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):          5d36bc80  511a1e44  
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):          5d36bc84  00000001  
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):          5d36bc88  417453e8  /dev/ashmem/dalvik-heap (deleted)
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):          5d36bc8c  00000000  
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):          5d36bc90  00000000  
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):          5d36bc94  4077d087  /system/lib/libdvm.so (dvmCallJNIMethod(unsigned int const*, JValue*, Method const*, Thread*)+398)
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):          5d36bc98  511a1e44  
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):          5d36bc9c  5933e7ea  /system/framework/framework.odex
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?): memory near r1:
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     5d36b7e8 5b681868 5d36b834 00000000 511a1e50  h.h[4.6]....P..Q
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     5d36b7f8 5d36bc80 5aad3273 000001c6 00000003  ..6]s2.Z........
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     5d36b808 5d36b804 00000001 5b681868 0000000c  ..6]....h.h[....
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     5d36b818 5d36b834 000001c7 400b3a4c 5b681868  4.6]....L:.@h.h[
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     5d36b828 00000003 5aad33f3 5d36bc4c 6579616c  .....3.ZL.6]laye
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?): memory near r4:
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     5b839f0c 57166aa0 57166a28 57166cd0 40bf9118  .j.W(j.W.l.W...@
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     5b839f1c 40bf92d8 5865f9b8 00000006 00000001  ...@..eX........
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     5b839f2c 00000000 5865f998 00000001 57164198  ......eX.....A.W
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     5b839f3c 5865f978 00000001 57162c7c 57162d80  x.eX....|,.W.-.W
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     5b839f4c 57162d1c 57162d30 57162d58 57162d44  .-.W0-.WX-.WD-.W
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?): memory near r5:
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     56f0ea38 ffff0000 00000004 ffffffff 00000013  ................
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     56f0ea48 00000000 56f0ed20 ffffffff 000001d3  .... ..V........
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     56f0ea58 6579616c 74612072 2c302820 73202930  layer at (0,0) s
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     56f0ea68 20657a69 78303633 0a313533 65522020  ize 360x351.  Re
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     56f0ea78 7265646e 77656956 20746120 302c3028  nderView at (0,0
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?): memory near r7:
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     511a1e30 511a1e64 590c35a4 57164518 00000000  d..Q.5.Y.E.W....
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     511a1e40 00000000 417453e8 5865f738 00000001  .....StA8.eX....
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     511a1e50 511a1e84 590c1952 57163718 590c35a4  ...QR..Y.7.W.5.Y
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     511a1e60 00000000 417453e8 5865f738 00000001  .....StA8.eX....
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     511a1e70 511a1f64 58df9d80 57267e38 590c1952  d..Q...X8~&WR..Y
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?): memory near r8:
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     5d36bc60 511a1f28 57164518 58053008 00000000  (..Q.E.W.0.X....
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     5d36bc70 511a1e50 5d36bc80 511a1e48 4074de34  P..Q..6]H..Q4.t@
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     5d36bc80 511a1e44 00000001 417453e8 00000000  D..Q.....StA....
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     5d36bc90 00000000 4077d087 511a1e44 5933e7ea  ......w@D..Q..3Y
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     5d36bca0 5b350c11 58053018 00000000 00000000  ..5[.0.X........
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?): memory near r9:
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     511a1e28 418a1350 511a1e6c 511a1e64 590c35a4  P..Al..Qd..Q.5.Y
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     511a1e38 57164518 00000000 00000000 417453e8  .E.W.........StA
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     511a1e48 5865f738 00000001 511a1e84 590c1952  8.eX.......QR..Y
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     511a1e58 57163718 590c35a4 00000000 417453e8  .7.W.5.Y.....StA
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     511a1e68 5865f738 00000001 511a1f64 58df9d80  8.eX....d..Q...X
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?): memory near sl:
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     58052ff8 ffffffff ffffffff 00000000 00000453  ............S...
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     58053008 590c1950 511a1e44 57163718 56e20000  P..YD..Q.7.W...V
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     58053018 5865f738 00000000 5d36bda8 00000000  8.eX......6]....
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     58053028 5d36bddc 0000000b 00000000 4074dfc0  ..6]..........t@
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     58053038 00000000 00000000 563d7e70 5119e300  ........p~=V...Q
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?): memory near fp:
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     5d36bc74 5d36bc80 511a1e48 4074de34 511a1e44  ..6]H..Q4.t@D..Q
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     5d36bc84 00000001 417453e8 00000000 00000000  .....StA........
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     5d36bc94 4077d087 511a1e44 5933e7ea 5b350c11  ..w@D..Q..3Y..5[
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     5d36bca4 58053018 00000000 00000000 00000001  .0.X............
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     5d36bcb4 400b3a4c 00000001 58053008 ffffbfff  L:.@.....0.X....
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?): memory near ip:
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     5b82c7c4 4086965d 5aa0f5d9 40243da9 5aad4508  ]..@...Z.=$@.E.Z
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     5b82c7d4 4010bdb1 4033dfb8 4030a14c 4007deed  ...@..3@L.0@...@
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     5b82c7e4 4007d86d 40243a25 40243b09 5aad5ae1  m..@%:$@.;$@.Z.Z
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     5b82c7f4 5a9f03f5 402f4f84 4007e02d 4030b19c  ...Z.O/@-..@..0@
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     5b82c804 4030aa50 40243c35 40316318 4031605c  P.0@5<$@.c1@\`1@
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?): memory near sp:
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     5d36bc30 000001b6 cd2cd138 00000001 56f0ea58  ....8.,.....X..V
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     5d36bc40 00000000 5b350b69 df0027ad 00000000  ....i.5[.'......
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     5d36bc50 00000000 56ff1928 50cabda0 56fa7c18  ....(..V...P.|.V
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     5d36bc60 511a1f28 57164518 58053008 00000000  (..Q.E.W.0.X....
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     5d36bc70 511a1e50 5d36bc80 511a1e48 4074de34  P..Q..6]H..Q4.t@
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?): code around pc:
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     4007d84c 89a2fb3c f0226828 81a10160 4620b120  <...(h".`... . F
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     4007d85c 4038e8bd bb3ef000 bf00bd38 00029c42  ..8@..>.8...B...
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     4007d86c 300cf9b0 4604b570 f7f8b933 f04fff4f  ...0p..F3...O.O.
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     4007d87c 210935ff e0396001 447e4e1d 68306836  .5.!.`9..N~D6h0h
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     4007d88c 4620b110 fb19f000 f01589a5 d0030508  .. F............
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?): code around lr:
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     5b350b50 f6aa4628 e007edee 20034926 462b4a26  (F......&I. &J+F
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     5b350b60 447a4479 ea3ef6a9 447c4c24 f6aa6820  yDzD..>.$L|D h..
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     5b350b70 2100edbc e0306021 b1134699 f102685a  ...!!`0..F..Zh..
> ?:??: W/?(?): [ 07-18 14:41:56.583   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     5b350b80 4f1f39ff 0e00f04f 46744e1e 8078f8df  .9.OO....NtF..x.
> ?:??: W/?(?): [ 07-18 14:41:56.591   122:  122 I/DEBUG    ]
> ?:??: W/?(?):     5b350b90 447e447f e01e44f8 c004f815 0f0af1bc  .D~D.D..........
> ?:??: W/?(?): [ 07-18 14:41:56.755   302:  326 I/BootReceiver ]
> ?:??: W/?(?): Copying /data/tombstones/tombstone_09 to DropBox (SYSTEM_TOMBSTONE)
> ?:??: W/?(?): [ 07-18 14:41:56.779   302:  634 I/WindowState ]
> ?:??: W/?(?): WIN DEATH: Window{41fc9038 com.jellard.osm/com.jellard.osm.Main paused=false}
> ?:??: W/?(?): [ 07-18 14:41:56.779   302:  704 I/ActivityManager ]
> ?:??: W/?(?): Process com.jellard.osm (pid 1911) has died.
> ?:??: W/?(?): [ 07-18 14:41:56.779   125:  125 D/Zygote   ]
> ?:??: W/?(?): Process 1911 terminated by signal (11)
> ?:??: W/?(?): [ 07-18 14:41:56.779   302:  704 W/ActivityManager ]
> ?:??: W/?(?): Force removing ActivityRecord{41a42160 com.jellard.osm/.Main}: app died, no saved state
> ?:??: W/?(?): [ 07-18 14:41:56.865   302: 1129 W/InputMethodManagerService ]
> ?:??: W/?(?): Got RemoteException sending setActive(false) notification to pid 1911 uid 10060

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira