From xemacs-m  Sat Jan 11 22:02:56 1997
Received: from the-great-machine.mit.edu (brnstndkramden.acf.nyu.edu@THE-GREAT-MACHINE.MIT.EDU [18.238.0.254])
          by xemacs.org (8.8.4/8.8.4) with ESMTP
	  id WAA29386 for <xemacs-beta@xemacs.org>; Sat, 11 Jan 1997 22:02:55 -0600 (CST)
Received: (from jered@localhost)
          by the-great-machine.mit.edu (8.8.4/8.8.4)
	  id XAA11086 for xemacs-beta@xemacs.org; Sat, 11 Jan 1997 23:02:54 -0500
Date: Sat, 11 Jan 1997 23:02:54 -0500
From: Jered J Floyd <jered@mit.edu>
Message-Id: <199701120402.XAA11086@the-great-machine.mit.edu>
To: xemacs-beta@xemacs.org
Subject: Death with 20.0-b90 with MULE on Linux 2.0.27


   Xemacs 20.0-b90 builds successfully on a Linux 2.0.27 
(RedHat 4.0.0) based system, and runs when built without MULE. WHen
built --with-mule:

The main XEmacs window appears, then:
Fatal error (11).
[...]
Lisp backtrace follows:

  # (unwind-protect ...)
  # (catch #<INTERNAL EMACS BUG (opaque, size=4) 0x8418ae0> ...)
  # (unwind-protect ...)
  # (unwind-protect ...)
  # bind (inhibit-quit)
  glyph-width(#<glyph (buffer) #<image-specifier global=(... ...) fallback=(...) 0x230>0x22f>)
  # bind (fill-area-width avg-pixwidth glyph)
  startup-center-spaces(#<glyph (buffer) #<image-specifier global=(... ...) fallback=(...) 0x230>0x22f>)
  # bind (p cramped-p)
  startup-splash-frame()
  byte-code("  #s eb! u " [add-timeout startup-message-timeout #<compiled-function (from "startup.elc") (ignore) "...(10)" [nil ... ...] 3> nil timeout startup-splash-frame sit-for 0 next-command-event unread-command-event] 4)
  # (catch timeout ...)
  # (unwind-protect ...)
  # bind (timeout)
  command-line-1()
  # bind (command-line-args-left)
  command-line()
  # (unwind-protect ...)
  normal-top-level()
  # (condition-case ... . error)
  # (catch top-level ...)
Segmentation fault (core dumped)


The C backtrace is useless.

When run with -nw, the results are slightly different:
Fatal error: assertion failed, file /var/tmp/xemacs/xemacs-20.0-b90/src/insdel.c, line 367, ptr == end

Fatal error (6).
[...]
Lisp backtrace follows:

  # (condition-case ... . error)
  make-device(tty nil (terminal-type nil))
  # bind (terminal-type tty)
  make-tty-device(nil nil)
  init-tty-win()
  # bind (debugger debug-on-error command-line-args-left)
  command-line()
  # (unwind-protect ...)
  normal-top-level()
  # (condition-case ... . error)
  # (catch top-level ...)
Abort (core dumped)

--Jered
jered@mit.edu

