From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:52234) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjUyD-0004LZ-QS for qemu-devel@nongnu.org; Mon, 12 Sep 2016 13:24:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bjUy7-0002A3-Pa for qemu-devel@nongnu.org; Mon, 12 Sep 2016 13:24:36 -0400 Received: from mail-yb0-f194.google.com ([209.85.213.194]:36564) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bjUy7-00029w-KE for qemu-devel@nongnu.org; Mon, 12 Sep 2016 13:24:31 -0400 Received: by mail-yb0-f194.google.com with SMTP id u125so3085206ybg.3 for ; Mon, 12 Sep 2016 10:24:31 -0700 (PDT) Sender: Richard Henderson References: <1473282648-23487-1-git-send-email-rth@twiddle.net> <1473354920-23906-1-git-send-email-rth@twiddle.net> <1f758483-40d8-f0d1-489c-e0f96d7905bc@twiddle.net> <03bab37e-cc56-77ab-cf21-752bf3e891fb@twiddle.net> From: Richard Henderson Message-ID: Date: Mon, 12 Sep 2016 10:23:26 -0700 MIME-Version: 1.0 In-Reply-To: <03bab37e-cc56-77ab-cf21-752bf3e891fb@twiddle.net> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PULL v2 00/18] tcg queued patches List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Pranith Kumar Cc: Peter Maydell , qemu-devel On 09/08/2016 11:51 PM, Richard Henderson wrote: > On 09/08/2016 05:06 PM, Pranith Kumar wrote: >> What error are you seeing? > > Something else entirely. > > My alpha kernel is crashing. I thought it was something in this patch set, > after I rebased, but now I can see it's in HEAD too. I'll have to spend some > time tracking it down. Well, the best I can figure, we've got a missing dependency in the makefiles somewhere. Which, does explain the segv backtrace that made no sense. I can't imagine what is wrong with the makefile, seeing as I used "make clean" from time to time in order to drop optimization from cflags. But I built quite a lot of git versions, all of which failed until I deleted the build directory. After that, everything works. Ho hum. I'll set up another pull request. r~