capc0 opened a new issue #933: Chromium OOM while initializing 
CordovaWebViewEngine
URL: https://github.com/apache/cordova-android/issues/933
 
 
   # Bug Report
   
   ## Problem
   
   My ionic/cordova app crashes on a specific android device on startup with an 
out of memory exception from chromium.
   
   ### What is expected to happen?
   
   Cordova app starts up normally
   
   ### What does actually happen?
   
   Screen stays black for ~3 seconds, than the app crashes
   
   ## Information
   <!-- Include all relevant information that might help understand and 
reproduce the problem -->
   
   crash happens during initialization in ```CordovaWebViewImpl.java``` 
function ```createEngine```
   
   ```
   I/CordovaLog: Changing log level to DEBUG(3)
   I/CordovaActivity: Apache Cordova native platform version 8.0.0 is starting
   D/CordovaActivity: CordovaActivity.onCreate()
   W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 
'sessions_feature_enabled'.
   D/FirebasePerformance: Creating a new Verbose Session: 
f890d9e21e694ba4b1ff001097505c99
   W/FirebaseRemoteConfig: No value of type 'String' exists for parameter key 
'sessions_feature_enabled'.
   D/FirebasePerformance: Creating a new Non Verbose Session: 
2ea2618e4fee47eeb39c110dac8de59a
   V/FA: onActivityCreated
   D/CordovaActivity: test1
   D/CordovaWebViewImpl: test-a
       test-b
   D/CordovaWebViewImpl: test-c
   V/FA: Collection enabled
   V/FA: App package, google app id: xxxxxxx
   /FA: App measurement is starting up, version: 16250
       To enable debug logging run: adb shell setprop log.tag.FA VERBOSE
   I/FA: To enable faster debug mode event logging run:
         adb shell setprop debug.firebase.analytics.app xxxxxxx
   D/FA: Debug-level message logging enabled
   I/WebViewFactory: Loading com.android.chrome version 80.0.3987.132 (code 
398713202)
   I/FirebaseRemoteConfig: Fetch succeeded!
   V/FA: Connecting to remote service
   V/FA: Connection attempt already in progress
   I/cr_LibraryLoader: Loaded native library version number "80.0.3987.132"
   W/.xxxxxxx: Accessing hidden method 
Landroid/content/Context;->bindServiceAsUser(Landroid/content/Intent;Landroid/content/ServiceConnection;ILandroid/os/Handler;Landroid/os/UserHandle;)Z
 (light greylist, reflection)
   A/chromium: [FATAL:memory_linux.cc(37)] Out of memory.
   A/libc: Fatal signal 5 (SIGTRAP), code -6 (SI_TKILL) in tid 2444 (.xxxxxxx), 
pid 2444 (.xxxxxxx)
   ```
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   
   Its only reproducable on this one device, so I cant really tell :(
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you 
experiencing the issue? -->
   
   Android 9 (samsung galaxy tab a) 
   
   
   ### Version information
   <!-- 
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins 
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   
   Cordova native platform version 8.0.0
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org
For additional commands, e-mail: commits-h...@cordova.apache.org

Reply via email to