Experimental recovery process should help with not cleaning up qemu.
[libguestfs.git] / BUGS
1 [guestfish] Built-in commands like 'alloc' and 'help' don't auto-complete.
2
3 [libguestfs] /tmp/libguestfs temporary directory is not cleaned up
4 sometimes.  This appears to happen (only?) if the main program
5 segfaults.
6
7 [libguestfs] qemu process not cleaned up occasionally.  This appears
8 to happen only if the main program or library segfaults, in which case
9 the atexit handler which would normally perform cleanup is not run.
10 sometimes.  This appears to happen (only?) if the main program
11 segfaults.
12 [testing a hacky fix to this]
13
14 [kernel?] Kernel boot times are significantly slower for Fedora 11/12
15 than for Fedora 10, like 2-3 times slower.  This greatly affects the
16 time it takes to launch the subprocess (although it does still work).
17 [fixed - was a KVM bug]
18
19 [java] Java bindings documentation messed up.  See:
20 http://java.sun.com/j2se/javadoc/writingdoccomments/