rrevanth / limbo-android

Automatically exported from code.google.com/p/limbo-android
GNU General Public License v2.0
0 stars 0 forks source link

File writing problems #11

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. copy files from a cd image to the hdd
2. see it fail (android 2.2)

What is the expected output? What do you see instead?
after copying a bit of a file, an error about write errors pops up.

What version of the product are you using? On what operating system?
newest on android 2.2 / motorola milestone

Please provide any additional information below.
-

Original issue reported on code.google.com by origamih...@gmail.com on 22 Oct 2012 at 5:59

GoogleCodeExporter commented 9 years ago
I tried using the same image files on another android device with 2.3, where it 
worked fine. Could be device or version specific.

Original comment by origamih...@gmail.com on 23 Oct 2012 at 10:39

GoogleCodeExporter commented 9 years ago
This sounds like a known issue with Limbo due to gthread memory allocation 
g_free(). The new release is using sigaltstack instead of gthread which should 
fix this issue. This is planned for next version 0.9.3.

Original comment by ideal2i...@gmail.com on 28 Oct 2012 at 7:33

GoogleCodeExporter commented 9 years ago
Keeping issue open till release of 0.9.3

Original comment by ideal2i...@gmail.com on 28 Oct 2012 at 7:46

GoogleCodeExporter commented 9 years ago
Thanks for your reply! Limbo is great at what it does on other devices, so
I'm looking forward to this fix. Keep it up! ;)

Original comment by origamih...@gmail.com on 29 Oct 2012 at 9:12

GoogleCodeExporter commented 9 years ago
Ver 0.9.3 is released closing this issue

Original comment by ideal2i...@gmail.com on 4 Nov 2012 at 5:04