Hi Mariano,

  Thanks for getting back to me!  I tried disabling zoom controls in
my listview's webviews via:

webView.getSettings().setBuiltInZoomControls(false);

However I am still getting the issue.  Is there another way to
disable?  Any help is much appreciated.

Keith
- Hide quoted text -

On Mon, Jun 14, 2010 at 1:47 PM, Mariano Kamp <[email protected]>
wrote:
> Hey Keith,
> I think it would be best to keep the discussion public, so that other may
> chip in / learn from it. If you agree, please cc: android-dev in your
> response.
> Anyway, no, unfortunately not really. This seems only to happen on the
> Incredible. What I am 99% sure of is that this is related to the hw
> accelerated zoom controls (a user found out through testing). In NewsRob I
> meanwhile disable them for the Incredible. No issues since then.
> Do you use WebView's built-in zoom controls at all?
> Cheers,
> Mariano
>
> On Mon, Jun 14, 2010 at 7:40 PM, KeithWrightbos <[email protected]>
> wrote:
>>
>> Hi Mariano,
>>
>>   I created an android app that is also experiencing a SIGSEV for
>> users only on the HTC Incredible.  I was wondering if you happened to
>> find the cause of the issue you saw?  Mine occurs in an activity that
>> has a list view whose cells consist of a remotely loaded image, some
>> text, and a webview.  I believe the webview is causing the issue but
>> have yet to look into it too deeply.  Below is the stack I'm getting.
>>
>> Thank you,
>>   Keith
>>
>> Build fingerprint: 'verizon/inc/inc/inc:2.1-update1/ERE27/161494:user/
>> release-keys'
>> pid: 592, tid: 593 >>> com.jnj.mocospace.android <<<
>> signal 11 (SIGSEGV), fault addr 2f736f33
>>  r0 2f736f33 r1 ffffffff r2 2f736f33 r3 00000000
>>  r4 006f9f28 r5 2f736f2f r6 00000000 r7 4184bf5c
>>  r8 100ffc60 r9 4184bf54 10 100ffd88 fp 4184bf54
>>  ip ac13e62c sp 100ffc30 lr ac04a9b8 pc afb04524 cpsr 20000010
>>         #00 pc 00004524 /system/lib/libcutils.so
>>         #01 pc 0004a9b4 /system/lib/libskia.so
>>         #02 pc 0004aa60 /system/lib/libskia.so
>>         #03 pc 0004408e /system/lib/libandroid_runtime.so
>>         #04 pc 0000eef4 /system/lib/libdvm.so
>>         #05 pc 00038c18 /system/lib/libdvm.so
>>         #06 pc 0001feb4 /system/lib/libdvm.so
>> code around pc:
>> afb04514 e8bd4010 e12fff1e e92d4010 e1a02000
>> afb04524 e5920000 e3e03a0f e28fe004 e2401001
>> afb04534 e243f03f 3afffff9 e2810001 e8bd4010
>> code around lr:
>> ac04a9a8 e3550000 0a000005 e2850004 ebff74c4
>> ac04a9b8 e3500001 0a000015 e3a00000 e5840014
>> ac04a9c8 e5945004 e3550000 0a00000c e594100c
>> stack:
>>    100ffbf0 00000000
>>    100ffbf4 ad051427 /system/lib/libdvm.so
>>    100ffbf8 100ffc44
>>    100ffbfc 00000000
>>    100ffc00 00000000
>>    100ffc04 007c3738 [heap]
>>    100ffc08 100ffc78
>>    100ffc0c 00000000
>>    100ffc10 100ffc78
>>    100ffc14 007c3738 [heap]
>>    100ffc18 44a4dc10 /dev/ashmem/mspace/dalvik-heap/zygote/1
>> (deleted)
>>    100ffc1c 000000c1
>>    100ffc20 0040b990 [heap]
>>    100ffc24 ac04a340 /system/lib/libskia.so
>>    100ffc28 df002777
>>    100ffc2c e3a070ad
>> #00 100ffc30 006f9f28 [heap]
>>    100ffc34 ac04a9b8 /system/lib/libskia.so
>> #01 100ffc38 00000000
>>    100ffc3c 006f9f28 [heap]
>>    100ffc40 00000000
>>    100ffc44 ac04aa64 /system/lib/libskia.so
>> ptrace attach failed: Operation not permitted
>>
>> On May 1, 5:24 am, Mariano Kamp <[email protected]> wrote:
>> > Thanks Fadden.
>> >
>> > I only got reports on the Incredible. I'll check if the users are able
>> > to
>> > reproduce it consistently.
>> >
>> > Cheers,
>> > Mariano

On May 21, 5:34 am, yangm <[email protected]> wrote:
> See here: 
> addr2linehttp://groups.google.com/group/android-developers/browse_thread/threa...
>
> 2010/5/21 Urizev <[email protected]>
>
>
>
>
>
>
>
> > On May 1, 12:13 am, fadden <[email protected]> wrote:
> > > On Apr 30, 1:22 pm, Mariano Kamp <[email protected]> wrote:
>
> > > > I am wondering if there is any way to debug aSIGSEV? I have not much
> > > > experience with those native crashs. This issue only seems to happen
> > with
> > > > the HTC Incredible and I would at least guess that my Java code cannot
> > be
> > > > the actual cause, but maybe there is something I can do to avoid
> > triggering
> > > > it?
> > > [...]
> > > > 04-30 15:33:23.514 D/dalvikvm( 1263): GC freed 10573 objects / 916872
> > bytes
> > > > in 64ms
> > > > 04-30 15:33:23.534 E/webcoreglue( 1263): The real object has been
> > deleted
> > > > 04-30 15:33:23.634 I/DEBUG   (   57): *** *** *** *** *** *** *** ***
> > ***
> > > > *** *** *** *** *** *** ***
> > > > 04-30 15:33:23.634 I/DEBUG   (   57): Build fingerprint:
> > > > 'verizon/inc/inc/inc:2.1-update1/ERE27/161493:user/release-keys'
> > > > 04-30 15:33:23.634 I/DEBUG   (   57): pid: 1263, tid: 1264  >>>
> > com.newsrob
> > > > <<<
>
> > > Since it's not a Google build I can't decode the stack trace.  If you
>
> > How do you decode the stack trace? Is it possible for anyone to do
> > that?
>
> > > have an APK and series of steps that reproduces the problem reliably,
> > > post a bug on b.android.com with the APK attached.  If we can make it
> > > happen on one of our devices we can dig further.  If not, it may be
> > > specific to the Incredible and you will have to work with HTC.
>
> > > Based on the log message and the library list it looks like it could
> > > be a libskia (graphics library) problem.
>
> > > --
> > > 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]<android-developers%2Bunsubs
> > >  [email protected]>
> > > For more options, visit this group athttp://
> > groups.google.com/group/android-developers?hl=en
>
> > --
> > 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]<android-developers%2Bunsubs 
> > [email protected]>
> > For more options, visit this group at
> >http://groups.google.com/group/android-developers?hl=en
>
> --
> 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 
> athttp://groups.google.com/group/android-developers?hl=en

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