#0 0x00007fd8a7a3855f in log_v (ctx=0x562f76815000, level=LIBUSB_LOG_LEVEL_DEBUG, function=, format=0x7fd8a7a4893f "destroy device %d.%d", args=args@entry=0x7ffdceacca00) at ../../libusb/core.c:2653 [Error: core.c was not found in source tree] #1 0x00007fd8a7a387aa in usbi_log (ctx=, level=level@entry=LIBUSB_LOG_LEVEL_DEBUG, function=function@entry=0x7fd8a7a4ada0 <__func__.24.lto_priv.0> "libusb_unref_device", format=format@entry=0x7fd8a7a4893f "destroy device %d.%d") at ../../libusb/core.c:2663 [Error: core.c was not found in source tree] #2 0x00007fd8a7a3d700 in libusb_unref_device (dev=0x562f7681e480) at ../../libusb/core.c:1190 [Error: core.c was not found in source tree] #3 libusb_unref_device (dev=0x562f7681e480) at ../../libusb/core.c:1179 [Error: core.c was not found in source tree] #4 0x00007fd8a7dd32c7 in g_usb_device_dispose (object=0x562f7682d560) at ../gusb/gusb-device.c:87 [Error: gusb-device.c was not found in source tree] #5 0x00007fd8ab1aac81 in g_value_set_param (value=0x1, param=0x562f7682d560) at ../../../gobject/gparam.c:1468 [Error: gparam.c was not found in source tree] #6 0x0000000000000001 in ?? () #7 0x0000562f7682ad00 in ?? () #8 0x0000562f768011a0 in ?? () #9 0x0000562f767ff500 in ?? () #10 0x00007fd8ab3de040 in g_relation_exists (relation=0x3) at ../../../glib/deprecated/grel.c:549 [Error: grel.c was not found in source tree] #11 0x0000000000000001 in ?? () #12 0x0000562f752a5013 in ?? () #13 0x0000562f767eb4d0 in ?? () #14 0x0000562f767fe040 in ?? () #15 0x0000562f76806c40 in ?? () #16 0x0000562f767ff500 in ?? () #17 0x0000562f75299c26 in glib_autoptr_clear_GObject (_ptr=0x562f767ff500) at /usr/include/glib-2.0/gobject/gobject-autocleanups.h:27 [Error: gobject-autocleanups.h was not found in source tree] #18 glib_autoptr_clear_FprintManager (_ptr=0x562f767ff500) at ../src/fprintd.h:76 71: FPRINT_DEVICE_PERMISSION_SETUSERNAME = (1 << 2), /*< nick=net.reactivated.fprint.device.setusername >*/ 72: } FprintDevicePermission; 73: 74: /* Manager */ 75: #define FPRINT_TYPE_MANAGER (fprint_manager_get_type ()) 76: G_DECLARE_FINAL_TYPE (FprintManager, fprint_manager, FPRINT, MANAGER, GObject) 77: 78: struct _FprintManager 79: { 80: GObject parent; 81: }; #19 glib_autoptr_cleanup_FprintManager (_ptr=) at ../src/fprintd.h:76 71: FPRINT_DEVICE_PERMISSION_SETUSERNAME = (1 << 2), /*< nick=net.reactivated.fprint.device.setusername >*/ 72: } FprintDevicePermission; 73: 74: /* Manager */ 75: #define FPRINT_TYPE_MANAGER (fprint_manager_get_type ()) 76: G_DECLARE_FINAL_TYPE (FprintManager, fprint_manager, FPRINT, MANAGER, GObject) 77: 78: struct _FprintManager 79: { 80: GObject parent; 81: }; #20 main (argc=, argv=) at ../src/main.c:155 150: main (int argc, char **argv) 151: { 152: g_autoptr(GOptionContext) context = NULL; 153: g_autoptr(GMainLoop) loop = NULL; 154: g_autoptr(GError) error = NULL; 155: g_autoptr(FprintManager) manager = NULL; 156: g_autoptr(GDBusConnection) connection = NULL; 157: guint32 request_name_ret; 158: 159: setlocale (LC_ALL, ""); 160: