iOS EXC_BAD_ACCESS (SIGSEGV) on startup

Hi,

when starting my app sometimes the app crashes. After restarting one or two times it works. The logs all show the EXC_BAD_ACCESS (SIGSEGV) error. Do you have any idea what could course this issue?

Is this caused by a plugin?

I am using the following:

     <gap:plugin name="org.apache.cordova.splashscreen" version="0.3.3" />
<gap:plugin name="org.apache.cordova.device" />
<gap:plugin name="com.phonegap.plugin.statusbar" />
<gap:plugin name="com.phonegap.plugins.barcodescanner" />
<gap:plugin name="nl.x-services.plugins.ioswebviewcolor" />
<gap:plugin name="nl.x-services.plugins.socialsharing" version="4.3.8" />
<gap:plugin name="org.apache.cordova.inappbrowser" version="0.5.2" />
<gap:plugin name="com.inazar.datepicker" />
<gap:plugin name="com.phonegap.plugins.pushplugin" />
<gap:plugin name="com.ohh2ahh.plugins.appavailability" />
<gap:plugin name="com.adobe.plugins.gaplugin" />
<gap:plugin name="org.pushandplay.cordova.apprate" version="1.1.2" />
<gap:plugin name="de.appplant.cordova.plugin.local-notification" />
<gap:plugin name="com.verso.cordova.clipboard" />
<gap:plugin name="com.jchalan.cordova.ios.disableshaketoundo" />
<gap:plugin name="de.appplant.cordova.plugin.email-composer" version="0.8.1" />
<gap:plugin name="org.apache.cordova.camera" version="0.3.2" />
<gap:plugin name="org.apache.cordova.network-information" version="0.2.12" />
<gap:plugin name="com.ionic.keyboard" />

I have no idea how I should find the error or even debug this one…

How you solve the problem? i’m getting something similar right now on ios 8.1, sometimes app launch okay, but sometimes launches bad and turns off after splash screen. If repeating turn on application and fully close application about 3 or 5 times see that app turns off after splash screen and again repeat turn off and turn on it works again.

So somehow app turns off after splash screen, but that is sometimes, don’t have this problem in android phones