[ https://issues.apache.org/jira/browse/CB-998?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13405989#comment-13405989 ]
Simon MacDonald commented on CB-998: ------------------------------------ Hmmm...that's the dreaded signal 11/segmentation fault crash. Not much information there other than things are bad, really bad. I've created a 480x800 png and tested it on my Galaxy S and Galaxy Note and it works fine. Sorry I don't have access to a S2 or S3. Could you provide the .png that causes the crash? Maybe I can figure out something from it. > Setting a splash screen crashes Galaxy S2/S3 (But not galaxy S) > --------------------------------------------------------------- > > Key: CB-998 > URL: https://issues.apache.org/jira/browse/CB-998 > Project: Apache Cordova > Issue Type: Bug > Components: Android, CordovaJS > Affects Versions: 1.3.0, 1.6.1, 1.8.0, 1.9.0 > Environment: Galaxy S2, Galaxy S3 > Reporter: Stefan Kendall > Assignee: Joe Bowser > > In all drawable* folders, I have a 480x800 png that is not 9-patch. The > following causes a SIGNAL 11 crash on boot on Galaxy S2 and S3. A Galaxy S > does not seem to crash on boot. > public class App extends DroidGap { > @Override > public void onCreate(Bundle savedInstanceState) { > super.onCreate(savedInstanceState); > super.setIntegerProperty("loadUrlTimeoutValue", 70000); > super.setIntegerProperty("splashscreen", R.drawable.splash); > int TEN_SECONDS = 10000; > super.loadUrl("file:///android_asset/www/index.html", TEN_SECONDS); > } > } -- 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