From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44414) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ve5yk-0006On-TC for qemu-devel@nongnu.org; Wed, 06 Nov 2013 11:29:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ve5ye-0002Y4-QT for qemu-devel@nongnu.org; Wed, 06 Nov 2013 11:29:14 -0500 Received: from mx1.redhat.com ([209.132.183.28]:61261) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ve5ye-0002Xj-JT for qemu-devel@nongnu.org; Wed, 06 Nov 2013 11:29:08 -0500 Received: from int-mx12.intmail.prod.int.phx2.redhat.com (int-mx12.intmail.prod.int.phx2.redhat.com [10.5.11.25]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id rA6GT768016898 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 6 Nov 2013 11:29:07 -0500 Date: Wed, 6 Nov 2013 11:29:04 -0500 From: Luiz Capitulino Message-ID: <20131106112904.49a2a851@redhat.com> In-Reply-To: <527A6DB8.2080108@redhat.com> References: <20131106112214.14a448b6@redhat.com> <527A6DB8.2080108@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] BUG: QEMU aborts when setting breakpoint in gdb (bisected) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: mst@redhat.com, qemu-devel , marcel.a@redhat.com On Wed, 06 Nov 2013 17:26:32 +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"? Yes, my HEAD is: commit a30b377e0a921bf93349dc4adb94580a3bec7ea4 Merge: c905c50 80bbaee Author: Anthony Liguori Date: Tue Nov 5 10:33:32 2013 -0800 Merge remote-tracking branch 'afaerber/tags/qom-devices-for-anthony' into staging