From xemacs-m  Thu Jan 23 10:02:59 1997
Received: from mharnois.workgroup.net (pm1-043.sbt.net [206.153.211.43])
          by xemacs.org (8.8.4/8.8.4) with ESMTP
	  id KAA15031 for <xemacs-beta@xemacs.org>; Thu, 23 Jan 1997 10:02:55 -0600 (CST)
Received: from mharnois.workgroup.net (mharnois@localhost [127.0.0.1])
          by mharnois.workgroup.net (8.8.5/8.8.4) with ESMTP
	  id KAA00383 for <xemacs-beta@xemacs.org>; Thu, 23 Jan 1997 10:01:53 -0600
Message-Id: <199701231601.KAA00383@mharnois.workgroup.net>
To: xemacs-beta@xemacs.org
Subject: build failure: xemacs-20.0-b91 on linux-2.1.21
Date: Thu, 23 Jan 1997 10:01:52 -0600
From: Michael Harnois <mharnois@sbt.net>

Crud!

EMACSLOADPATH="/home/mharnois/xemacs-20.0-b90/src/../lisp/prim"   ./temacs -batch -l loadup.el dump
make[1]: *** [xemacs] Segmentation fault (core dumped)
make[1]: Leaving directory `/home/mharnois/xemacs-20.0-b90/src'
make: *** [src] Error 2

 ./configure  --with-png=yes --with-offix=yes --with-mule=yes --with-offix=yes 
--with-sound=both --with-scrollbars=athena --debug=no --error-checking=none --cf
lags=-m486 -g -O4 -fno-strength-reduce -malign-loops=2 -malign-jumps=2 -malign-f
unctions=2

 Where should the build process find the source code?    /home/mharnois/xemacs-
20.0-b90
  What installation prefix should install use?            /usr/local
  What operating system and machine description files should XEmacs use?
        `s/linux.h' and `m/intel386.h'
  What compiler should XEmacs be built with?              gcc -m486 -g -O4 -fno-
strength-reduce -malign-loops=2 -malign-jumps=2 -malign-functions=2
  Should XEmacs use the GNU version of malloc?            yes
  Should XEmacs use the relocating allocator for buffers? yes
  What window system should XEmacs use?                   x11
  Where do we find X Windows header files?                /usr/X11R6/include
  Where do we find X Windows libraries?                   /usr/X11R6/lib
  Compiling in support for XAUTH.
  Compiling in support for XPM.
  Compiling in support for X-Face headers.
  Compiling in support for GIF image conversion.
  Compiling in support for JPEG image conversion.
  Compiling in support for PNG image conversion.
  Compiling in both network and native sound support.
  Compiling in support for Berkeley DB.
  Compiling in support for GNU DBM.
  Compiling in Mule (multi-lingual) support.
  Compiling in XIM (X11R5+ I18N input method) support.
    Using Motif to provide XIM support.
  Compiling in support for OffiX.
  Using the Lucid menubar.
  Using the Athena scrollbar.
  Using the Motif dialog boxes.

#0  0x814be45 in malloc (size=4096) at gmalloc.c:647
647           while (_heapinfo[block].free.size < blocks)

