From xemacs-m  Sun Jan 26 15:59:35 1997
Received: from loiosh.kei.com (ckd@loiosh.kei.com [192.88.144.32])
          by xemacs.org (8.8.4/8.8.4) with ESMTP
	  id PAA12487 for <xemacs-beta@xemacs.org>; Sun, 26 Jan 1997 15:59:35 -0600 (CST)
Received: (from ckd@localhost)
	by loiosh.kei.com (8.8.5/8.8.5) id QAA22870
	for xemacs-beta@xemacs.org; Sun, 26 Jan 1997 16:58:35 -0500 (EST)
Date: Sun, 26 Jan 1997 16:58:35 -0500 (EST)
From: Christopher Davis <ckd@loiosh.kei.com>
Message-Id: <199701262158.QAA22870@loiosh.kei.com>
To: xemacs-beta@xemacs.org
Subject: 20.0b92 builds fine, dies young

Configured for `i386-unknown-bsdi2.1'.

  Where should the build process find the source code?    /src/xemacs-20.0-b92
  What installation prefix should install use?            /usr/local
  What operating system and machine description files should XEmacs use?
        `s/bsdos2-1.h' and `m/intel386.h'
  What compiler should XEmacs be built with?              gcc -g -O2 -fno-streng
th-reduce -m486 -malign-functions=2 -malign-jumps=2 -malign-loops=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
  Additional header files:                                /src/jpeg-6a
  Additional libraries:                                   /src/jpeg-6a
  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 support for Berkeley DB.
  Compiling in support for DBM.
  Using the Lucid menubar.
  Using the Lucid scrollbar.
  Using the Athena dialog boxes.

xemacs -q; hit C-x.  WHAM.

Lisp backtrace follows:

  # (condition-case ... . error)
  # (catch top-level ...)
Segmentation fault (core dumped)

#0  0x1c30b1 in kill ()
#1  0x23389 in fatal_error_signal (sig=11) at emacs.c:194
#2  <signal handler called>
#3  redisplay_update_line (w=0x310400, first_line=3079936,
    last_line=539917604, update_values=3372032) at redisplay-output.c:1147
#4  0x7bec1 in redisplay_window (window=271647744, skip_selected=0)
    at redisplay.c:5100
#5  0x7c3ee in redisplay_frame (f=0x2eff00, preemption_check=0)
    at redisplay.c:5382
#6  0x7c526 in redisplay_device (d=0x337400) at redisplay.c:5464
#7  0x7c75a in redisplay_without_hooks () at redisplay.c:5576
#8  0x7c93c in redisplay () at redisplay.c:5643
#9  0x3114e in Fnext_event (event=272222676, prompt=271257604)
    at event-stream.c:2103
#10 0x1268c in Fcommand_loop_1 () at cmdloop.c:531
#11 0x12524 in command_loop_1 (dummy=271257604) at cmdloop.c:460
#12 0x26de4 in condition_case_1 (handlers=271257700,
    bfun=0x12508 <command_loop_1>, barg=271257604, hfun=0x11fc0 <cmd_error>,
    harg=271257604) at eval.c:1648
#13 0x120b0 in command_loop_3 () at cmdloop.c:222
#14 0x120cc in command_loop_2 (dummy=271257604) at cmdloop.c:233
#15 0x26af5 in internal_catch (tag=271335156, func=0x120c4 <command_loop_2>,
    arg=271257604, threw=0x0) at eval.c:1325
---Type <return> to continue, or q <return> to quit---
#16 0x12254 in initial_command_loop (load_me=271257604) at cmdloop.c:271
#17 0x24085 in main_1 (argc=2, argv=0xefbfdcbc, envp=0xefbfdcc8)
    at emacs.c:1452
#18 0x249dd in main (argc=2, argv=0xefbfdcbc, envp=0xefbfdcc8) at emacs.c:1803

this is on a tty, by the way.

