[Bug 1303926] Re: qemu-system-x86_64 crashed with SIGABRT

Serge Hallyn 1303926 at bugs.launchpad.net
Wed Apr 9 01:03:17 UTC 2014


Pretty sure that commit b533f658a98325d0e47b36113bd9f5bcc046fdae is the
first bad commit.

This is interesting.  The commit is correct in that kvm_vm_ioctl()
returns -errno, not -1, on error.  However, the caller,
kvm_physical_sync_dirty_bitmap, on seeing the error, shortcuts some
extra errors to return -1 itself, but its caller then ignores its error.

An extra debug statement shows that the ioctl is getting

ioctl failed: No such file or directory

-- 
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to qemu in Ubuntu.
https://bugs.launchpad.net/bugs/1303926

Title:
  qemu-system-x86_64 crashed with SIGABRT

To manage notifications about this bug go to:
https://bugs.launchpad.net/qemu/+bug/1303926/+subscriptions



More information about the Ubuntu-server-bugs mailing list