From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35091) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VExbD-0000Zd-P3 for qemu-devel@nongnu.org; Thu, 29 Aug 2013 04:29:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VExb5-0006oS-70 for qemu-devel@nongnu.org; Thu, 29 Aug 2013 04:29:03 -0400 Received: from mail-ee0-x231.google.com ([2a00:1450:4013:c00::231]:39570) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VExb4-0006o2-VV for qemu-devel@nongnu.org; Thu, 29 Aug 2013 04:28:55 -0400 Received: by mail-ee0-f49.google.com with SMTP id d41so66987eek.22 for ; Thu, 29 Aug 2013 01:28:54 -0700 (PDT) Date: Thu, 29 Aug 2013 10:28:51 +0200 From: Stefan Hajnoczi Message-ID: <20130829082851.GC23096@stefanha-thinkpad.redhat.com> References: <20130828081130.GE4696@stefanha-thinkpad.muc.redhat.com> <20130828133807.GB12214@stefanha-thinkpad.muc.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] Problems with QEMU sdcard while using glib 2.33.8 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Taimoor Mirza Cc: qemu-devel On Thu, Aug 29, 2013 at 12:10:48AM +0500, Taimoor Mirza wrote: > Hi Stefan, > > Below is result of bt: > > Breakpoint 1, 0x006ac304 in abort () > (gdb) bt > #0 0x006ac304 in abort () > #1 0x00553052 in _fu10846____stack_chk_guard () at qemu-coroutine.c:111 > #2 0x0040d746 in _fu473____stack_chk_guard () at block.c:4294 > #3 0x00413cc7 in _fu805____stack_chk_guard () at block.c:2530 > #4 0x00413cc7 in _fu805____stack_chk_guard () at block.c:2530 > #5 0x00414875 in bdrv_rw_co_entry (opaque=0xa90f8d8) at block.c:2172 > #6 _fu836____stack_chk_guard () at block.c:2167 > #7 0x004439f8 in _fu1936____stack_chk_guard () at coroutine-win32.c:57 > #8 0x767dbff2 in KERNEL32!GetQueuedCompletionStatus () > from C:\windows\syswow64\kernel32.dll > #9 0x035e3be8 in ?? () > #10 0x767dbfaa in KERNEL32!GetQueuedCompletionStatus () > from C:\windows\syswow64\kernel32.dll > #11 0x019c3c70 in ?? () > Cannot access memory at address 0xa080000 > (gdb) Great, thanks. Please post the exact git commit ID you have built, I'm having trouble tracking down the line numbers in qemu.git/master: $ git rev-parse HEAD Stefan