From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Brett Hoerner 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 19:58:38 -0500 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Trace: dough.gmane.org 1303865949 28823 80.91.229.12 (27 Apr 2011 00:59:09 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 27 Apr 2011 00:59:09 +0000 (UTC) Cc: bug-guile@gnu.org To: Andy Wingo Original-X-From: bug-guile-bounces+guile-bugs=m.gmane.org@gnu.org Wed Apr 27 02:59:05 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 1QEt5r-0006K5-PN for guile-bugs@m.gmane.org; Wed, 27 Apr 2011 02:59:03 +0200 Original-Received: from localhost ([::1]:38618 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEt5r-0004s4-Cy for guile-bugs@m.gmane.org; Tue, 26 Apr 2011 20:59:03 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:41211) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEt5n-0004rM-Qq for bug-guile@gnu.org; Tue, 26 Apr 2011 20:59:00 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QEt5m-000064-Ls for bug-guile@gnu.org; Tue, 26 Apr 2011 20:58:59 -0400 Original-Received: from mail-vw0-f41.google.com ([209.85.212.41]:45936) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QEt5m-000060-JU for bug-guile@gnu.org; Tue, 26 Apr 2011 20:58:58 -0400 Original-Received: by vws4 with SMTP id 4so1145267vws.0 for ; Tue, 26 Apr 2011 17:58:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type:content-transfer-encoding; bh=YU/8Zfv42ma9K+rxE2ngwk3avyw5zefZUkaT/x7/KQE=; b=UaBk9KSPoTAATINF0HG6UgnR5IIgTp11iaX/0mmaFlP5AxW/cvRmb5fDywjmwKNFuQ S2JUczju0UMmk6B3lc+PSOTrq/FPRBlk1FHq7if+ToeU9xQZB0xSIV0pkrzRQ66HVq7C /RCrNpA1zXoLYN56a8ttNTYZF7MWkyqjgnMt0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; b=idF4j/1EaqfDKGJTxT+0P9Oejrfk98CdR7yucxrb5nQRqkX4n9sJzbg/+dJfYCXNzf V/RlFHgzgH8ebM3En6U8ydVPgG4YDzXGb3OZojIMgRg3H+ZCjb1YkVcnrHTwGsHcyEK0 1hNHi+feAl/GE2+rCsGjmYn09vNxZ4jwq4+iM= Original-Received: by 10.52.72.232 with SMTP id g8mr248038vdv.160.1303865938142; Tue, 26 Apr 2011 17:58:58 -0700 (PDT) Original-Received: by 10.52.155.4 with HTTP; Tue, 26 Apr 2011 17:58:38 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.212.41 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:5525 Archived-At: Andy, 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. Regards, Brett On Tue, Apr 26, 2011 at 3:52 PM, Andy Wingo wrote: > 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. =C2=A0Please take it up with them. =C2=A0I= am sorry > that we cannot be of more assistance here; perhaps another Apple user > has a workaround. > > Regards, > > Andy > -- > http://wingolog.org/ >