From owner-freebsd-current@FreeBSD.ORG Tue Jun 22 04:43:38 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 87C8616A4CE for ; Tue, 22 Jun 2004 04:43:38 +0000 (GMT) Received: from smtp002.bizmail.yahoo.com (smtp002.bizmail.yahoo.com [216.136.172.126]) by mx1.FreeBSD.org (Postfix) with SMTP id 6276543D48 for ; Tue, 22 Jun 2004 04:43:38 +0000 (GMT) (envelope-from noackjr@alumni.rice.edu) Received: from unknown (HELO optimator.noacks.org) (noackjr@supercrime.org@70.240.231.39 with login) by smtp002.bizmail.yahoo.com with SMTP; 22 Jun 2004 04:43:38 -0000 Received: from localhost (localhost [127.0.0.1]) by optimator.noacks.org (Postfix) with ESMTP id 9323F615C; Mon, 21 Jun 2004 23:43:37 -0500 (CDT) Received: from optimator.noacks.org ([127.0.0.1]) by localhost (optimator.noacks.org [127.0.0.1]) (amavisd-new, port 10024) with LMTP id 01396-07-4; Mon, 21 Jun 2004 23:43:36 -0500 (CDT) Received: from compgeek.noacks.org (compgeek [192.168.1.10]) by optimator.noacks.org (Postfix) with ESMTP id 83D596131; Mon, 21 Jun 2004 23:43:36 -0500 (CDT) Received: from [127.0.0.1] (localhost [127.0.0.1]) by compgeek.noacks.org (8.12.11/8.12.11) with ESMTP id i5M4ha11001749; Mon, 21 Jun 2004 23:43:36 -0500 (CDT) (envelope-from noackjr@alumni.rice.edu) Message-ID: <40D7B8F7.8050602@alumni.rice.edu> Date: Mon, 21 Jun 2004 23:43:35 -0500 From: Jon Noack User-Agent: Mozilla Thunderbird 0.6 (X11/20040531) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Grover Lines References: <20040622033307.1CE4043D46@mx1.FreeBSD.org> In-Reply-To: <20040622033307.1CE4043D46@mx1.FreeBSD.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new at noacks.org cc: freebsd-current@freebsd.org Subject: Re: current build broken in another spot X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: noackjr@alumni.rice.edu List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jun 2004 04:43:38 -0000 On 06/21/04 22:33, Grover Lines wrote: > > > cccc: in free(): error: junk pointer, too high to make sense > Abort trap (core dumped) > *** Error code 134 There was a previous discussion of this error message: http://lists.freebsd.org/pipermail/freebsd-current/2004-June/029152.html The response from Kris Kennaway suggested that it might be ithread pre-emption and that you could try backing out src/sys/i386/i386/intr_machdep.c (to rev. 1.5). It seems to be a sporadic problem that can be worked around by simply retrying the operation that failed... Jon