Displaying 3 results from an estimated 3 matches for "dbus_connection_unref".
2009 Nov 04
0
bind segfault in conjunction with dbus - what to change?
...loaded serial 42
04-Nov-2009 16:58:15.018 zone
0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.
0.0.0.0.0.0.ip6.arpa/IN: loaded serial 1997022700
04-Nov-2009 16:58:15.023 zone localdomain/IN: loaded serial 42
04-Nov-2009 16:58:15.026 zone localhost/IN: loaded serial 42
process 13548: arguments to dbus_connection_unref() were incorrect,
assertion "c
onnection->generation == _dbus_current_generation" failed in file
dbus-connectio
n.c line 2615.
This is normally a bug in some application using the D-Bus library.
process 13548: arguments to dbus_connection_unref() were incorrect,
assertion "c
onnec...
2016 Oct 24
2
[PATCH] p2v: Inhibit power saving during the conversion.
...returned file descriptor %d\n", fd);
+#endif
+
+out:
+ if (pending != NULL)
+ dbus_pending_call_unref (pending);
+ if (msg != NULL)
+ dbus_message_unref (msg);
+
+ /* This is the system bus connection, so unref-ing it does not
+ * actually close it.
+ */
+ if (conn != NULL)
+ dbus_connection_unref (conn);
+
+ dbus_error_free (&err);
+
+ return fd;
+
+#else /* !HAVE_DBUS */
+#ifdef DEBUG_STDERR
+ fprintf (stderr, "warning: virt-p2v compiled without DBus support.\n");
+#endif
+ return -1;
+#endif
+}
diff --git a/p2v/p2v.h b/p2v/p2v.h
index 1282a17..86e2c50 100644
--- a/p2v/p2...
2019 Sep 10
3
[PATCH 0/2] Remove virt-p2v from libguestfs
Now that virt-p2v has its own repository [1] and releases [2], it is
time to remove it from libguestfs.
[1] https://github.com/libguestfs/virt-p2v
[2] http://download.libguestfs.org/virt-p2v/
Pino Toscano (2):
Remove virt-p2v
Remove remaining virt-p2v bits
.gitignore | 4 -
Makefile.am | 7 +-
bash/Makefile.am