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/01/19 08:34:47 UTC

[GitHub] [cordova-plugin-file] FredGr opened a new issue #372: cordova-file-plugin crashing

FredGr opened a new issue #372: cordova-file-plugin crashing
URL: https://github.com/apache/cordova-plugin-file/issues/372
 
 
   I am trying to use the Cordova-Plugin-File to save a persistant file on the internal storage of an Adroid tablet.
   The application crashes with the following messages :
   I/chromium(32554): [INFO:CONSOLE(57)] "[RECV] - File system open: persistent", source: file:///android_asset/www/js/aexsensor-util.js (57)
   I/chromium(32554): [INFO:CONSOLE(57)] "[RECV] - FileEntry is file?true", source: file:///android_asset/www/js/aexsensor-util.js (57)
   I/chromium(32554): [INFO:CONSOLE(57)] "[RECV] - fileWriter Created:", source: file:///android_asset/www/js/aexsensor-util.js (57)
   F/chromium(32554): [FATAL:jni_android.cc(249)] Please include Java exception stack in crash report
   E/chromium(  326): [0118/223044.477978:ERROR:memory_map.cc(159)] format error
   E/chromium(  343): [0118/223045.804149:ERROR:memory_map.cc(159)] format error
   10:36
   I tried both window.requestFileSystem(window.PERSISTENT, 0, function (fs)  and window.requestFileSystem(LocalFileSystem.PERSISTENT, 0, function (fs)
   But none of the works.
   The craches happen in the cordova.js file at
   10:37
   `var callbackId = service + cordova.callbackId++
    argsJson = JSON.stringify(args);
       if (success || fail) {
           cordova.callbacks[callbackId] = {success:success, fail:fail};
       }`
   Any idea how to solve this ?

----------------------------------------------------------------
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-plugin-file] timbru31 commented on issue #372: cordova-file-plugin crashing

Posted by GitBox <gi...@apache.org>.
timbru31 commented on issue #372: cordova-file-plugin crashing
URL: https://github.com/apache/cordova-plugin-file/issues/372#issuecomment-613077888
 
 
   Closing due to lack of feedback. If the issue persists, please open a new issue and follow the issue template, thanks!

----------------------------------------------------------------
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-plugin-file] breautek commented on issue #372: cordova-file-plugin crashing

Posted by GitBox <gi...@apache.org>.
breautek commented on issue #372: cordova-file-plugin crashing
URL: https://github.com/apache/cordova-plugin-file/issues/372#issuecomment-586102003
 
 
   Please edit your issue (or close this one and create a new one) and fill out the issue template. It provides us with necessary details to provide insight.

----------------------------------------------------------------
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-plugin-file] timbru31 closed issue #372: cordova-file-plugin crashing

Posted by GitBox <gi...@apache.org>.
timbru31 closed issue #372: cordova-file-plugin crashing
URL: https://github.com/apache/cordova-plugin-file/issues/372
 
 
   

----------------------------------------------------------------
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