All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] [Bug 1795148] Re: address_space_stw_le_cached: Assertion `addr < cache->len && 2 <= cache ->len - addr' failed
       [not found] <153823442833.30132.5797682134380809612.malonedeb@soybean.canonical.com>
@ 2018-10-15  6:46 ` Thomas Huth
  2018-10-15  9:39 ` Peter Maydell
  2019-01-18 17:20 ` Peter Maydell
  2 siblings, 0 replies; 3+ messages in thread
From: Thomas Huth @ 2018-10-15  6:46 UTC (permalink / raw)
  To: qemu-devel

Do you know how to use "git bisect"? If so, could you maybe try to
bisect which commit between v2.12.0 and v3.0.0 introduced this problem?

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

Title:
  address_space_stw_le_cached: Assertion `addr < cache->len && 2 <=
  cache ->len - addr' failed

Status in QEMU:
  New

Bug description:
  When running OpenBSD-current as a guest, the following assertion is
  hit after a few seconds, resulting in the virtual machine to crash:

  ```
  qemu-system-x86_64: /build/qemu/src/qemu-3.0.0/include/exec/memory_ldst_cached.inc.h:85: address_space_stw_le_cached: Assertion `addr < cache->len && 2 <= cache->len - addr' failed.
  ```

  Host is Arch Linux stable, running on x86_64.

  Qemu version is 3.0.0, installed via the standard Arch Linux package.

  Version 2.12.1 didn't exhibit this behavior.

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

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

* [Qemu-devel] [Bug 1795148] Re: address_space_stw_le_cached: Assertion `addr < cache->len && 2 <= cache ->len - addr' failed
       [not found] <153823442833.30132.5797682134380809612.malonedeb@soybean.canonical.com>
  2018-10-15  6:46 ` [Qemu-devel] [Bug 1795148] Re: address_space_stw_le_cached: Assertion `addr < cache->len && 2 <= cache ->len - addr' failed Thomas Huth
@ 2018-10-15  9:39 ` Peter Maydell
  2019-01-18 17:20 ` Peter Maydell
  2 siblings, 0 replies; 3+ messages in thread
From: Peter Maydell @ 2018-10-15  9:39 UTC (permalink / raw)
  To: qemu-devel

I suspect this is a known bug, fixed in master in commit db812c4073c77.
You could test that by cherry-picking it to 3.0 or just testing against
master.

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

Title:
  address_space_stw_le_cached: Assertion `addr < cache->len && 2 <=
  cache ->len - addr' failed

Status in QEMU:
  New

Bug description:
  When running OpenBSD-current as a guest, the following assertion is
  hit after a few seconds, resulting in the virtual machine to crash:

  ```
  qemu-system-x86_64: /build/qemu/src/qemu-3.0.0/include/exec/memory_ldst_cached.inc.h:85: address_space_stw_le_cached: Assertion `addr < cache->len && 2 <= cache->len - addr' failed.
  ```

  Host is Arch Linux stable, running on x86_64.

  Qemu version is 3.0.0, installed via the standard Arch Linux package.

  Version 2.12.1 didn't exhibit this behavior.

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

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

* [Qemu-devel] [Bug 1795148] Re: address_space_stw_le_cached: Assertion `addr < cache->len && 2 <= cache ->len - addr' failed
       [not found] <153823442833.30132.5797682134380809612.malonedeb@soybean.canonical.com>
  2018-10-15  6:46 ` [Qemu-devel] [Bug 1795148] Re: address_space_stw_le_cached: Assertion `addr < cache->len && 2 <= cache ->len - addr' failed Thomas Huth
  2018-10-15  9:39 ` Peter Maydell
@ 2019-01-18 17:20 ` Peter Maydell
  2 siblings, 0 replies; 3+ messages in thread
From: Peter Maydell @ 2019-01-18 17:20 UTC (permalink / raw)
  To: qemu-devel

In the absence of further information from the submitter, it seems
reasonable to assume that this is indeed the bug fixed by commit
db812c4073c77 (which resulted in this assertion when running OpenBSD
guests). That commit is in 3.1, which was released in December.


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

Title:
  address_space_stw_le_cached: Assertion `addr < cache->len && 2 <=
  cache ->len - addr' failed

Status in QEMU:
  Fix Released

Bug description:
  When running OpenBSD-current as a guest, the following assertion is
  hit after a few seconds, resulting in the virtual machine to crash:

  ```
  qemu-system-x86_64: /build/qemu/src/qemu-3.0.0/include/exec/memory_ldst_cached.inc.h:85: address_space_stw_le_cached: Assertion `addr < cache->len && 2 <= cache->len - addr' failed.
  ```

  Host is Arch Linux stable, running on x86_64.

  Qemu version is 3.0.0, installed via the standard Arch Linux package.

  Version 2.12.1 didn't exhibit this behavior.

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

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

end of thread, other threads:[~2019-01-18 17:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <153823442833.30132.5797682134380809612.malonedeb@soybean.canonical.com>
2018-10-15  6:46 ` [Qemu-devel] [Bug 1795148] Re: address_space_stw_le_cached: Assertion `addr < cache->len && 2 <= cache ->len - addr' failed Thomas Huth
2018-10-15  9:39 ` Peter Maydell
2019-01-18 17:20 ` Peter Maydell

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.