From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-qw0-f46.google.com ([209.85.216.46]:64415 "EHLO mail-qw0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750984Ab0KGQjq (ORCPT ); Sun, 7 Nov 2010 11:39:46 -0500 From: Ben Gamari Subject: Re: Bus error on make allyesconfig, kernelbuild with HEAD In-Reply-To: <20101106162426.GA14361@merkur.ravnborg.org> References: <20100729105225.GA13192@faui48a.informatik.uni-erlangen.de> <20100729121002.GC13192@faui48a.informatik.uni-erlangen.de> <20100730084353.GB5638@cr0.nay.redhat.com> <87d3qicwxn.fsf@gmail.com> <87aalmcv0p.fsf@gmail.com> <20101106162426.GA14361@merkur.ravnborg.org> Date: Sun, 07 Nov 2010 11:39:42 -0500 Message-ID: <87wropjdf5.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Sam Ravnborg Cc: =?utf-8?Q?Am=C3=A9rico?= Wang , Christoph Egger , linux-kernel@vger.kernel.org, linux-kbuild , Michal Marek On Sat, 6 Nov 2010 17:24:26 +0100, Sam Ravnborg wrote: > Took a quick look. > Does the following patch fix it? > > if m == p then we will stay in the while look looking for a space. > I did not audit all of the code - there may be other issues.. > Looks like something very strange is happening here. Debugging patch attached.