From xemacs-m  Sun Dec 29 22:20:02 1996
Received: from altair.xemacs.org (steve@xemacs.miranova.com [206.190.83.19])
          by xemacs.cs.uiuc.edu (8.8.4/8.8.4) with ESMTP
	  id WAA13097 for <xemacs-beta@xemacs.org>; Sun, 29 Dec 1996 22:20:01 -0600 (CST)
Received: (from steve@localhost)
          by altair.xemacs.org (8.8.4/8.8.4)
	  id UAA02676; Sun, 29 Dec 1996 20:30:33 -0800
Sender: steve@xemacs.org
To: xemacs-beta@xemacs.org
Subject: Re: gcc + no optimization = crash
References: <199612281410.GAA04830@xemacs.eng.sun.com>
X-Url: http://www.miranova.com/%7Esteve/
Mail-Copies-To: never
X-Face: #!T9!#9s-3o8)*uHlX{Ug[xW7E7Wr!*L46-OxqMu\xz23v|R9q}lH?cRS{rCNe^'[`^sr5"
 f8*@r4ipO6Jl!:Ccq<xoV[Qz2u8<8-+Vwf2gzJ44lf_/y9OaQ`@#Q65{U4/TC)i2`~/M&QI$X>p:9I
 OSS'2{-)-4wBnVeg0S\O4Al@)uC[pD|+
X-Attribution: sb
From: Steve Baur <steve@miranova.com>
In-Reply-To: Martin Buchholz's message of Sat, 28 Dec 1996 06:10:35 -0800
Mime-Version: 1.0 (generated by tm-edit 7.100)
Content-Type: text/plain; charset=US-ASCII
Date: 29 Dec 1996 20:30:32 -0800
Message-ID: <m24th4irh3.fsf@altair.xemacs.org>
Lines: 23
X-Mailer: Red Gnus v0.72/XEmacs 20.0

>>>>> "Martin" == Martin Buchholz <mrb@eng.sun.com> writes:

Martin> I noticed while figuring out how to build XEmacs with gcc on Solaris,
Martin> that when built without optimization it crashes repeatably in
Martin> loadup.el like this:

Martin> Loading derived... (4296)
Martin> Loading minibuf... (23772)
Martin> Loading list-mode... (9128)
Martin> Loading modeline... (4736)Bus Error - core dumped

Martin> The backtrace in gdb shows that it's in the middle of garbage
Martin> collection, and I don't know how to track this down further.

Martin> Has anyone else had success building with 
Martin> gcc -fno-gnu-linker -g ?

Martin> Ben or Chuck, any advice?

Relayed message from Ben:

I can't think of anything obvious.  Perhaps something isn't GCPRO'ed
correctly?

