[Bug 1867519] Re: qemu 4.2 segfaults on VF detach

2020-08-20 Thread Thomas Huth
** Changed in: qemu Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1867519 Title: qemu 4.2 segfaults on VF detach Status in QEMU: Fix Released Status

[Bug 1867519] Re: qemu 4.2 segfaults on VF detach

2020-03-26 Thread Launchpad Bug Tracker
** Merge proposal linked: https://code.launchpad.net/~paelzer/ubuntu/+source/qemu/+git/qemu/+merge/381033 -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1867519 Title: qemu 4.2 segfaults on VF

[Bug 1867519] Re: qemu 4.2 segfaults on VF detach

2020-03-25 Thread Christian Ehrhardt 
** Merge proposal unlinked: https://code.launchpad.net/~paelzer/ubuntu/+source/qemu/+git/qemu/+merge/381033 -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1867519 Title: qemu 4.2 segfaults on

[Bug 1867519] Re: qemu 4.2 segfaults on VF detach

2020-03-24 Thread Launchpad Bug Tracker
** Merge proposal linked: https://code.launchpad.net/~paelzer/ubuntu/+source/qemu/+git/qemu/+merge/381033 -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1867519 Title: qemu 4.2 segfaults on VF

[Bug 1867519] Re: qemu 4.2 segfaults on VF detach

2020-03-23 Thread Christian Ehrhardt 
** Merge proposal unlinked: https://code.launchpad.net/~paelzer/ubuntu/+source/qemu/+git/qemu/+merge/381033 -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1867519 Title: qemu 4.2 segfaults on

[Bug 1867519] Re: qemu 4.2 segfaults on VF detach

2020-03-23 Thread Launchpad Bug Tracker
** Merge proposal linked: https://code.launchpad.net/~paelzer/ubuntu/+source/qemu/+git/qemu/+merge/381033 -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1867519 Title: qemu 4.2 segfaults on VF

[Bug 1867519] Re: qemu 4.2 segfaults on VF detach

2020-03-20 Thread Launchpad Bug Tracker
This bug was fixed in the package qemu - 1:4.2-3ubuntu3 --- qemu (1:4.2-3ubuntu3) focal; urgency=medium * d/p/stable/lp-1867519-*: Stabilize qemu 4.2 with upstream patches @qemu-stable (LP: #1867519) -- Christian Ehrhardt Wed, 18 Mar 2020 13:57:57 +0100 ** Changed in: qemu

[Bug 1867519] Re: qemu 4.2 segfaults on VF detach

2020-03-20 Thread Christian Ehrhardt 
** Changed in: qemu (Ubuntu) Status: Confirmed => Fix Committed -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1867519 Title: qemu 4.2 segfaults on VF detach Status in QEMU: Fix Committed

[Bug 1867519] Re: qemu 4.2 segfaults on VF detach

2020-03-19 Thread Launchpad Bug Tracker
** Merge proposal linked: https://code.launchpad.net/~paelzer/ubuntu/+source/qemu/+git/qemu/+merge/380874 -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1867519 Title: qemu 4.2 segfaults on VF

[Bug 1867519] Re: qemu 4.2 segfaults on VF detach

2020-03-19 Thread Christian Ehrhardt 
I regularly before a release pull in fixes that were posted for qemu-stable. This is one of them, I'll again do such a build and retest this issue with it. I identified and backported (only one needed modification) 33 patches. But as usual there might be some context needed on top - I have build

[Bug 1867519] Re: qemu 4.2 segfaults on VF detach

2020-03-18 Thread Mohammad Heib
Hi Christian, Yes, seems that the patch you mentioned fixing the issue i rebuilt the qemu with the patch and it's work fine now. Thank you guys. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU.

[Bug 1867519] Re: qemu 4.2 segfaults on VF detach

2020-03-18 Thread Daniel Berrange
That commit you mention is confirmed to solve a bug reported against Fedora with almost the same stack trace you see here. -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net/bugs/1867519 Title: qemu 4.2

[Bug 1867519] Re: qemu 4.2 segfaults on VF detach

2020-03-18 Thread Christian Ehrhardt 
Might be https://git.qemu.org/?p=qemu.git;a=commit;h=0446f8121723b134ca1d1ed0b73e96d4a0a8689d This would also match the backtrace path. ** Changed in: qemu Status: New => Fix Committed -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed

[Bug 1867519] Re: qemu 4.2 segfaults on VF detach

2020-03-18 Thread Christian Ehrhardt 
At the breaking function we have: 29 void notifier_remove(Notifier *notifier) 30 { 31 QLIST_REMOVE(notifier, node); 32 } (gdb) p notifier $1 = (Notifier *) 0x55d2f40c5078 (gdb) p *notifier $2 = {notify = 0x0, node = {le_next = 0x0, le_prev = 0x0}} And since QLIST_REMOVE

[Bug 1867519] Re: qemu 4.2 segfaults on VF detach

2020-03-18 Thread Mohammad Heib
Hi Christian, yes that exactly what we see in our tests, so are the logs that you asked for in comment#1 still needed? also if you fix it can you please provide us a link for a package or even a workaround until the issue resolved, since this issue stuck our QA from testing ASAP over Focal. --

[Bug 1867519] Re: qemu 4.2 segfaults on VF detach

2020-03-18 Thread Christian Ehrhardt 
I changed the bug task to Qemu (Ubuntu) as this isn't a libvirt error. I also added an upstream qemu task in case this is a known issue for the developers there. Someone might be able to point us at a known discussion/fix. The Backtrace I added in the last comment should help to identify known