i'm also seeing some occasional WebView crashes with multiple views 
up. seems to have calmed down without any code changes from me.

my app contains a regular ListView which has a dynamic number of 
WebViews in it depending on various factors. most of the time it 
works splendidly, and WebView even tells the layout manager when it's 
changing size, so i don't have to guess. points there!

but every now and again...... bang.


>hi all,
>
>I'm getting fairly regular crashes using WebView's in the underlying C
>code (sigsegv's). There isn't
>a _whole_ lot of rhyme or reason to it, but one thing that is somewhat
>suspicious is that I have
>more than one webview active (only one is one the screen at any one
>time, but if this has anything
>to do with my problem it may not matter since it appears that webkit
>widgets run asynchronously
>from the main UI thread).
>
>Here's the stack dump. I've looked through the archives and it appears
>that there are other
>dumps, but it's really hard to tell from my vantagepoint whether they
>have anything to do with
>one another.
>
>This is pretty easily reproducible (especially with one particular url
>of mine) so it should be
>relatively easy to track down.
>
>Thanks, Mike
>
>I/DEBUG   (   32): *** *** *** *** *** *** *** *** *** *** *** *** ***
>*** *** ***
>I/DEBUG   (   32): Build fingerprint:
>'tmobile/kila/dream/trout:1.5/CRC1/150275:user/ota-rel-keys,release-keys'
>I/DEBUG   (   32): pid: 911, tid: 922  >>> com.phresheez.phresheez <<<
>I/DEBUG   (   32): signal 11 (SIGSEGV), fault addr 0000000c
>I/DEBUG   (   32):  r0 445d986c  r1 445d9998  r2 445d9998  r3 00534318
>I/DEBUG   (   32):  r4 00000000  r5 004548c8  r6 445d9998  r7 0000007f
>I/DEBUG   (   32):  r8 445d9da0  r9 41046e18  10 41046e04  fp 00000001
>I/DEBUG   (   32):  ip aa3dbb38  sp 445d97f0  lr aa181c7b  pc aa0bdd48
>  cpsr 20000030
>W/InputManagerService(   59): Window already focused, ignoring focus
>gain of: com.android.internal.view.iinputmethodclient$stub$pr...@432ca120
>I/DEBUG   (   32):          #00  pc 000bdd48  /system/lib/libwebcore.so
>I/DEBUG   (   32):          #01  pc 00181c78  /system/lib/libwebcore.so
>I/DEBUG   (   32):          #02  pc 00182c56  /system/lib/libwebcore.so
>I/DEBUG   (   32):          #03  pc 0018e66e  /system/lib/libwebcore.so
>I/DEBUG   (   32):          #04  pc 0018ba62  /system/lib/libwebcore.so
>I/DEBUG   (   32):          #05  pc 0018c0d0  /system/lib/libwebcore.so
>I/DEBUG   (   32):          #06  pc 0018c7ae  /system/lib/libwebcore.so
>I/DEBUG   (   32):          #07  pc 0017de08  /system/lib/libwebcore.so
>I/DEBUG   (   32):          #08  pc 00180402  /system/lib/libwebcore.so
>I/DEBUG   (   32):          #09  pc 001853ce  /system/lib/libwebcore.so
>I/DEBUG   (   32):          #10  pc 0018540c  /system/lib/libwebcore.so
>I/DEBUG   (   32):          #11  pc 00186146  /system/lib/libwebcore.so
>I/DEBUG   (   32):          #12  pc 00186408  /system/lib/libwebcore.so
>I/DEBUG   (   32):          #13  pc 001867d6  /system/lib/libwebcore.so
>I/DEBUG   (   32):          #14  pc 00186832  /system/lib/libwebcore.so
>I/DEBUG   (   32):          #15  pc 00186874  /system/lib/libwebcore.so
>I/DEBUG   (   32):          #16  pc 00259d04  /system/lib/libwebcore.so
>I/DEBUG   (   32):          #17  pc 0000e3b4  /system/lib/libdvm.so
>I/DEBUG   (   32):          #18  pc 00040a8a  /system/lib/libdvm.so
>I/DEBUG   (   32):          #19  pc 00013118  /system/lib/libdvm.so
>I/DEBUG   (   32):          #20  pc 00017b1c  /system/lib/libdvm.so
>I/DEBUG   (   32):          #21  pc 00017560  /system/lib/libdvm.so
>I/DEBUG   (   32):          #22  pc 000520ec  /system/lib/libdvm.so
>I/DEBUG   (   32):          #23  pc 0005210a  /system/lib/libdvm.so
>I/DEBUG   (   32):          #24  pc 00047144  /system/lib/libdvm.so
>I/DEBUG   (   32):          #25  pc 0000f880  /system/lib/libc.so
>I/DEBUG   (   32):          #26  pc 0000f3f4  /system/lib/libc.so
>I/DEBUG   (   32): stack:
>I/DEBUG   (   32):     445d97b0  005574c0  [heap]
>I/DEBUG   (   32):     445d97b4  0000003f
>I/DEBUG   (   32):     445d97b8  00000000
>I/DEBUG   (   32):     445d97bc  a9a9a475
>I/DEBUG   (   32):     445d97c0  001a6d30  [heap]
>I/DEBUG   (   32):     445d97c4  aa1e37b1  /system/lib/libwebcore.so
>I/DEBUG   (   32):     445d97c8  445d9814
>I/DEBUG   (   32):     445d97cc  aa1e41b9  /system/lib/libwebcore.so
>I/DEBUG   (   32):     445d97d0  445d97d8
>I/DEBUG   (   32):     445d97d4  aa1dec3d  /system/lib/libwebcore.so
>I/DEBUG   (   32):     445d97d8  aa3db598
>I/DEBUG   (   32):     445d97dc  445d9824
>I/DEBUG   (   32):     445d97e0  00557620  [heap]
>I/DEBUG   (   32):     445d97e4  aa1dee0d  /system/lib/libwebcore.so
>I/DEBUG   (   32):     445d97e8  df002777
>I/DEBUG   (   32):     445d97ec  e3a070ad
>I/DEBUG   (   32): #00 445d97f0  445d9da0
>I/DEBUG   (   32):     445d97f4  aa3db598
>I/DEBUG   (   32):     445d97f8  aa3db598
>I/DEBUG   (   32):     445d97fc  445d9998
>I/DEBUG   (   32):     445d9800  445d9998
>I/DEBUG   (   32):     445d9804  445d986c
>I/DEBUG   (   32):     445d9808  00000003
>I/DEBUG   (   32):     445d980c  00534318  [heap]
>I/DEBUG   (   32):     445d9810  0000007f
>I/DEBUG   (   32):     445d9814  aa3db598
>I/DEBUG   (   32):     445d9818  ffe0382d
>I/DEBUG   (   32):     445d981c  aa1e01f1  /system/lib/libwebcore.so
>I/DEBUG   (   32):     445d9820  005c73f8  [heap]
>I/DEBUG   (   32):     445d9824  00557620  [heap]
>I/DEBUG   (   32):     445d9828  005576c0  [heap]
>I/DEBUG   (   32):     445d982c  445d9800
>I/DEBUG   (   32):     445d9830  aa3db598
>I/DEBUG   (   32):     445d9834  ffce2769
>I/DEBUG   (   32):     445d9838  aa0bdd01  /system/lib/libwebcore.so
>I/DEBUG   (   32):     445d983c  445d9998
>I/DEBUG   (   32):     445d9840  0045f550  [heap]
>I/DEBUG   (   32):     445d9844  aa181c7b  /system/lib/libwebcore.so
>I/DEBUG   (   32): #01 445d9848  00000000
>I/DEBUG   (   32):     445d984c  001cb538  [heap]
>I/DEBUG   (   32):     445d9850  00000000
>I/DEBUG   (   32):     445d9854  00000071
>I/DEBUG   (   32):     445d9858  006c70a8  [heap]
>I/DEBUG   (   32):     445d985c  00000000
>I/DEBUG   (   32):     445d9860  445d9874
>I/DEBUG   (   32):     445d9864  aa182c29  /system/lib/libwebcore.so
>I/DEBUG   (   32):     445d9868  005535a8  [heap]
>I/DEBUG   (   32):     445d986c  aa2550c9  /system/lib/libwebcore.so
>I/DEBUG   (   32):     445d9870  aa07c10d  /system/lib/libwebcore.so
>I/DEBUG   (   32):     445d9874  00262648  [heap]
>I/DEBUG   (   32):     445d9878  00000000
>I/DEBUG   (   32):     445d987c  007bf02c  [heap]
>I/DEBUG   (   32):     445d9880  445d9908
>I/DEBUG   (   32):     445d9884  0045f550  [heap]
>I/DEBUG   (   32):     445d9888  445d9998
>I/DEBUG   (   32):     445d988c  aa182c5b  /system/lib/libwebcore.so
>I/ActivityManager(   59): Process com.phresheez.phresheez (pid 911) has died.
>I/WindowManager(   59): WIN DEATH: Window{432464e0
>com.phresheez.phresheez/com.phresheez.phresheez.Phresheez
>paused=false}
>D/Zygote  (   34): Process 911 terminated by signal (11)
>W/InputManagerService(   59): Got RemoteException sending
>setActive(false) notification to pid 911 uid 10027
>
>

-- 
jason.vp.engineering.particle

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to