From: Richard Jones Date: Fri, 8 May 2009 10:37:42 +0000 (+0100) Subject: Note another bug found when testing on Koji. X-Git-Tag: 1.0.22~16 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=28e18580c25809050ecc6acd55bf9fe35740ca66;ds=sidebyside Note another bug found when testing on Koji. --- diff --git a/BUGS b/BUGS index 21df6b9..60bb52e 100644 --- a/BUGS +++ b/BUGS @@ -44,3 +44,8 @@ configures the inspector. (eg. if perl-Sys-Virt is missing). [build] "exec: chroot not found" Setting PATH to include /usr/sbin solves this temporarily. + +[libguestfs] FileOut parameters can cause +"internal error: reply callback called twice" +This bug is rare but well-understood. Unfortunately it's also +quite hard to fix cleanly.