From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Hans Aberg Newsgroups: gmane.lisp.guile.bugs Subject: Re: Error when trying to compile Guile 2.0 on OS X 10.6 using homebrew Date: Wed, 27 Apr 2011 11:06:50 +0200 Message-ID: <26C9C2CE-E104-4A80-8ADF-8E321DAE4EF7@telia.com> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1303895236 32587 80.91.229.12 (27 Apr 2011 09:07:16 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 27 Apr 2011 09:07:16 +0000 (UTC) Cc: bug-guile@gnu.org To: Brett Hoerner Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Apr 27 11:07:11 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 1QF0iF-0005iS-40 for guile-bugs@m.gmane.org; Wed, 27 Apr 2011 11:07:11 +0200 Original-Received: from localhost ([::1]:44194 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QF0iE-0004Lv-I6 for guile-bugs@m.gmane.org; Wed, 27 Apr 2011 05:07:10 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:53190) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QF0i9-0004Lm-SL for bug-guile@gnu.org; Wed, 27 Apr 2011 05:07:09 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QF0i6-0005JC-5I for bug-guile@gnu.org; Wed, 27 Apr 2011 05:07:05 -0400 Original-Received: from smtp-out12.han.skanova.net ([195.67.226.212]:48951) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QF0i5-0005It-SK for bug-guile@gnu.org; Wed, 27 Apr 2011 05:07:02 -0400 Original-Received: from [10.0.1.2] (217.210.127.13) by smtp-out12.han.skanova.net (8.5.133) (authenticated as u26619196) id 4D651544012931CB; Wed, 27 Apr 2011 11:06:52 +0200 In-Reply-To: X-Mailer: Apple Mail (2.1084) X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 195.67.226.212 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:5526 Archived-At: On 27 Apr 2011, at 02:58, Brett Hoerner wrote: > Thanks for your quick reply. For future Google searches, the bug is > only in the GCC included with XCode 4. Downgrading to XCode 3 did the > trick for now. I'm going to report the bug to Apple shortly. Xcode 4 doesn't use a GCC derivation, but is based on LLVM/Clang. > On Tue, Apr 26, 2011 at 3:52 PM, Andy Wingo wrote: >> On Tue 26 Apr 2011 19:35, Brett Hoerner = writes: >>=20 >>> 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. >>=20 >> 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. This bug is though similar to the one I mentioned here and reported to = Apple for some Guile 1.9 version. Hans