From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43875) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ve5wN-0005Cl-L8 for qemu-devel@nongnu.org; Wed, 06 Nov 2013 11:26:56 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ve5wE-00023C-Cq for qemu-devel@nongnu.org; Wed, 06 Nov 2013 11:26:47 -0500 Received: from mail-qa0-x233.google.com ([2607:f8b0:400d:c00::233]:61426) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ve5wE-000232-8A for qemu-devel@nongnu.org; Wed, 06 Nov 2013 11:26:38 -0500 Received: by mail-qa0-f51.google.com with SMTP id hu16so2161497qab.10 for ; Wed, 06 Nov 2013 08:26:37 -0800 (PST) Sender: Paolo Bonzini Message-ID: <527A6DB8.2080108@redhat.com> Date: Wed, 06 Nov 2013 17:26:32 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <20131106112214.14a448b6@redhat.com> In-Reply-To: <20131106112214.14a448b6@redhat.com> Content-Type: text/plain; charset=ISO-8859-1 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: Luiz Capitulino Cc: mst@redhat.com, qemu-devel , marcel.a@redhat.com 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