summaryrefslogtreecommitdiffstats
path: root/BUGS
diff options
context:
space:
mode:
authorRichard Jones <rjones@redhat.com>2009-05-08 11:37:42 +0100
committerRichard Jones <rjones@redhat.com>2009-05-08 11:37:42 +0100
commit28e18580c25809050ecc6acd55bf9fe35740ca66 (patch)
treef2ce3d37cd61a28eb5852daae6d5e45e04b80ea7 /BUGS
parent7310279bafaa24506c2381a486fe2be0a9cff931 (diff)
downloadlibguestfs-28e18580c25809050ecc6acd55bf9fe35740ca66.tar.gz
libguestfs-28e18580c25809050ecc6acd55bf9fe35740ca66.tar.xz
libguestfs-28e18580c25809050ecc6acd55bf9fe35740ca66.zip
Note another bug found when testing on Koji.
Diffstat (limited to 'BUGS')
-rw-r--r--BUGS5
1 files changed, 5 insertions, 0 deletions
diff --git a/BUGS b/BUGS
index 21df6b9e..60bb52e5 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.