All of lore.kernel.org
 help / color / mirror / Atom feed
From: Christian Borntraeger <borntraeger@de.ibm.com>
To: Stefan Hajnoczi <stefanha@redhat.com>
Cc: "qemu-devel@nongnu.org" <qemu-devel@nongnu.org>
Subject: [Qemu-devel] segfault with qemu master and dataplane
Date: Tue, 01 Jul 2014 15:41:56 +0200	[thread overview]
Message-ID: <53B2BAA4.6000500@de.ibm.com> (raw)

Stefan,
with current qemu master (without your latest patch request, but it does not make a difference) I get:
...
Program terminated with signal 11, Segmentation fault.
#0  0x000000008006b01e in virtio_blk_rw_complete (opaque=0x80a68980, ret=<optimized out>) at /home/cborntra/REPOS/qemu/hw/block/virtio-blk.c:99
99	    bdrv_acct_done(req->dev->bs, &req->acct);
(gdb) bt -a
#0  0x000000008006b01e in virtio_blk_rw_complete (opaque=0x80a68980, ret=<optimized out>) at /home/cborntra/REPOS/qemu/hw/block/virtio-blk.c:99
#1  0x000000008019e614 in bdrv_co_em_bh (opaque=0x80a692c0) at /home/cborntra/REPOS/qemu/block.c:4675
#2  0x0000000080195e50 in aio_bh_poll (ctx=ctx@entry=0x809a9c10) at /home/cborntra/REPOS/qemu/async.c:81
#3  0x00000000801a835e in aio_poll (ctx=0x809a9c10, blocking=blocking@entry=true) at /home/cborntra/REPOS/qemu/aio-posix.c:188
#4  0x00000000800b6e20 in iothread_run (opaque=0x809a9ab8) at /home/cborntra/REPOS/qemu/iothread.c:41
#5  0x000003fffd35a412 in start_thread () from /lib64/libpthread.so.0
#6  0x000003fffbfe00ae in thread_start () from /lib64/libc.so.6
(gdb) print req->dev 
$1 = (VirtIOBlock *) 0x0

any idea?

Christian

             reply	other threads:[~2014-07-01 13:42 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-07-01 13:41 Christian Borntraeger [this message]
2014-07-01 13:42 ` [Qemu-devel] segfault with qemu master and dataplane Christian Borntraeger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53B2BAA4.6000500@de.ibm.com \
    --to=borntraeger@de.ibm.com \
    --cc=qemu-devel@nongnu.org \
    --cc=stefanha@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.