Skip to content
Snippets Groups Projects
user avatar
Nikos Skalkotos authored
In Guestfs you get notifications about progress on some functions like
launch() by registring callback functions. When using guestfs from python,
this is fragile. If the callback functions raises an exception, you end up
with segmentation fault. It is better to completely remove the progress
monitoring from launch().
923d52df