[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] BUG: QEMU aborts when setting breakpoint in gdb (bisect
From: |
Michael S. Tsirkin |
Subject: |
Re: [Qemu-devel] BUG: QEMU aborts when setting breakpoint in gdb (bisected) |
Date: |
Wed, 6 Nov 2013 18:33:34 +0200 |
On Wed, Nov 06, 2013 at 05:26:32PM +0100, Paolo Bonzini wrote:
> Il 06/11/2013 17:22, Luiz Capitulino ha scritto:
> > 1. Run qemu with gdb server support
> >
> > # qemu [...] -s -S
> >
> > 2. Connect gdb and try to set a breakpoint
> >
> > $ gdb /path/to/vmlinux
> > (gdb) target remote:1234
> > (gdb) b secondary_startup_64
> >
> > 3. On qemu terminal
> >
> > qemu-qmp:
> > /home/lcapitulino/work/src/upstream/qmp-unstable/include/qemu/int128.h:22:
> > int128_get64: Assertion `!a.hi' failed.
> > Aborted (core dumped)
>
> Do you have "exec: limit system memory size"?
>
> Paolo
Happens anyway :) Debugging.
Re: [Qemu-devel] BUG: QEMU aborts when setting breakpoint in gdb (bisected), Luiz Capitulino, 2013/11/06