[Bug 1285505] Re: [ppa 2.0~git-20140225] SIGABRT with -virtfs

2016-10-27 Thread Thomas Huth
If I get the last two comments right, the problem was only about the Ubuntu PPA package, so I'm closing this for upstream QEMU, too. If you still have problems with upstream QEMU here, please feel free to open the ticket again. ** Changed in: qemu Status: New => Invalid -- You received

[Bug 1285505] Re: [ppa 2.0~git-20140225] SIGABRT with -virtfs

2014-03-04 Thread Serge Hallyn
@pitti, the version now in ppa should fix your virtfs problem. ** Changed in: qemu (Ubuntu) Status: Triaged = Fix Committed -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu.

[Bug 1285505] Re: [ppa 2.0~git-20140225] SIGABRT with -virtfs

2014-03-04 Thread Martin Pitt
Confirmed, this works now. Thanks! Closing, as this only affected the PPA. ** Changed in: qemu (Ubuntu) Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu.

[Bug 1285505] Re: [ppa 2.0~git-20140225] SIGABRT with -virtfs

2014-03-04 Thread Martin Pitt
Confirmed, this works now. Thanks! Closing, as this only affected the PPA. ** Changed in: qemu (Ubuntu) Status: Fix Committed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1285505] Re: [ppa 2.0~git-20140225] SIGABRT with -virtfs

2014-03-04 Thread Serge Hallyn
@pitti, the version now in ppa should fix your virtfs problem. ** Changed in: qemu (Ubuntu) Status: Triaged = Fix Committed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1285505 Title:

[Bug 1285505] Re: [ppa 2.0~git-20140225] SIGABRT with -virtfs

2014-02-28 Thread Serge Hallyn
Thanks, trivially reproduced. Will bisect. ** Changed in: qemu (Ubuntu) Importance: Undecided = High ** Changed in: qemu (Ubuntu) Status: New = Triaged -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu in Ubuntu.

[Bug 1285505] Re: [ppa 2.0~git-20140225] SIGABRT with -virtfs

2014-02-28 Thread Peter Maydell
Actually, the interesting bit of the stack trace starts just below where you cut it off, because object_initialize_with_type() is just asserting that it wasn't called with a NULL pointer, so what we really want to know is what the caller was... -- You received this bug notification because you

Re: [Bug 1285505] Re: [ppa 2.0~git-20140225] SIGABRT with -virtfs

2014-02-28 Thread Serge Hallyn
Hm, sadly bisect gives me: ubuntu@c-trusty-0:~/qemu$ git bisect good ba1183da9a10b94611cad88c44a5c6df005f9b55 is the first bad commit commit ba1183da9a10b94611cad88c44a5c6df005f9b55 Author: Fam Zheng f...@redhat.com Date: Mon Feb 10 14:48:52 2014 +0800 rules.mak: fix $(obj) to a real

Re: [Bug 1285505] Re: [ppa 2.0~git-20140225] SIGABRT with -virtfs

2014-02-28 Thread Serge Hallyn
gdb stack dump: Program received signal SIGABRT, Aborted. 0x72849f79 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 56 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory. (gdb) where #0 0x72849f79 in __GI_raise

[Bug 1285505] Re: [ppa 2.0~git-20140225] SIGABRT with -virtfs

2014-02-28 Thread Serge Hallyn
type passed to type_get_by_name() was virtio-9p-device. It returned NULL. Looking at the compile output, in fact ./hw/9pfs/virtio-9p-device.o did not get compiled after commit ba1183da9a10b94611cad88c44a5c6df005f9b55. -- You received this bug notification because you are a member of Ubuntu

[Bug 1285505] Re: [ppa 2.0~git-20140225] SIGABRT with -virtfs

2014-02-28 Thread Serge Hallyn
Thanks, trivially reproduced. Will bisect. ** Changed in: qemu (Ubuntu) Importance: Undecided = High ** Changed in: qemu (Ubuntu) Status: New = Triaged -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1285505] Re: [ppa 2.0~git-20140225] SIGABRT with -virtfs

2014-02-28 Thread Peter Maydell
Actually, the interesting bit of the stack trace starts just below where you cut it off, because object_initialize_with_type() is just asserting that it wasn't called with a NULL pointer, so what we really want to know is what the caller was... -- You received this bug notification because you

Re: [Bug 1285505] Re: [ppa 2.0~git-20140225] SIGABRT with -virtfs

2014-02-28 Thread Serge Hallyn
gdb stack dump: Program received signal SIGABRT, Aborted. 0x72849f79 in __GI_raise (sig=sig@entry=6) at ../nptl/sysdeps/unix/sysv/linux/raise.c:56 56 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory. (gdb) where #0 0x72849f79 in __GI_raise

Re: [Bug 1285505] Re: [ppa 2.0~git-20140225] SIGABRT with -virtfs

2014-02-28 Thread Serge Hallyn
Hm, sadly bisect gives me: ubuntu@c-trusty-0:~/qemu$ git bisect good ba1183da9a10b94611cad88c44a5c6df005f9b55 is the first bad commit commit ba1183da9a10b94611cad88c44a5c6df005f9b55 Author: Fam Zheng f...@redhat.com Date: Mon Feb 10 14:48:52 2014 +0800 rules.mak: fix $(obj) to a real

[Bug 1285505] Re: [ppa 2.0~git-20140225] SIGABRT with -virtfs

2014-02-28 Thread Serge Hallyn
type passed to type_get_by_name() was virtio-9p-device. It returned NULL. Looking at the compile output, in fact ./hw/9pfs/virtio-9p-device.o did not get compiled after commit ba1183da9a10b94611cad88c44a5c6df005f9b55. -- You received this bug notification because you are a member of Ubuntu

[Bug 1285505] Re: [ppa 2.0~git-20140225] SIGABRT with -virtfs

2014-02-27 Thread Serge Hallyn
** Also affects: qemu Importance: Undecided Status: New -- 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/1285505 Title: [ppa 2.0~git-20140225] SIGABRT with -virtfs To manage

[Bug 1285505] Re: [ppa 2.0~git-20140225] SIGABRT with -virtfs

2014-02-27 Thread Serge Hallyn
** Also affects: qemu Importance: Undecided Status: New -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1285505 Title: [ppa 2.0~git-20140225] SIGABRT with -virtfs To manage notifications