[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: |
Luiz Capitulino |
Subject: |
Re: [Qemu-devel] BUG: QEMU aborts when setting breakpoint in gdb (bisected) |
Date: |
Wed, 6 Nov 2013 11:29:04 -0500 |
On Wed, 06 Nov 2013 17:26:32 +0100
Paolo Bonzini <address@hidden> 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"?
Yes, my HEAD is:
commit a30b377e0a921bf93349dc4adb94580a3bec7ea4
Merge: c905c50 80bbaee
Author: Anthony Liguori <address@hidden>
Date: Tue Nov 5 10:33:32 2013 -0800
Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into
staging
Re: [Qemu-devel] BUG: QEMU aborts when setting breakpoint in gdb (bisected), Luiz Capitulino, 2013/11/06