When creating any type of vm, virt-manager will crash. Running it with the --debug flag shows a segment fault >/usr/share/virt-manager/virtinst/osdict.py:425: Warning: invalid unclassed pointer in cast to 'OsinfoList' > return list(_OsinfoIter(self._os.get_all_devices())) >** (virt-manager:36716): CRITICAL **: 04:37:30.535: osinfo_list_new_union: assertion 'OSINFO_IS_LIST(sourceOne)' failed >/usr/share/virt-manager/virtinst/osdict.py:425: Warning: g_object_unref: assertion 'G_IS_OBJECT (object)' failed > return list(_OsinfoIter(self._os.get_all_devices())) >** (virt-manager:36716): CRITICAL **: 04:37:30.535: osinfo_list_new_union: assertion 'OSINFO_IS_LIST(sourceOne)' failed >** (virt-manager:36716): CRITICAL **: 04:37:30.535: osinfo_list_new_union: assertion 'OSINFO_IS_LIST(sourceOne)' failed >** (virt-manager:36716): CRITICAL **: 04:37:30.535: osinfo_list_new_union: assertion 'OSINFO_IS_LIST(sourceOne)' failed
That log snippet appears to show an assertion failure, not a segmentation fault.
(In reply to Matthew Bakhtiari from comment #0) > When creating any type of vm, virt-manager will crash. Running it with the > --debug flag shows a segment fault > > > >/usr/share/virt-manager/virtinst/osdict.py:425: Warning: invalid unclassed pointer in cast to 'OsinfoList' > > return list(_OsinfoIter(self._os.get_all_devices())) > >** (virt-manager:36716): CRITICAL **: 04:37:30.535: osinfo_list_new_union: assertion 'OSINFO_IS_LIST(sourceOne)' failed > >/usr/share/virt-manager/virtinst/osdict.py:425: Warning: g_object_unref: assertion 'G_IS_OBJECT (object)' failed > > return list(_OsinfoIter(self._os.get_all_devices())) > >** (virt-manager:36716): CRITICAL **: 04:37:30.535: osinfo_list_new_union: assertion 'OSINFO_IS_LIST(sourceOne)' failed > >** (virt-manager:36716): CRITICAL **: 04:37:30.535: osinfo_list_new_union: assertion 'OSINFO_IS_LIST(sourceOne)' failed > >** (virt-manager:36716): CRITICAL **: 04:37:30.535: osinfo_list_new_union: assertion 'OSINFO_IS_LIST(sourceOne)' failed I had the same exact issue. Rebuilding sys-libs/libosinfo solved for me.