From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:48965) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0WQN-0007lc-3g for qemu-devel@nongnu.org; Fri, 27 Jun 2014 09:42:50 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X0WQF-0003xO-LR for qemu-devel@nongnu.org; Fri, 27 Jun 2014 09:42:43 -0400 Received: from mx1.redhat.com ([209.132.183.28]:59864) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0WQF-0003wv-EZ for qemu-devel@nongnu.org; Fri, 27 Jun 2014 09:42:35 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s5RDgYpV018521 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Fri, 27 Jun 2014 09:42:34 -0400 Date: Fri, 27 Jun 2014 09:42:32 -0400 From: Luiz Capitulino Message-ID: <20140627094232.6e09e163@redhat.com> In-Reply-To: <53AD6893.8000801@redhat.com> References: <20140626161954.198f2fbf@redhat.com> <53AC8F79.9060908@redhat.com> <20140627084509.491fbbd0@redhat.com> <53AD6893.8000801@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [old BUG]: -watchdog-action pause hangs QEMU List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Paolo Bonzini Cc: rjones@redhat.com, qemu-devel On Fri, 27 Jun 2014 14:50:27 +0200 Paolo Bonzini wrote: > Il 27/06/2014 14:45, Luiz Capitulino ha scritto: > > On Thu, 26 Jun 2014 23:24:09 +0200 > > Paolo Bonzini wrote: > > > >> Il 26/06/2014 22:19, Luiz Capitulino ha scritto: > >>> Here goes a gdb backtrace: > >>> > >>> #0 0x00007f298ce31759 in syscall () from /lib64/libc.so.6 > >>> #1 0x00007f29939b0b56 in futex_wait (ev=0x7f2994548f18, val=4294967295) > >>> at /home/lcapitulino/work/src/upstream/qmp-unstable/util/qemu-thread-posix.c:304 > >>> #2 0x00007f29939b0c68 in qemu_event_wait (ev=0x7f2994548f18) > >>> at /home/lcapitulino/work/src/upstream/qmp-unstable/util/qemu-thread-posix.c:400 > >>> #3 0x00007f299392a066 in qemu_clock_enable (type=QEMU_CLOCK_VIRTUAL, enabled=false) > >>> at /home/lcapitulino/work/src/upstream/qmp-unstable/qemu-timer.c:171 > > > /* Disabling the clock will wait for related timerlists to stop > * executing qemu_run_timers. Thus, this functions should not > * be used from the callback of a timer that is based on @clock. > * Doing so would cause a deadlock. > */ > > It does indeed. I'll post a fix during hard freeze. Thanks Paolo!