I'm developing an offline app where I have to save files in html5 
fs-sandbox. At desktop in Chrome everything works fine.

But my android device (Samsung Galaxy Tab 10.1 - OS 4.0.4) is crashing with 
10-12 
10:49:53.953: A/libc(9231): Fatal signal 11 (SIGSEGV) at 0x00000000 
(code=1)until I'm calling window.requestFileSystem(window.PERSISTENT, 
5*1024*1024, fsInit, errorHandler);

Even when using window.TEMPORARY and/or a lower size it causes the error.

I've already created a bugreport 
http://code.google.com/p/android/issues/detail?id=38420 but I'm hoping that 
anyone here can give me a hint how to solve it.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to