From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:33956) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SbOSa-0000ij-Du for qemu-devel@nongnu.org; Mon, 04 Jun 2012 00:00:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SbOSY-00062N-IO for qemu-devel@nongnu.org; Mon, 04 Jun 2012 00:00:03 -0400 Received: from mail-pb0-f45.google.com ([209.85.160.45]:45168) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SbOSY-0005zh-9K for qemu-devel@nongnu.org; Mon, 04 Jun 2012 00:00:02 -0400 Received: by pbbro12 with SMTP id ro12so5903830pbb.4 for ; Sun, 03 Jun 2012 20:59:59 -0700 (PDT) Message-ID: <4FCC32B8.9000205@gmail.com> Date: Mon, 04 Jun 2012 11:59:52 +0800 From: Liu Yuan MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: [Qemu-devel] [Bug] Segmentation fault with QEMU v1.1.0 running Sheepdog block driver List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel Cc: "sheepdog@lists.wpkg.org" , MORITA Kazutaka Hi list, This segfault is met when installing RHEL 6 with Sheepdog cluster. Program terminated with signal 11, Segmentation fault. #0 0x00007f777fc30359 in send_pending_req (s=0x7f77818a2160, oid=71271095331718270, id=1858) at block/sheepdog.c:629 629 QLIST_FOREACH_SAFE(aio_req, &s->outstanding_aio_head, (gdb) where #0 0x00007f777fc30359 in send_pending_req (s=0x7f77818a2160, oid=71271095331718270, id=1858) at block/sheepdog.c:629 #1 0x00007f777fc3056b in aio_read_response (opaque=0x7f77818a2160) at block/sheepdog.c:718 #2 0x00007f777fc54fa8 in coroutine_trampoline (i0=-2117283968, i1=32631) at coroutine-ucontext.c:129 #3 0x00007f777c3f4f40 in ?? () from /lib/libc.so.6 #4 0x00007fffdb28af60 in ?? () #5 0x0000000000000000 in ?? () Thanks, Yuan