From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44791) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ve60K-0007kY-FF for qemu-devel@nongnu.org; Wed, 06 Nov 2013 11:30:58 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ve60E-0003S8-Au for qemu-devel@nongnu.org; Wed, 06 Nov 2013 11:30:52 -0500 Received: from mx1.redhat.com ([209.132.183.28]:27036) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ve60D-0003Rx-T7 for qemu-devel@nongnu.org; Wed, 06 Nov 2013 11:30:46 -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 rA6GUjTt025117 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Wed, 6 Nov 2013 11:30:45 -0500 Date: Wed, 6 Nov 2013 18:33:34 +0200 From: "Michael S. Tsirkin" Message-ID: <20131106163334.GA6836@redhat.com> References: <20131106112214.14a448b6@redhat.com> <527A6DB8.2080108@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <527A6DB8.2080108@redhat.com> 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: marcel.a@redhat.com, qemu-devel , Luiz Capitulino 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.