All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1721220] [NEW] qemu crashes with assertion error `!mr->container' failed
@ 2017-10-04 10:08 R.Nageswara Sastry
  2017-10-04 10:14 ` [Qemu-devel] [Bug 1721220] Re: qemu crashes with signal 6 " R.Nageswara Sastry
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: R.Nageswara Sastry @ 2017-10-04 10:08 UTC (permalink / raw)
  To: qemu-devel

Public bug reported:

Re-production steps:
git clone today's qemu git tree (4th Oct 2017)
./configure --target-list=ppc64-softmmu && make -j 8

Run the device-crash-test from scripts folder, seeing the following
error

INFO: running test case: machine=bamboo binary=ppc64-softmmu/qemu-system-ppc64 device=pcie-pci-bridge accel=kvm
WARNING: qemu received signal -6: ppc64-softmmu/qemu-system-ppc64 -chardev socket,id=mon,path=/var/tmp/qemu-30972-monitor.sock -mon chardev=mon,mode=control -display none -vga none -S -machine bamboo,accel=kvm -device pcie-pci-bridge
CRITICAL: failed: machine=bamboo binary=ppc64-softmmu/qemu-system-ppc64 device=pcie-pci-bridge accel=kvm
CRITICAL: cmdline: ppc64-softmmu/qemu-system-ppc64 -S -machine bamboo,accel=kvm -device pcie-pci-bridge
CRITICAL: log: qemu-system-ppc64: /home/nasastry/qemu/memory.c:1699: memory_region_finalize: Assertion `!mr->container' failed.
CRITICAL: log: warning: KVM does not support watchdog
CRITICAL: exit code: -6

** Affects: qemu
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1721220

Title:
  qemu crashes with assertion error `!mr->container' failed

Status in QEMU:
  New

Bug description:
  Re-production steps:
  git clone today's qemu git tree (4th Oct 2017)
  ./configure --target-list=ppc64-softmmu && make -j 8

  Run the device-crash-test from scripts folder, seeing the following
  error

  INFO: running test case: machine=bamboo binary=ppc64-softmmu/qemu-system-ppc64 device=pcie-pci-bridge accel=kvm
  WARNING: qemu received signal -6: ppc64-softmmu/qemu-system-ppc64 -chardev socket,id=mon,path=/var/tmp/qemu-30972-monitor.sock -mon chardev=mon,mode=control -display none -vga none -S -machine bamboo,accel=kvm -device pcie-pci-bridge
  CRITICAL: failed: machine=bamboo binary=ppc64-softmmu/qemu-system-ppc64 device=pcie-pci-bridge accel=kvm
  CRITICAL: cmdline: ppc64-softmmu/qemu-system-ppc64 -S -machine bamboo,accel=kvm -device pcie-pci-bridge
  CRITICAL: log: qemu-system-ppc64: /home/nasastry/qemu/memory.c:1699: memory_region_finalize: Assertion `!mr->container' failed.
  CRITICAL: log: warning: KVM does not support watchdog
  CRITICAL: exit code: -6

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Qemu-devel] [Bug 1721220] Re: qemu crashes with signal 6 with assertion error `!mr->container' failed
  2017-10-04 10:08 [Qemu-devel] [Bug 1721220] [NEW] qemu crashes with assertion error `!mr->container' failed R.Nageswara Sastry
@ 2017-10-04 10:14 ` R.Nageswara Sastry
  2017-10-04 11:08 ` [Qemu-devel] [Bug 1721220] Re: qemu crashes " Thomas Huth
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: R.Nageswara Sastry @ 2017-10-04 10:14 UTC (permalink / raw)
  To: qemu-devel

** Summary changed:

- qemu crashes with signal 6 when tried with -machine bamboo,accel=kvm -device pcie-pci-bridge
+ qemu crashes with signal 6 with assertion error `!mr->container' failed

** Summary changed:

- qemu crashes with signal 6 with assertion error `!mr->container' failed
+ qemu crashes with assertion error `!mr->container' failed

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1721220

Title:
  qemu crashes with assertion error `!mr->container' failed

Status in QEMU:
  New

Bug description:
  Re-production steps:
  git clone today's qemu git tree (4th Oct 2017)
  ./configure --target-list=ppc64-softmmu && make -j 8

  Run the device-crash-test from scripts folder, seeing the following
  error

  INFO: running test case: machine=bamboo binary=ppc64-softmmu/qemu-system-ppc64 device=pcie-pci-bridge accel=kvm
  WARNING: qemu received signal -6: ppc64-softmmu/qemu-system-ppc64 -chardev socket,id=mon,path=/var/tmp/qemu-30972-monitor.sock -mon chardev=mon,mode=control -display none -vga none -S -machine bamboo,accel=kvm -device pcie-pci-bridge
  CRITICAL: failed: machine=bamboo binary=ppc64-softmmu/qemu-system-ppc64 device=pcie-pci-bridge accel=kvm
  CRITICAL: cmdline: ppc64-softmmu/qemu-system-ppc64 -S -machine bamboo,accel=kvm -device pcie-pci-bridge
  CRITICAL: log: qemu-system-ppc64: /home/nasastry/qemu/memory.c:1699: memory_region_finalize: Assertion `!mr->container' failed.
  CRITICAL: log: warning: KVM does not support watchdog
  CRITICAL: exit code: -6

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Qemu-devel] [Bug 1721220] Re: qemu crashes with assertion error `!mr->container' failed
  2017-10-04 10:08 [Qemu-devel] [Bug 1721220] [NEW] qemu crashes with assertion error `!mr->container' failed R.Nageswara Sastry
  2017-10-04 10:14 ` [Qemu-devel] [Bug 1721220] Re: qemu crashes with signal 6 " R.Nageswara Sastry
@ 2017-10-04 11:08 ` Thomas Huth
  2017-10-04 13:15 ` R.Nageswara Sastry
  2018-01-08 18:49 ` Murilo Opsfelder Araújo
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2017-10-04 11:08 UTC (permalink / raw)
  To: qemu-devel

I think this should be fixed by this patch here:
https://lists.gnu.org/archive/html/qemu-devel/2017-09/msg06696.html
("hw/pci-bridge/pcie_pci_bridge: properly handle MSI unavailability case")

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1721220

Title:
  qemu crashes with assertion error `!mr->container' failed

Status in QEMU:
  New

Bug description:
  Re-production steps:
  git clone today's qemu git tree (4th Oct 2017)
  ./configure --target-list=ppc64-softmmu && make -j 8

  Run the device-crash-test from scripts folder, seeing the following
  error

  INFO: running test case: machine=bamboo binary=ppc64-softmmu/qemu-system-ppc64 device=pcie-pci-bridge accel=kvm
  WARNING: qemu received signal -6: ppc64-softmmu/qemu-system-ppc64 -chardev socket,id=mon,path=/var/tmp/qemu-30972-monitor.sock -mon chardev=mon,mode=control -display none -vga none -S -machine bamboo,accel=kvm -device pcie-pci-bridge
  CRITICAL: failed: machine=bamboo binary=ppc64-softmmu/qemu-system-ppc64 device=pcie-pci-bridge accel=kvm
  CRITICAL: cmdline: ppc64-softmmu/qemu-system-ppc64 -S -machine bamboo,accel=kvm -device pcie-pci-bridge
  CRITICAL: log: qemu-system-ppc64: /home/nasastry/qemu/memory.c:1699: memory_region_finalize: Assertion `!mr->container' failed.
  CRITICAL: log: warning: KVM does not support watchdog
  CRITICAL: exit code: -6

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Qemu-devel] [Bug 1721220] Re: qemu crashes with assertion error `!mr->container' failed
  2017-10-04 10:08 [Qemu-devel] [Bug 1721220] [NEW] qemu crashes with assertion error `!mr->container' failed R.Nageswara Sastry
  2017-10-04 10:14 ` [Qemu-devel] [Bug 1721220] Re: qemu crashes with signal 6 " R.Nageswara Sastry
  2017-10-04 11:08 ` [Qemu-devel] [Bug 1721220] Re: qemu crashes " Thomas Huth
@ 2017-10-04 13:15 ` R.Nageswara Sastry
  2018-01-08 18:49 ` Murilo Opsfelder Araújo
  3 siblings, 0 replies; 5+ messages in thread
From: R.Nageswara Sastry @ 2017-10-04 13:15 UTC (permalink / raw)
  To: qemu-devel

With the mentioned patch not seeing the Abort.

# ppc64-softmmu/qemu-system-ppc64 -S -machine bamboo,accel=kvm -device pcie-pci-bridge
gtk initialization failed
warning: KVM does not support watchdog

Thanks!!

-- 
You received this bug notification because you are a member of qemu-
devel-ml, which is subscribed to QEMU.
https://bugs.launchpad.net/bugs/1721220

Title:
  qemu crashes with assertion error `!mr->container' failed

Status in QEMU:
  New

Bug description:
  Re-production steps:
  git clone today's qemu git tree (4th Oct 2017)
  ./configure --target-list=ppc64-softmmu && make -j 8

  Run the device-crash-test from scripts folder, seeing the following
  error

  INFO: running test case: machine=bamboo binary=ppc64-softmmu/qemu-system-ppc64 device=pcie-pci-bridge accel=kvm
  WARNING: qemu received signal -6: ppc64-softmmu/qemu-system-ppc64 -chardev socket,id=mon,path=/var/tmp/qemu-30972-monitor.sock -mon chardev=mon,mode=control -display none -vga none -S -machine bamboo,accel=kvm -device pcie-pci-bridge
  CRITICAL: failed: machine=bamboo binary=ppc64-softmmu/qemu-system-ppc64 device=pcie-pci-bridge accel=kvm
  CRITICAL: cmdline: ppc64-softmmu/qemu-system-ppc64 -S -machine bamboo,accel=kvm -device pcie-pci-bridge
  CRITICAL: log: qemu-system-ppc64: /home/nasastry/qemu/memory.c:1699: memory_region_finalize: Assertion `!mr->container' failed.
  CRITICAL: log: warning: KVM does not support watchdog
  CRITICAL: exit code: -6

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Qemu-devel] [Bug 1721220] Re: qemu crashes with assertion error `!mr->container' failed
  2017-10-04 10:08 [Qemu-devel] [Bug 1721220] [NEW] qemu crashes with assertion error `!mr->container' failed R.Nageswara Sastry
                   ` (2 preceding siblings ...)
  2017-10-04 13:15 ` R.Nageswara Sastry
@ 2018-01-08 18:49 ` Murilo Opsfelder Araújo
  3 siblings, 0 replies; 5+ messages in thread
From: Murilo Opsfelder Araújo @ 2018-01-08 18:49 UTC (permalink / raw)
  To: qemu-devel

As per previous comments, this bug was fixed by commit
https://git.qemu.org/?p=qemu.git;a=commitdiff;h=d659d94013390238961fac741572306c95496bf5
(released in QEMU v2.11.0):

commit d659d94013390238961fac741572306c95496bf5
Author: Aleksandr Bezzubikov <zuban32s@gmail.com>
Date:   Mon Sep 25 02:21:58 2017 +0300

    hw/pci-bridge/pcie_pci_bridge: properly handle MSI unavailability
case

** Changed in: qemu
       Status: New => 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/1721220

Title:
  qemu crashes with assertion error `!mr->container' failed

Status in QEMU:
  Fix Released

Bug description:
  Re-production steps:
  git clone today's qemu git tree (4th Oct 2017)
  ./configure --target-list=ppc64-softmmu && make -j 8

  Run the device-crash-test from scripts folder, seeing the following
  error

  INFO: running test case: machine=bamboo binary=ppc64-softmmu/qemu-system-ppc64 device=pcie-pci-bridge accel=kvm
  WARNING: qemu received signal -6: ppc64-softmmu/qemu-system-ppc64 -chardev socket,id=mon,path=/var/tmp/qemu-30972-monitor.sock -mon chardev=mon,mode=control -display none -vga none -S -machine bamboo,accel=kvm -device pcie-pci-bridge
  CRITICAL: failed: machine=bamboo binary=ppc64-softmmu/qemu-system-ppc64 device=pcie-pci-bridge accel=kvm
  CRITICAL: cmdline: ppc64-softmmu/qemu-system-ppc64 -S -machine bamboo,accel=kvm -device pcie-pci-bridge
  CRITICAL: log: qemu-system-ppc64: /home/nasastry/qemu/memory.c:1699: memory_region_finalize: Assertion `!mr->container' failed.
  CRITICAL: log: warning: KVM does not support watchdog
  CRITICAL: exit code: -6

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

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2018-01-08 19:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-04 10:08 [Qemu-devel] [Bug 1721220] [NEW] qemu crashes with assertion error `!mr->container' failed R.Nageswara Sastry
2017-10-04 10:14 ` [Qemu-devel] [Bug 1721220] Re: qemu crashes with signal 6 " R.Nageswara Sastry
2017-10-04 11:08 ` [Qemu-devel] [Bug 1721220] Re: qemu crashes " Thomas Huth
2017-10-04 13:15 ` R.Nageswara Sastry
2018-01-08 18:49 ` Murilo Opsfelder Araújo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.