All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1721224] [NEW] qemu crashes with Assertion `!bus->dma[0] && !bus->dma[1]' failed
@ 2017-10-04 10:20 R.Nageswara Sastry
  2017-10-04 13:44 ` Thomas Huth
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: R.Nageswara Sastry @ 2017-10-04 10:20 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=prep binary=ppc64-softmmu/qemu-system-ppc64 device=i82374 accel=tcg
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 prep,accel=tcg -device i82374
CRITICAL: failed: machine=prep binary=ppc64-softmmu/qemu-system-ppc64 device=i82374 accel=tcg
CRITICAL: cmdline: ppc64-softmmu/qemu-system-ppc64 -S -machine prep,accel=tcg -device i82374
CRITICAL: log: qemu-system-ppc64: hw/isa/isa-bus.c:110: isa_bus_dma: Assertion `!bus->dma[0] && !bus->dma[1]' failed.
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/1721224

Title:
  qemu crashes with Assertion `!bus->dma[0] && !bus->dma[1]' 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=prep binary=ppc64-softmmu/qemu-system-ppc64 device=i82374 accel=tcg
  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 prep,accel=tcg -device i82374
  CRITICAL: failed: machine=prep binary=ppc64-softmmu/qemu-system-ppc64 device=i82374 accel=tcg
  CRITICAL: cmdline: ppc64-softmmu/qemu-system-ppc64 -S -machine prep,accel=tcg -device i82374
  CRITICAL: log: qemu-system-ppc64: hw/isa/isa-bus.c:110: isa_bus_dma: Assertion `!bus->dma[0] && !bus->dma[1]' failed.
  CRITICAL: exit code: -6

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

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

* Re: [Qemu-devel] [Bug 1721224] [NEW] qemu crashes with Assertion `!bus->dma[0] && !bus->dma[1]' failed
  2017-10-04 10:20 [Qemu-devel] [Bug 1721224] [NEW] qemu crashes with Assertion `!bus->dma[0] && !bus->dma[1]' failed R.Nageswara Sastry
@ 2017-10-04 13:44 ` Thomas Huth
  2017-11-24 14:01 ` [Qemu-devel] [Bug 1721224] " Eduardo Otubo
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2017-10-04 13:44 UTC (permalink / raw)
  To: Bug 1721224, qemu-devel; +Cc: R.Nageswara Sastry, Eduardo Otubo

On 04.10.2017 12:20, R.Nageswara Sastry wrote:
> 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=prep binary=ppc64-softmmu/qemu-system-ppc64 device=i82374 accel=tcg
> 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 prep,accel=tcg -device i82374
> CRITICAL: failed: machine=prep binary=ppc64-softmmu/qemu-system-ppc64 device=i82374 accel=tcg
> CRITICAL: cmdline: ppc64-softmmu/qemu-system-ppc64 -S -machine prep,accel=tcg -device i82374
> CRITICAL: log: qemu-system-ppc64: hw/isa/isa-bus.c:110: isa_bus_dma: Assertion `!bus->dma[0] && !bus->dma[1]' failed.
> CRITICAL: exit code: -6

Eduardo is working on a patch for this, see:
https://lists.gnu.org/archive/html/qemu-devel/2017-09/msg08007.html
("dma/i82374: avoid double creation of i82374 device")

 Thomas

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

* [Qemu-devel] [Bug 1721224] Re: qemu crashes with Assertion `!bus->dma[0] && !bus->dma[1]' failed
  2017-10-04 10:20 [Qemu-devel] [Bug 1721224] [NEW] qemu crashes with Assertion `!bus->dma[0] && !bus->dma[1]' failed R.Nageswara Sastry
  2017-10-04 13:44 ` Thomas Huth
@ 2017-11-24 14:01 ` Eduardo Otubo
  2018-03-26 11:33 ` Eduardo Otubo
  2018-04-26  5:56 ` Thomas Huth
  3 siblings, 0 replies; 5+ messages in thread
From: Eduardo Otubo @ 2017-11-24 14:01 UTC (permalink / raw)
  To: qemu-devel

v2 patch posted on list and waiting for review:

https://lists.gnu.org/archive/html/qemu-devel/2017-11/msg04604.html
[PATCHv3] dma/i82374: avoid double creation of i82374 device

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

Title:
  qemu crashes with Assertion `!bus->dma[0] && !bus->dma[1]' 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=prep binary=ppc64-softmmu/qemu-system-ppc64 device=i82374 accel=tcg
  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 prep,accel=tcg -device i82374
  CRITICAL: failed: machine=prep binary=ppc64-softmmu/qemu-system-ppc64 device=i82374 accel=tcg
  CRITICAL: cmdline: ppc64-softmmu/qemu-system-ppc64 -S -machine prep,accel=tcg -device i82374
  CRITICAL: log: qemu-system-ppc64: hw/isa/isa-bus.c:110: isa_bus_dma: Assertion `!bus->dma[0] && !bus->dma[1]' failed.
  CRITICAL: exit code: -6

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

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

* [Qemu-devel] [Bug 1721224] Re: qemu crashes with Assertion `!bus->dma[0] && !bus->dma[1]' failed
  2017-10-04 10:20 [Qemu-devel] [Bug 1721224] [NEW] qemu crashes with Assertion `!bus->dma[0] && !bus->dma[1]' failed R.Nageswara Sastry
  2017-10-04 13:44 ` Thomas Huth
  2017-11-24 14:01 ` [Qemu-devel] [Bug 1721224] " Eduardo Otubo
@ 2018-03-26 11:33 ` Eduardo Otubo
  2018-04-26  5:56 ` Thomas Huth
  3 siblings, 0 replies; 5+ messages in thread
From: Eduardo Otubo @ 2018-03-26 11:33 UTC (permalink / raw)
  To: qemu-devel

v4 patch posted:
http://lists.nongnu.org/archive/html/qemu-devel/2018-03/msg06565.html

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

Title:
  qemu crashes with Assertion `!bus->dma[0] && !bus->dma[1]' 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=prep binary=ppc64-softmmu/qemu-system-ppc64 device=i82374 accel=tcg
  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 prep,accel=tcg -device i82374
  CRITICAL: failed: machine=prep binary=ppc64-softmmu/qemu-system-ppc64 device=i82374 accel=tcg
  CRITICAL: cmdline: ppc64-softmmu/qemu-system-ppc64 -S -machine prep,accel=tcg -device i82374
  CRITICAL: log: qemu-system-ppc64: hw/isa/isa-bus.c:110: isa_bus_dma: Assertion `!bus->dma[0] && !bus->dma[1]' failed.
  CRITICAL: exit code: -6

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

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

* [Qemu-devel] [Bug 1721224] Re: qemu crashes with Assertion `!bus->dma[0] && !bus->dma[1]' failed
  2017-10-04 10:20 [Qemu-devel] [Bug 1721224] [NEW] qemu crashes with Assertion `!bus->dma[0] && !bus->dma[1]' failed R.Nageswara Sastry
                   ` (2 preceding siblings ...)
  2018-03-26 11:33 ` Eduardo Otubo
@ 2018-04-26  5:56 ` Thomas Huth
  3 siblings, 0 replies; 5+ messages in thread
From: Thomas Huth @ 2018-04-26  5:56 UTC (permalink / raw)
  To: qemu-devel

Fixed here:
https://git.qemu.org/?p=qemu.git;a=commitdiff;h=4968a2c6edb7b46b127c

** 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/1721224

Title:
  qemu crashes with Assertion `!bus->dma[0] && !bus->dma[1]' 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=prep binary=ppc64-softmmu/qemu-system-ppc64 device=i82374 accel=tcg
  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 prep,accel=tcg -device i82374
  CRITICAL: failed: machine=prep binary=ppc64-softmmu/qemu-system-ppc64 device=i82374 accel=tcg
  CRITICAL: cmdline: ppc64-softmmu/qemu-system-ppc64 -S -machine prep,accel=tcg -device i82374
  CRITICAL: log: qemu-system-ppc64: hw/isa/isa-bus.c:110: isa_bus_dma: Assertion `!bus->dma[0] && !bus->dma[1]' failed.
  CRITICAL: exit code: -6

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

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

end of thread, other threads:[~2018-04-26  6:06 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:20 [Qemu-devel] [Bug 1721224] [NEW] qemu crashes with Assertion `!bus->dma[0] && !bus->dma[1]' failed R.Nageswara Sastry
2017-10-04 13:44 ` Thomas Huth
2017-11-24 14:01 ` [Qemu-devel] [Bug 1721224] " Eduardo Otubo
2018-03-26 11:33 ` Eduardo Otubo
2018-04-26  5:56 ` Thomas Huth

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.