X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=BUGS;h=ced605f9c291bf59fdded9144e85222237fa14c2;hp=fd50c0ef29de0cfc22d339ff009dcc84c5f3cbe1;hb=ad8a256f54a6cb99f89bb444c8597a152a793dce;hpb=68b7076d4b61f00c5a2fd9282f0a3c59d429c7df diff --git a/BUGS b/BUGS index fd50c0e..ced605f 100644 --- a/BUGS +++ b/BUGS @@ -1,27 +1,16 @@ -[guestfish] Built-in commands like 'alloc' and 'help' don't auto-complete. +Please note: This file used to contain a list of bugs. Bugs in +libguestfs are now tracked in Red Hat's Bugzilla. -[libguestfs] /tmp/libguestfs temporary directory is not cleaned up -sometimes. This appears to happen (only?) if the main program -segfaults. +To get a list of bugs against libguestfs use this link: -[libguestfs] qemu process not cleaned up occasionally. This appears -to happen only if the main program or library segfaults, in which case -the atexit handler which would normally perform cleanup is not run. -sometimes. This appears to happen (only?) if the main program -segfaults. -[testing a hacky fix to this] +https://bugzilla.redhat.com/buglist.cgi?component=libguestfs&product=Virtualization+Tools -[kernel?] Kernel boot times are significantly slower for Fedora 11/12 -than for Fedora 10, like 2-3 times slower. This greatly affects the -time it takes to launch the subprocess (although it does still work). -[fixed - was a KVM bug] +To report a new bug against libguestfs use this link: -[java] Java bindings documentation messed up. See: -http://java.sun.com/j2se/javadoc/writingdoccomments/ +https://bugzilla.redhat.com/enter_bug.cgi?component=libguestfs&product=Virtualization+Tools -[libguestfs] If qemu process is a shell script, then it is not cleaned -up correctly, even on "good" exit. This is because we need to set up -a new process group (see commented code for doing setpgid). +When reporting a bug, please check: -[libguestfs] Some occasional data corruption, certainly on tgz-out. -Try using tgz-out on a very large directory. + - That the bug hasn't been reported already. + - That you are testing a recent version. + - Describe the bug accurately, and give a way to reproduce it.