From: Hristo Mihaylov <za.hristomihaylov@gmail.com>
To: qemu-devel@nongnu.org
Subject: [Qemu-devel] Assertion error when installing OpenBSD 6.3 in Linux 4.8.12
Date: Sat, 13 Oct 2018 18:50:46 +0200 [thread overview]
Message-ID: <39e2ed06-0e66-8030-fa4f-91b4c505da09@gmail.com> (raw)
Hello,
I'm trying to install OpenBSD 6.3 on Arch Linux.
This is the start script I'm using:
```
#!/bin/sh
qemu-system-x86_64 \
-enable-kvm \
-m 2048 \
-nic user,model=virtio \
-drive file=openbsd63.qcow2,media=disk,if=virtio \
-cdrom openbsd63.iso \
-display gtk
```
Running ls on image and disk:
-rw-r--r-- 1 asthma asthma 336M Oct 7 07:53 openbsd63.iso
-rw-r--r-- 1 asthma asthma 193K Oct 10 22:00 openbsd63.qcow2
This is the crash output:
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.
Running `uname -a` yields:
Linux dev 4.18.12.a-1-hardened #1 SMP PREEMPT Thu Oct 4 14:02:21 CEST
2018 x86_64 GNU/Linux
And the qemu version is: 3.0.0
Am I doing something wrong or is this a bug?
Regards,
Hristo Mihaylov
next reply other threads:[~2018-10-13 16:50 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-13 16:50 Hristo Mihaylov [this message]
2018-10-15 9:40 ` [Qemu-devel] Assertion error when installing OpenBSD 6.3 in Linux 4.8.12 Peter Maydell
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=39e2ed06-0e66-8030-fa4f-91b4c505da09@gmail.com \
--to=za.hristomihaylov@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).