You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by "Stefan Kendall (JIRA)" <ji...@apache.org> on 2012/07/05 03:32:36 UTC

[jira] [Created] (CB-1007) Signal 11 crash on samsung galaxy S2

Stefan Kendall created CB-1007:
----------------------------------

             Summary: Signal 11 crash on samsung galaxy S2
                 Key: CB-1007
                 URL: https://issues.apache.org/jira/browse/CB-1007
             Project: Apache Cordova
          Issue Type: Bug
          Components: Android
    Affects Versions: 1.9.0
            Reporter: Stefan Kendall
            Assignee: Joe Bowser


I'm really not sure what's going on, but my APK is crashing with very little going on.


public class App extends DroidGap {
    @Override
    public void onCreate(Bundle savedInstanceState) {
        super.onCreate(savedInstanceState);
        super.setIntegerProperty("loadUrlTimeoutValue", 70000);
        super.loadUrl("file:///android_asset/www/index.html", 20000);
        getWindow().addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON);
    }
}


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CB-1007) Signal 11 crash on samsung galaxy S2

Posted by "Joe Bowser (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13410744#comment-13410744 ] 

Joe Bowser commented on CB-1007:
--------------------------------

This does appear to be a fairly complex application, and the problem could be that one of your JS or CSS files that you are loading isn't playing nicely with Samsung's ICS update.
                
> Signal 11 crash on samsung galaxy S2
> ------------------------------------
>
>                 Key: CB-1007
>                 URL: https://issues.apache.org/jira/browse/CB-1007
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 1.9.0
>            Reporter: Stefan Kendall
>            Assignee: Joe Bowser
>         Attachments: Wendler5_3_1-faster_load.apk, project.tar.gz
>
>
> I'm really not sure what's going on, but my APK is crashing with very little going on.
> public class App extends DroidGap {
>     @Override
>     public void onCreate(Bundle savedInstanceState) {
>         super.onCreate(savedInstanceState);
>         super.setIntegerProperty("loadUrlTimeoutValue", 70000);
>         super.loadUrl("file:///android_asset/www/index.html", 20000);
>         getWindow().addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON);
>     }
> }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CB-1007) Signal 11 crash on samsung galaxy S2

Posted by "Joe Bowser (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CB-1007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Bowser updated CB-1007:
---------------------------

    Priority: Minor  (was: Major)

Unfortunately, this only fails with this app so far on the Samsung Galaxy S2 and S3.  If we hear more reports of the same failure, we'll bump the priority up, since the Galaxy S2/S3 are common devices.
                
> Signal 11 crash on samsung galaxy S2
> ------------------------------------
>
>                 Key: CB-1007
>                 URL: https://issues.apache.org/jira/browse/CB-1007
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 1.9.0
>            Reporter: Stefan Kendall
>            Assignee: Joe Bowser
>            Priority: Minor
>         Attachments: Wendler5_3_1-faster_load.apk, project.tar.gz
>
>
> I'm really not sure what's going on, but my APK is crashing with very little going on.
> public class App extends DroidGap {
>     @Override
>     public void onCreate(Bundle savedInstanceState) {
>         super.onCreate(savedInstanceState);
>         super.setIntegerProperty("loadUrlTimeoutValue", 70000);
>         super.loadUrl("file:///android_asset/www/index.html", 20000);
>         getWindow().addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON);
>     }
> }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CB-1007) Signal 11 crash on samsung galaxy S2

Posted by "Stefan Kendall (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13410746#comment-13410746 ] 

Stefan Kendall commented on CB-1007:
------------------------------------

If I navigate to the app via the 'Browser' application, everything works okay sans the PhoneGap integration. I have no idea what happens during a phonegap boot that causes crashing, however.
                
> Signal 11 crash on samsung galaxy S2
> ------------------------------------
>
>                 Key: CB-1007
>                 URL: https://issues.apache.org/jira/browse/CB-1007
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 1.9.0
>            Reporter: Stefan Kendall
>            Assignee: Joe Bowser
>         Attachments: Wendler5_3_1-faster_load.apk, project.tar.gz
>
>
> I'm really not sure what's going on, but my APK is crashing with very little going on.
> public class App extends DroidGap {
>     @Override
>     public void onCreate(Bundle savedInstanceState) {
>         super.onCreate(savedInstanceState);
>         super.setIntegerProperty("loadUrlTimeoutValue", 70000);
>         super.loadUrl("file:///android_asset/www/index.html", 20000);
>         getWindow().addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON);
>     }
> }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CB-1007) Signal 11 crash on samsung galaxy S2

Posted by "Joe Bowser (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CB-1007?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13410667#comment-13410667 ] 

Joe Bowser commented on CB-1007:
--------------------------------

Based on the APK, this looks like a webkit error.  Can you send us the JS code that you're using? We already ruled out the splashscreen with the other issue, and I see that webcore is the part that's crashing.
                
> Signal 11 crash on samsung galaxy S2
> ------------------------------------
>
>                 Key: CB-1007
>                 URL: https://issues.apache.org/jira/browse/CB-1007
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 1.9.0
>            Reporter: Stefan Kendall
>            Assignee: Joe Bowser
>         Attachments: Wendler5_3_1-faster_load.apk
>
>
> I'm really not sure what's going on, but my APK is crashing with very little going on.
> public class App extends DroidGap {
>     @Override
>     public void onCreate(Bundle savedInstanceState) {
>         super.onCreate(savedInstanceState);
>         super.setIntegerProperty("loadUrlTimeoutValue", 70000);
>         super.loadUrl("file:///android_asset/www/index.html", 20000);
>         getWindow().addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON);
>     }
> }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CB-1007) Signal 11 crash on samsung galaxy S2

Posted by "Stefan Kendall (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CB-1007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Kendall updated CB-1007:
-------------------------------

    Attachment: project.tar.gz

I've attached my entire project. The JS can be found in the 'assets' directory. This same assets directory works on iOS, the emulator, and other android devices.


                
> Signal 11 crash on samsung galaxy S2
> ------------------------------------
>
>                 Key: CB-1007
>                 URL: https://issues.apache.org/jira/browse/CB-1007
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 1.9.0
>            Reporter: Stefan Kendall
>            Assignee: Joe Bowser
>         Attachments: Wendler5_3_1-faster_load.apk, project.tar.gz
>
>
> I'm really not sure what's going on, but my APK is crashing with very little going on.
> public class App extends DroidGap {
>     @Override
>     public void onCreate(Bundle savedInstanceState) {
>         super.onCreate(savedInstanceState);
>         super.setIntegerProperty("loadUrlTimeoutValue", 70000);
>         super.loadUrl("file:///android_asset/www/index.html", 20000);
>         getWindow().addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON);
>     }
> }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Updated] (CB-1007) Signal 11 crash on samsung galaxy S2

Posted by "Stefan Kendall (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CB-1007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Stefan Kendall updated CB-1007:
-------------------------------

    Attachment: Wendler5_3_1-faster_load.apk
    
> Signal 11 crash on samsung galaxy S2
> ------------------------------------
>
>                 Key: CB-1007
>                 URL: https://issues.apache.org/jira/browse/CB-1007
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 1.9.0
>            Reporter: Stefan Kendall
>            Assignee: Joe Bowser
>         Attachments: Wendler5_3_1-faster_load.apk
>
>
> I'm really not sure what's going on, but my APK is crashing with very little going on.
> public class App extends DroidGap {
>     @Override
>     public void onCreate(Bundle savedInstanceState) {
>         super.onCreate(savedInstanceState);
>         super.setIntegerProperty("loadUrlTimeoutValue", 70000);
>         super.loadUrl("file:///android_asset/www/index.html", 20000);
>         getWindow().addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON);
>     }
> }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CB-1007) Signal 11 crash on samsung galaxy S2

Posted by "Joe Bowser (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CB-1007?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Joe Bowser resolved CB-1007.
----------------------------

    Resolution: Cannot Reproduce

This is a duplicate of another bug that we recently closed.
                
> Signal 11 crash on samsung galaxy S2
> ------------------------------------
>
>                 Key: CB-1007
>                 URL: https://issues.apache.org/jira/browse/CB-1007
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>    Affects Versions: 1.9.0
>            Reporter: Stefan Kendall
>            Assignee: Joe Bowser
>            Priority: Minor
>         Attachments: Wendler5_3_1-faster_load.apk, project.tar.gz
>
>
> I'm really not sure what's going on, but my APK is crashing with very little going on.
> public class App extends DroidGap {
>     @Override
>     public void onCreate(Bundle savedInstanceState) {
>         super.onCreate(savedInstanceState);
>         super.setIntegerProperty("loadUrlTimeoutValue", 70000);
>         super.loadUrl("file:///android_asset/www/index.html", 20000);
>         getWindow().addFlags(WindowManager.LayoutParams.FLAG_KEEP_SCREEN_ON);
>     }
> }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira