From xemacs-m  Wed May 14 17:10:50 1997
Received: from MIT.EDU (SOUTH-STATION-ANNEX.MIT.EDU [18.72.1.2])
	by xemacs.org (8.8.5/8.8.5) with SMTP id RAA26182
	for <xemacs-beta@xemacs.org>; Wed, 14 May 1997 17:10:49 -0500 (CDT)
Received: from PORTNOY.MIT.EDU by MIT.EDU with SMTP
	id AA07399; Wed, 14 May 97 18:10:46 EDT
Received: by portnoy.MIT.EDU (5.x/4.7) id AA00259; Wed, 14 May 1997 18:10:43 -0400
To: xemacs-beta@xemacs.org
Subject:   FAILURE on Linux 2.0.18 (I spoke too soon earlier...)
From: Jered J Floyd <jered@MIT.EDU>
Date: 14 May 1997 18:10:40 -0400
Message-Id: <s56k9l1g0wv.fsf@portnoy.mit.edu>
Lines: 60
X-Mailer: Gnus v5.4.52/XEmacs 20.2


  When I sent in my earlier success, I had failed to test XEmacs on an
X display under Linux.  It, unfortunately, fails miserably.  No C backtrace
is left, the lisp backtrace follows.  I'm going to build it again to see  
if that makes a difference (I'll build without any optimization.) Any ideas?

--Jered
jered@mit.edu

Lisp backtrace follows:
 
  # (unwind-protect ...)
  # (catch #<INTERNAL EMACS BUG (opaque, size=4) 0x8305ae0> ...)
  # (unwind-protect ...)
  # (unwind-protect ...)
  # bind (inhibit-quit)
  redisplay-frame()
  # bind (global-mode-string i list elem mlist)
  display-time-init-glyphs()
  byte-code("@A!lBC!,DE\"FHP!BC      B       J
@K#BP!,EP     B       BQ!,EQ B       BR!,ER B       BS!,ES B       BT!,ET B       BU!,EU B       BV!,EV B       BW!,EW B       BX!,EX B       BY!,EY B       BZ!,EZ B       B[!,E B       B\!,E\ B       B]!,E] B       B^!,E^ B       B_!,E_ B       B`!,E `        B       Ba!,E!a        B       Bb!,E\"b       B       Bc!,E#c        B       de!fe!g hi!E" [featurep xpm boundp display-time-mail-sign make-extent nil make-glyph display-time-icons-dir "letter.xpm" current-load-list set-extent-property balloon-help display-time-mail-balloon display-time-no-mail-sign "no-letter.xpm" display-time-no-mail-balloon display-time-1-glyph display-time-2-glyph display-time-3-glyph display-time-4-glyph display-time-5-glyph display-time-6-glyph display-time-7-glyph display-time-8-glyph display-time-9-glyph display-time-0-glyph display-time-:-glyph display-time-am-glyph display-time-pm-glyph display-time-load-0\.0-glyph display-time-load-0\.5-glyph display-time-load-1\.0-glyph display-time-load-1\!
.5-glyph display-time-load-2\.0-gl
yph display-time-load-2\.5-glyph display-time-load-3\.0-glyph display-time-generate-time-glyphs force display-time-generate-load-glyphs display-time-init-glyphs sit-for 0] 4)
  # bind (current-load-list standard-input)
  # (unwind-protect ...)
  # bind (load-file-name)
  # (unwind-protect ...)
  # (unwind-protect ...)
  # (unwind-protect ...)
  # (unwind-protect ...)
  # (unwind-protect ...)
  load-internal("time" nil nil nil nil nil)
  # bind (nosuffix nomessage noerror file)
  load("time" nil nil nil)
  # (unwind-protect ...)
  (display-time)
)
  # bind (current-load-list standard-input)
  # (unwind-protect ...)
  # bind (load-file-name)
  # (unwind-protect ...)
  # (unwind-protect ...)
  # (unwind-protect ...)
  # (unwind-protect ...)
  # (unwind-protect ...)
  load-internal("~/.emacs" t t t nil nil)
  # bind (nosuffix nomessage noerror file)
  load("~/.emacs" t t t)
  # bind (init-file-user)
  load-user-init-file("")
  byte-code("@  !BB" [load-user-init-file init-file-user nil init-file-had-error] 2)
  # (condition-case ... . ((error (byte-code "@A!B
                                                  D\"ED" ... 3))))
  # bind (debug-on-error debug-on-error-from-init-file debug-on-error-should-be-set debug-on-error-initial)
  load-init-file()
  # bind (command-line-args-left)
  command-line()
  # (unwind-protect ...)
  normal-top-level()
  # (condition-case ... . error)
  # (catch top-level ...)
Segmentation fault

