From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:36022) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0Vbz-0002Dc-Ea for qemu-devel@nongnu.org; Fri, 27 Jun 2014 08:50:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1X0Vbs-000344-Sd for qemu-devel@nongnu.org; Fri, 27 Jun 2014 08:50:39 -0400 Received: from mx1.redhat.com ([209.132.183.28]:52621) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1X0Vbs-00033y-IQ for qemu-devel@nongnu.org; Fri, 27 Jun 2014 08:50:32 -0400 Received: from int-mx10.intmail.prod.int.phx2.redhat.com (int-mx10.intmail.prod.int.phx2.redhat.com [10.5.11.23]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s5RCoVgZ026033 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Fri, 27 Jun 2014 08:50:32 -0400 Message-ID: <53AD6893.8000801@redhat.com> Date: Fri, 27 Jun 2014 14:50:27 +0200 From: Paolo Bonzini MIME-Version: 1.0 References: <20140626161954.198f2fbf@redhat.com> <53AC8F79.9060908@redhat.com> <20140627084509.491fbbd0@redhat.com> In-Reply-To: <20140627084509.491fbbd0@redhat.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: Luiz Capitulino Cc: rjones@redhat.com, qemu-devel 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. Paolo