You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Martin Hujer (JIRA)" <ji...@apache.org> on 2014/09/20 09:06:33 UTC

[jira] [Commented] (CB-6910) Cordova app is killed by element on some Androids

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

Martin Hujer commented on CB-6910:
----------------------------------

What about adding it to docs as a "known issue"?

> Cordova app is killed by <progress> element on some Androids
> ------------------------------------------------------------
>
>                 Key: CB-6910
>                 URL: https://issues.apache.org/jira/browse/CB-6910
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 3.4.0, 3.5.0
>            Reporter: Martin Hujer
>            Assignee: Joe Bowser
>            Priority: Minor
>
> When you create a Cordova app and put this content into index.html file:
> {code}
> <!DOCTYPE html>
> <html>
>     <body>
>         <progress id="pr-3" style="width: 200px"></progress>
>     </body>
> </html>
> {code}
> it kills Android app with with SIGSEGV on certain Androids (such as Samsung Galaxy S4 - GT-I9195).
> {code}
> 06-10 16:19:56.473: A/libc(5668): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 5682 (WebViewCoreThre)
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)