qemuDomainAttachDeviceLiveAndConfig
  if (virDomainDefCompatibleDevice(vm->def, dev_copy, NULL) < 0)

  -> virDomainDefCompatibleDevice
     # oldDev is the NULL above
     .oldInfo = virDomainDeviceGetInfo(oldDev),

     -> virDomainDeviceGetInfo
        # device is the NULL pointer
        switch ((virDomainDeviceType) device->type) {

This very likely is either fixed already or an effect of the stable
fixes lacking a dependent change.

Checking upstream vs stable branch ...

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1756915

Title:
  SIGSEGV on memory hotplug

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/libvirt/+bug/1756915/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to