faical194 / limbo-android

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

Creating HD image fails #36

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a new HD image using HDA or HDB option
2. Image is created fine
3. Without closing limbo start VM
4. Limbo crashes

What is the expected output? What do you see instead?
Limbo shouldn't crash right after

Please use labels and text to provide additional information.
Limbo is starting fine if user closes and reopens right after creating the HD 
image.

Original issue reported on code.google.com by ideal2i...@gmail.com on 2 May 2013 at 2:30

GoogleCodeExporter commented 8 years ago
This is due to the same library functions loaded twice for libqemu-img and 
libqemu-system-x86_64.so. Since libqemu-img dopesn't have any interfaces to 
Java (jni) it can run as a pure executable instead of loading it via JNI.

Original comment by ideal2i...@gmail.com on 2 May 2013 at 2:32