From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Andy Wingo Newsgroups: gmane.lisp.guile.bugs Subject: Re: Error when trying to compile Guile 2.0 on OS X 10.6 using homebrew Date: Tue, 26 Apr 2011 22:52:19 +0200 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1303851157 20115 80.91.229.12 (26 Apr 2011 20:52:37 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 26 Apr 2011 20:52:37 +0000 (UTC) Cc: bug-guile@gnu.org To: Brett Hoerner Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Tue Apr 26 22:52:31 2011 Return-path: Envelope-to: guile-bugs@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QEpFG-00056E-I2 for guile-bugs@m.gmane.org; Tue, 26 Apr 2011 22:52:30 +0200 Original-Received: from localhost ([::1]:52964 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEpFG-0002Cd-3s for guile-bugs@m.gmane.org; Tue, 26 Apr 2011 16:52:30 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:32835) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEpFD-0002CX-Ae for bug-guile@gnu.org; Tue, 26 Apr 2011 16:52:28 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QEpFC-0008AA-GC for bug-guile@gnu.org; Tue, 26 Apr 2011 16:52:27 -0400 Original-Received: from a-pb-sasl-sd.pobox.com ([64.74.157.62]:34824 helo=sasl.smtp.pobox.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEpFC-0008A6-Du for bug-guile@gnu.org; Tue, 26 Apr 2011 16:52:26 -0400 Original-Received: from sasl.smtp.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id C15814D52; Tue, 26 Apr 2011 16:54:27 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; s=sasl; bh=C7QPODK2bd+svncjVaagWZhjx7s=; b=irD+0Z ejBCaACNeSxaMgOQPaXxh7YBu3KNTIFMwfaAkA7arkfgX/HHwHI/W3S2hi0D5UXK OTxOACfo7xKcsCGy3eljrtX3hnICVAjyUwuL0Ah9hFAyPLDNCQ6QT8G5lhe+X/uf 2n7yTTNpQQpcHXYt832ugqmzHzvm+8HW/8rOY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=pobox.com; h=from:to:cc :subject:references:date:in-reply-to:message-id:mime-version :content-type; q=dns; s=sasl; b=pXlemCBINpjkbshGeCwGesV6uMeQk4u1 a6rzae5B2gB1EFSpnJayuEuXeL9T6r28XlR1vAsQWyfkV1PebqfsdX/rpbJxDPlB SB31bA0nJzPLtxTvaikggSEgcn2mXAC3JDX1gfBvPROb41P5APezNEyUW84o6N9o 9TCe5RA+ZxA= Original-Received: from a-pb-sasl-sd.pobox.com (unknown [127.0.0.1]) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTP id AD4434D4E; Tue, 26 Apr 2011 16:54:25 -0400 (EDT) Original-Received: from unquote.localdomain (unknown [90.164.198.39]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by a-pb-sasl-sd.pobox.com (Postfix) with ESMTPSA id 1CC094D4B; Tue, 26 Apr 2011 16:54:23 -0400 (EDT) In-Reply-To: (Brett Hoerner's message of "Tue, 26 Apr 2011 12:35:07 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) X-Pobox-Relay-ID: 5EC857D8-7047-11E0-8AF2-E8AB60295C12-02397024!a-pb-sasl-sd.pobox.com X-detected-operating-system: by eggs.gnu.org: Solaris 10 (beta) X-Received-From: 64.74.157.62 X-BeenThere: bug-guile@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Bug reports for GUILE, GNU's Ubiquitous Extension Language" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Original-Sender: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.bugs:5524 Archived-At: On Tue 26 Apr 2011 19:35, Brett Hoerner writes: > cc1(94600) malloc: *** error for object 0x14089b9f8: incorrect > checksum for freed object - object was probably modified after being > freed. > *** set a breakpoint in malloc_error_break to debug > vm-engine.c: In function 'vm_debug_engine': > vm-engine.c:38: internal compiler error: Abort trap > Please submit a full bug report, > with preprocessed source if appropriate. > See for instructions. This is an Apple compiler bug. Please take it up with them. I am sorry that we cannot be of more assistance here; perhaps another Apple user has a workaround. Regards, Andy -- http://wingolog.org/