You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2020/03/17 11:38:36 UTC

[GitHub] [cordova] capc0 opened a new issue #205: Chromium OOM white initializing CordovaWebViewEngine

capc0 opened a new issue #205: Chromium OOM white initializing CordovaWebViewEngine
URL: https://github.com/apache/cordova/issues/205
 
 
   # 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:
users@infra.apache.org


With regards,
Apache Git Services

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


[GitHub] [cordova] capc0 commented on issue #205: Chromium OOM white initializing CordovaWebViewEngine

Posted by GitBox <gi...@apache.org>.
capc0 commented on issue #205: Chromium OOM white initializing CordovaWebViewEngine
URL: https://github.com/apache/cordova/issues/205#issuecomment-600027221
 
 
   After uninstalling all updates for chrome, the webview Version was resetted to 77.0.3865.92 and the app starts again. 

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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