qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] Commit 23326164ae (exec: Support 64-bit op...) triggers assertion
@ 2013-07-19 17:28 Luiz Capitulino
  2013-07-19 17:41 ` Luiz Capitulino
  2013-07-19 19:06 ` Richard Henderson
  0 siblings, 2 replies; 4+ messages in thread
From: Luiz Capitulino @ 2013-07-19 17:28 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini, rth

Hi,

Reproducer:

# ./qemu-qmp -drive file=disks/test.img,if=virtio,cache=none,aio=native \
  -enable-kvm -m 1G -monitor stdio  -usb -usbdevice host:1.43
QEMU 1.5.50 monitor - type 'help' for more information
(qemu) qemu-qmp: /home/lcapitulino/work/src/upstream/qmp-unstable/exec.c:1927: memory_access_size: Assertion `l >= access_size_min' failed.

I have an USB stick on 1.43, although I did manage to get this without
USB at all (forgot how, though).

Bisect says the bug was introduced by:

commit 23326164ae6fe8d94b7eff123e03f97ca6978d33
Author: Richard Henderson <rth@twiddle.net>
Date:   Mon Jul 8 14:55:59 2013 -0700

    exec: Support 64-bit operations in address_space_rw

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

* Re: [Qemu-devel] Commit 23326164ae (exec: Support 64-bit op...) triggers assertion
  2013-07-19 17:28 [Qemu-devel] Commit 23326164ae (exec: Support 64-bit op...) triggers assertion Luiz Capitulino
@ 2013-07-19 17:41 ` Luiz Capitulino
  2013-07-19 19:06 ` Richard Henderson
  1 sibling, 0 replies; 4+ messages in thread
From: Luiz Capitulino @ 2013-07-19 17:41 UTC (permalink / raw)
  To: qemu-devel; +Cc: pbonzini, rth

On Fri, 19 Jul 2013 13:28:52 -0400
Luiz Capitulino <lcapitulino@redhat.com> wrote:

> Hi,
> 
> Reproducer:
> 
> # ./qemu-qmp -drive file=disks/test.img,if=virtio,cache=none,aio=native \
>   -enable-kvm -m 1G -monitor stdio  -usb -usbdevice host:1.43
> QEMU 1.5.50 monitor - type 'help' for more information
> (qemu) qemu-qmp: /home/lcapitulino/work/src/upstream/qmp-unstable/exec.c:1927: memory_access_size: Assertion `l >= access_size_min' failed.
> 
> I have an USB stick on 1.43, although I did manage to get this without
> USB at all (forgot how, though).

It's possible to reproduce it passing just -usb (I guess I was wrong about
reproducing it w/o USB).

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

* Re: [Qemu-devel] Commit 23326164ae (exec: Support 64-bit op...) triggers assertion
  2013-07-19 17:28 [Qemu-devel] Commit 23326164ae (exec: Support 64-bit op...) triggers assertion Luiz Capitulino
  2013-07-19 17:41 ` Luiz Capitulino
@ 2013-07-19 19:06 ` Richard Henderson
  2013-07-19 19:23   ` Luiz Capitulino
  1 sibling, 1 reply; 4+ messages in thread
From: Richard Henderson @ 2013-07-19 19:06 UTC (permalink / raw)
  To: Luiz Capitulino; +Cc: pbonzini, qemu-devel

On 07/19/2013 10:28 AM, Luiz Capitulino wrote:
> Hi,
> 
> Reproducer:
> 
> # ./qemu-qmp -drive file=disks/test.img,if=virtio,cache=none,aio=native \
>   -enable-kvm -m 1G -monitor stdio  -usb -usbdevice host:1.43
> QEMU 1.5.50 monitor - type 'help' for more information
> (qemu) qemu-qmp: /home/lcapitulino/work/src/upstream/qmp-unstable/exec.c:1927: memory_access_size: Assertion `l >= access_size_min' failed.
> 
> I have an USB stick on 1.43, although I did manage to get this without
> USB at all (forgot how, though).
> 
> Bisect says the bug was introduced by:
> 
> commit 23326164ae6fe8d94b7eff123e03f97ca6978d33
> Author: Richard Henderson <rth@twiddle.net>
> Date:   Mon Jul 8 14:55:59 2013 -0700
> 
>     exec: Support 64-bit operations in address_space_rw
> 

Yes, we've already discussed it and agreed upon a solution.
I guess it hasn't been applied yet?


r~

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

* Re: [Qemu-devel] Commit 23326164ae (exec: Support 64-bit op...) triggers assertion
  2013-07-19 19:06 ` Richard Henderson
@ 2013-07-19 19:23   ` Luiz Capitulino
  0 siblings, 0 replies; 4+ messages in thread
From: Luiz Capitulino @ 2013-07-19 19:23 UTC (permalink / raw)
  To: Richard Henderson; +Cc: pbonzini, qemu-devel

On Fri, 19 Jul 2013 12:06:42 -0700
Richard Henderson <rth@twiddle.net> wrote:

> On 07/19/2013 10:28 AM, Luiz Capitulino wrote:
> > Hi,
> > 
> > Reproducer:
> > 
> > # ./qemu-qmp -drive file=disks/test.img,if=virtio,cache=none,aio=native \
> >   -enable-kvm -m 1G -monitor stdio  -usb -usbdevice host:1.43
> > QEMU 1.5.50 monitor - type 'help' for more information
> > (qemu) qemu-qmp: /home/lcapitulino/work/src/upstream/qmp-unstable/exec.c:1927: memory_access_size: Assertion `l >= access_size_min' failed.
> > 
> > I have an USB stick on 1.43, although I did manage to get this without
> > USB at all (forgot how, though).
> > 
> > Bisect says the bug was introduced by:
> > 
> > commit 23326164ae6fe8d94b7eff123e03f97ca6978d33
> > Author: Richard Henderson <rth@twiddle.net>
> > Date:   Mon Jul 8 14:55:59 2013 -0700
> > 
> >     exec: Support 64-bit operations in address_space_rw
> > 
> 
> Yes, we've already discussed it and agreed upon a solution.
> I guess it hasn't been applied yet?

Well, I saw the problem against latest upstream (HEAD 24943978c).

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

end of thread, other threads:[~2013-07-19 19:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-07-19 17:28 [Qemu-devel] Commit 23326164ae (exec: Support 64-bit op...) triggers assertion Luiz Capitulino
2013-07-19 17:41 ` Luiz Capitulino
2013-07-19 19:06 ` Richard Henderson
2013-07-19 19:23   ` Luiz Capitulino

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).