window.webkitRequestFileSystem(window.PERSISTENT, 0, function(fs) {}, function (error) {});
Wikitude crashes with this error:
03-25 15:32:39.945: A/libc(9025): Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1), thread 9052 (WebViewCoreThre)
Is it normal?
A
Andreas Fötschl
said
about 9 years ago
Hi Roberto!
Quite strange behavior. Following information is required to have a closer look at your finding, although involved component appears to be an Android native one
- Environment: Android OS Version, Device - Reproducible on other devices? - SDK use: PhoneGap, Titanium, native - A sample code/project so we can forward internally (please send it to android (at) wikitude.com, subject "webkitRequestFileSystem & Wikitude crashes")
Thanks a lot for your help.
Kind regards, Andreas
R
Roberto Viola
said
about 9 years ago
Hi, i've already seny you a simple project by mail.
I'm using a GT-P5110 with Android 4.1.1.
I haven't test it on other devices.
I'm using Phonegap 3.3.0 with the lastest phonegap plugin and the lastest wikitude version (3.2.1).
Roberto Viola