From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39980) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VRzqU-0003Dh-5o for qemu-devel@nongnu.org; Fri, 04 Oct 2013 03:30:48 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VRzqO-0004lJ-6h for qemu-devel@nongnu.org; Fri, 04 Oct 2013 03:30:42 -0400 Date: Fri, 4 Oct 2013 09:30:17 +0200 From: Stefan Hajnoczi Message-ID: <20131004073017.GA3820@stefanha-thinkpad.redhat.com> References: <1378910555-24753-1-git-send-email-stefanha@redhat.com> <52451595.1000506@weilnetz.de> <20130927091107.GA9972@stefanha-thinkpad.redhat.com> <5245B70E.6050105@weilnetz.de> <20130930090627.GE16558@stefanha-thinkpad.redhat.com> <524A62DC.1070408@weilnetz.de> <20131001072950.GC3894@kerneis.info> <524AFC06.1060906@weilnetz.de> <20131002085429.GE2142@stefanha-thinkpad.redhat.com> <524C8D0C.4060903@weilnetz.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <524C8D0C.4060903@weilnetz.de> Subject: Re: [Qemu-devel] [PATCH] coroutine: add ./configure --disable-coroutine-pool List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: Kevin Wolf , Paolo Bonzini , Gabriel Kerneis , qemu-devel@nongnu.org, qemu-stable On Wed, Oct 02, 2013 at 11:15:56PM +0200, Stefan Weil wrote: > Am 02.10.2013 10:54, schrieb Stefan Hajnoczi: > > This is an interesting backtrace. The 'current' thread-local variable > > from coroutine-win32.c is NULL or doesn't have a caller assigned. > > > > Please post 'thread apply all bt' so we can identify the other threads. > > > > Stefan > > The other threads don't have a reasonable backtrace: Okay. I've been able to reproduce this with the Debian netinst i386 ISO and mingw32. I'll take a look at fixing this. Stefan