From xemacs-m  Sun Mar 16 21:25:50 1997
Received: from mecca.spd.louisville.edu (mecca.spd.louisville.edu [136.165.40.148])
	by xemacs.org (8.8.5/8.8.5) with SMTP id VAA08174
	for <xemacs-beta@xemacs.org>; Sun, 16 Mar 1997 21:25:49 -0600 (CST)
Received: (from tjchol01@localhost) by mecca.spd.louisville.edu (950413.SGI.8.6.12/8.6.12) id DAA17059; Mon, 17 Mar 1997 03:25:56 GMT
Date: Mon, 17 Mar 1997 03:25:56 GMT
Message-Id: <199703170325.DAA17059@mecca.spd.louisville.edu>
From: "Tomasz J. Cholewo" <tjchol01@mecca.spd.louisville.edu>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
To: XEmacs-Beta Mailing List <xemacs-beta@xemacs.org>
Subject: Re: 20.1-b7 mips-sgi-irix6.2 build: mule success, nomule failure
In-Reply-To: <199703161948.OAA05830@swift.cc.gatech.edu>

Rob Kooper wrote:
> I used the following line to configure XEmacs and it works fine under
> 6.2 even when sending an jpeg image to myself
> 
> ./configure --prefix=/net/hg74/kooper/xemacs-20 --with-gcc=no --cflags=-O2 --error-checking=none --debug=no --site-includes=/net/hg42/kooper/include --site-libraries=/net/hg42/kooper/lib/sgi
...
> Ps Looking at your setup it looks like the difference is the gcc compiler.

I tried '--error-checking=none --debug=no' and it works for both gcc
and cc!  Non-mule gcc and cc with full debugging still coredump in
exactly the same place.  Can you please verify that?

Apparently this effect depends on the binary image size.  As I see it
the problem can be in unexelfsgi, in IFL or maybe in malloc.

A description of the setup I use is attached in case my problems are 
not reproducible on other machines.  Maybe it's that I don't
have ifl_eoe.sw.c installed (?).

Tom
=========================
16-processor Onyx 10000

% uname -a
IRIX64 mecca 6.2 03131016 IP25

% elfdump -Dl src/xemacs

                   **** MIPS LIBLIST INFORMATION ****
.liblist :
[INDEX] Timestamp               Checksum        Flags   Name            Version
[1]     Mar  9 13:17:43 1996    0xdebb52a7      -----   libXm.so.1      SGI LOOK -- Based on OSF/Motif 1.2.4#sgi1.0
[2]     Mar  9 13:58:19 1996    0x3bdbacc5      -----   libXpm.so.1     sgi1.0
[3]     Apr 29 05:08:35 1996    0x8067e304      -----   libiflJFIF.so   sgi1.0
[4]     Apr 29 05:12:37 1996    0xa5238453      -----   libiflPNG.so    sgi1.0
[5]     Jun 18 15:53:25 1996    0x414eece6      -----   libXmu.so       sgi1.0
[6]     Mar  9 13:03:45 1996    0x6ea4c81e      -----   libXt.so        sgi1.0
[7]     Mar  9 13:03:41 1996    0xcbe81fff      -----   libXext.so      sgi1.0
[8]     Mar  9 13:03:40 1996    0x6a395112      -----   libX11.so.1     sgi1.0
[9]     Mar  9 12:59:22 1996    0x99b27890      -----   libcurses.so    sgi1.0
[10]    Mar  9 13:01:14 1996    0xbada345c      -----   libm.so sgi1.0
[11]    Mar  9 12:58:29 1996    0xca4d10d6      -----   libc.so.1       sgi1.0

% showprods -n ifl_eoe

   Name                 Version     Description
I  ifl_eoe              1302915300  Image Format Library Execution Only Environment, 1.0
I  ifl_eoe.man          1302915300  Image Format Execution Environment Documents
I  ifl_eoe.man.ifl      1302915300  Image Format EOE Man Pages
I  ifl_eoe.man.relnotes 1302915300  Image Format EOE Release notes
I  ifl_eoe.sw           1302915300  Image Format Executable Software
I  ifl_eoe.sw.c++       1302915300  Image Format Shared C++ Library

% showprods -a ifl_eoe

   Name                 Date      Description
I  ifl_eoe              07/19/96  Image Format Library Execution Only Environment, 1.0
   ifl_eoe.data                   Image Format Sample Data
   ifl_eoe.data.images            Image Format Sample Images
I  ifl_eoe.man          07/19/96  Image Format Execution Environment Documents
I  ifl_eoe.man.ifl      07/19/96  Image Format EOE Man Pages
I  ifl_eoe.man.relnotes 07/19/96  Image Format EOE Release notes
I  ifl_eoe.sw           07/19/96  Image Format Executable Software
   ifl_eoe.sw.c                   Image Format Shared C Library
I  ifl_eoe.sw.c++       07/19/96  Image Format Shared C++ Library
   ifl_eoe.sw32                   Image Format Executable Software (N32)
   ifl_eoe.sw32.c                 Image Format Shared C Library (N32)
   ifl_eoe.sw32.c++               Image Format Shared C++ Library (N32)

% showprods -v ifl_eoe

product ifl_eoe
	id "Image Format Library Execution Only Environment, 1.0"
	# product format 9, created Mon Apr 29 13:27:19 1996
	# installed Wed Dec 31 19:00:00 1969  <- what is it????????

...
	image sw	 # (ifl_eoe.sw)
		id "Image Format Executable Software"
		version 1302915300 order 9999
...

