From xemacs-m  Wed Jan  8 13:05:03 1997
Received: from nvwls.cc.purdue.edu (root@nvwls.cc.purdue.edu [128.210.7.3])
          by xemacs.cs.uiuc.edu (8.8.4/8.8.4) with ESMTP
	  id NAA11390 for <XEmacs-Beta@XEmacs.org>; Wed, 8 Jan 1997 13:05:01 -0600 (CST)
Received: from nvwls.cc.purdue.edu (nuspl@localhost [127.0.0.1]) by nvwls.cc.purdue.edu (8.7.5/8.7.3) with ESMTP id NAA04514 for <XEmacs-Beta@XEmacs.org>; Wed, 8 Jan 1997 13:58:19 -0500
Message-Id: <199701081858.NAA04514@nvwls.cc.purdue.edu>
Reply-to: nuspl@purdue.edu
X-Mailer: MH-E 5.0.2
X-Attribution: jjn
X-Face: K'Q`VIQx)c-;TPHDA`.,kBQq(WyNe3AdopJ?B(.4yT%n|F?4>+?x]pQ4XC83s-4;|U{%9x]
 =yr4dko
To: XEmacs-Beta@XEmacs.org
Subject: 20.0-b34-MULE crash
Mime-Version: 1.0 (generated by tm-edit 7.100)
Content-Type: multipart/mixed;
 boundary="Multipart_Wed_Jan__8_13:56:13_1997-1"
Content-Transfer-Encoding: 7bit
Date: Wed, 08 Jan 1997 13:58:16 -0500
From: Joe Nuspl <nuspl@nvwls.cc.purdue.edu>

--Multipart_Wed_Jan__8_13:56:13_1997-1
Content-Type: text/plain; charset=US-ASCII


I got a failed assertion eval'ing the following attached expression.

Fatal error: assertion failed, file objects.h, line 149, RECORD_TYPEP (_obj, lrecord_font_instance) || MARKED_RECORD_P (_obj)

My config info is attached at the end.


--Multipart_Wed_Jan__8_13:56:13_1997-1
Content-Type: application/octet-stream; type=emacs-lisp
Content-Disposition: attachment; filename="dump.el"
Content-Transfer-Encoding: 7bit

;; Copyright \\(co 1997, Joseph J. Nuspl Jr.

(let (glyph ext)
  (make-face 'adobe-symbol-face)
  
  (set-face-font
   'adobe-symbol-face
   "-adobe-symbol-medium-r-normal--*-140-*-*-p-*-adobe-fontspecific")
  
  (setq glyph (make-glyph (list (vector 'string
					:data (char-to-string ?\xD3)))))
  
  (set-glyph-face glyph 'adobe-symbol-face)

  (setq ext (make-extent 14 18))
  (set-extent-property ext 'begin-glyph glyph)
  )

--Multipart_Wed_Jan__8_13:56:13_1997-1
Content-Type: application/octet-stream
Content-Disposition: attachment; filename="dump"
Content-Transfer-Encoding: 7bit

:; gdb /opt/xemacs-20.0-b34/bin/xemacs
GDB is free software and you are welcome to distribute copies of it
 under certain conditions; type "show copying" to see the conditions.
There is absolutely no warranty for GDB; type "show warranty" for details.
GDB 4.16 (i586-unknown-linux --target i586-linux), 
Copyright 1996 Free Software Foundation, Inc...
(gdb) run -no-init-file
Starting program: /opt/xemacs-20.0-b34/bin/xemacs -no-init-file
warning: Unable to find dynamic linker breakpoint function.
warning: GDB will be unable to debug shared library initializers
warning: and track explicitly loaded dynamic code.
Fatal error: assertion failed, file objects.h, line 149, RECORD_TYPEP (_obj, lrecord_font_instance) || MARKED_RECORD_P (_obj)

Program received signal SIGABRT, Aborted.
0x401e75e5 in __libc_kill ()
(gdb) where
#0  0x401e75e5 in __libc_kill ()
#1  0x401b423d in raise (sig=136446907)
#2  0x8193567 in x_text_width_single_run (cachel=0x84c4cc0, run=0xbffff000)
    at redisplay-x.c:239
#3  0x8193626 in x_text_width (cachel=0x84c4cc0, str=0x84f6d80, len=1)
    at redisplay-x.c:274
#4  0x81950e9 in x_output_string (w=0x8385200, dl=0x84b2048, buf=0x84e67c0, 
    xpos=110, xoffset=0, clip_start=19, width=-1, findex=4, cursor=0, 
    cursor_start=0, cursor_width=0, cursor_height=0) at redisplay-x.c:817
#5  0x8193eb7 in x_output_display_block (w=0x8385200, dl=0x84b2048, block=0, 
    start=0, end=46, start_pixpos=19, cursor_start=0, cursor_width=0, 
    cursor_height=0) at redisplay-x.c:494
#6  0x8131a6e in compare_display_blocks (w=0x8385200, cdl=0x84d1048, 
    ddl=0x84b2048, c_block=0, d_block=0, start_pixpos=19, cursor_start=0, 
    cursor_width=0, cursor_height=0) at redisplay-output.c:409
#7  0x81325c0 in output_display_line (w=0x8385200, cdla=0x84837c0, 
    ddla=0x84837a0, line=1, force_start=-1, force_end=-1)
    at redisplay-output.c:649
#8  0x8133ecb in redisplay_output_window (w=0x8385200)
    at redisplay-output.c:1277
#9  0x8129a44 in redisplay_window (window={s = {type_mark = 1, 
        val = -130526720}, gu = {type = Lisp_Record, markbit = 0, 
        val = 137908736}, i = -2088427519, v = 0x83852001, cv = 0x83852001}, 
    skip_selected=0) at redisplay.c:5220
#10 0x812a126 in redisplay_frame (f=0x8432900, preemption_check=0)
    at redisplay.c:5381
#11 0x812a306 in redisplay_device (d=0x83b2f00) at redisplay.c:5463
#12 0x812a754 in redisplay_without_hooks () at redisplay.c:5575
#13 0x812a9a0 in redisplay () at redisplay.c:5642
#14 0x80a486a in Fnext_event (event={s = {type_mark = 1, val = -129375092}, 
      gu = {type = Lisp_Record, markbit = 0, val = 139060364}, 
      i = -2070001471, v = 0x849e48c1, cv = 0x849e48c1}, prompt={s = {
        type_mark = 1, val = -130863100}, gu = {type = Lisp_Record, 
        markbit = 0, val = 137572356}, i = -2093809599, v = 0x83330041, 
      cv = 0x83330041}) at event-stream.c:2103
#15 0x8071c17 in Fcommand_loop_1 () at cmdloop.c:531
#16 0x8071914 in command_loop_1 (dummy={s = {type_mark = 1, val = -130863100}, 
      gu = {type = Lisp_Record, markbit = 0, val = 137572356}, 
      i = -2093809599, v = 0x83330041, cv = 0x83330041}) at cmdloop.c:460
#17 0x809258a in condition_case_1 (handlers={s = {type_mark = 1, 
        val = -130863004}, gu = {type = Lisp_Record, markbit = 0, 
        val = 137572452}, i = -2093808063, v = 0x83330641, cv = 0x83330641}, 
    bfun=0x80718a0 <command_loop_1>, barg={s = {type_mark = 1, 
        val = -130863100}, gu = {type = Lisp_Record, markbit = 0, 
        val = 137572356}, i = -2093809599, v = 0x83330041, cv = 0x83330041}, 
    hfun=0x8070c00 <cmd_error>, harg={s = {type_mark = 1, val = -130863100}, 
      gu = {type = Lisp_Record, markbit = 0, val = 137572356}, 
      i = -2093809599, v = 0x83330041, cv = 0x83330041}) at eval.c:1648
#18 0x8070d19 in command_loop_3 () at cmdloop.c:222
#19 0x8070d3c in command_loop_2 (dummy={s = {type_mark = 1, val = -130863100}, 
      gu = {type = Lisp_Record, markbit = 0, val = 137572356}, 
      i = -2093809599, v = 0x83330041, cv = 0x83330041}) at cmdloop.c:233
#20 0x80920fd in internal_catch (tag={s = {type_mark = 1, val = -130785308}, 
      gu = {type = Lisp_Record, markbit = 0, val = 137650148}, 
      i = -2092564927, v = 0x8345fe41, cv = 0x8345fe41}, 
    func=0x8070d30 <command_loop_2>, arg={s = {type_mark = 1, 
        val = -130863100}, gu = {type = Lisp_Record, markbit = 0, 
        val = 137572356}, i = -2093809599, v = 0x83330041, cv = 0x83330041}, 
    threw=0x0) at eval.c:1325
#21 0x8071124 in initial_command_loop (load_me={s = {type_mark = 1, 
        val = -130863100}, gu = {type = Lisp_Record, markbit = 0, 
        val = 137572356}, i = -2093809599, v = 0x83330041, cv = 0x83330041})
    at cmdloop.c:271
#22 0x808f0e8 in main_1 (argc=2, argv=0xbffff5e0, envp=0xbffff5ec)
    at emacs.c:1452
#23 0x808f846 in main (argc=2, argv=0xbffff5e0, envp=0xbffff5ec)
    at emacs.c:1803
#24 0x804e7fb in _start ()


--Multipart_Wed_Jan__8_13:56:13_1997-1
Content-Type: message/rfc822

Return-Path: xemacs-beta-request@xemacs.org 
Received: from nvwls.cc.purdue.edu (root@nvwls.cc.purdue.edu [128.210.7.3]) by pdn.cc.purdue.edu (8.7.5/8.6.12) with ESMTP id OAA15012 for <nuspl@pdn.cc.purdue.edu>; Mon, 6 Jan 1997 14:13:38 -0500 (EST)
Received: from herald.cc.purdue.edu (herald.cc.purdue.edu [128.210.11.29]) by nvwls.cc.purdue.edu (8.7.5/8.7.3) with SMTP id OAA04760 for <nuspl@nvwls.cc.purdue.edu>; Mon, 6 Jan 1997 14:07:00 -0500
Received: from xemacs.cs.uiuc.edu by herald.cc.purdue.edu; Mon, 6 Jan 97 14:13:34 -0500
Received: (from xemacs-m@localhost)
          by xemacs.cs.uiuc.edu (8.8.4/8.8.4)
	  id NAA29083; Mon, 6 Jan 1997 13:11:41 -0600 (CST)
 =yr4dko
Resent-Date: Mon, 6 Jan 1997 13:11:41 -0600 (CST)
Message-Id: <199701061904.OAA04740@nvwls.cc.purdue.edu>
Reply-to: nuspl@purdue.edu
X-Mailer: MH-E 5.0.2
X-Attribution: jjn
X-Face: K'Q`VIQx)c-;TPHDA`.,kBQq(WyNe3AdopJ?B(.4yT%n|F?4>+?x]pQ4XC83s-4;|U{%9x]
 =yr4dko
To: XEmacs-Beta@xemacs.org
Subject: 20.0-b34-MULE success
Date: Mon, 06 Jan 1997 14:04:56 -0500
From: Joe Nuspl <nuspl@nvwls.cc.purdue.edu>
Resent-Message-ID: <"CkLT22.0.L67.hvKqo"@xemacs>
Resent-From: xemacs-beta@xemacs.org
X-Mailing-List: <xemacs-beta@xemacs.org> archive/latest/997
X-Loop: xemacs-beta@xemacs.org
Precedence: list
Resent-Sender: xemacs-beta-request@xemacs.org
Content-Type: text
Content-Length: 15165


Configured for `i586-unknown-linux2.0.27'.

  Where should the build process find the source code?    /usr/opt/xemacs-20.0-b34
  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  -g -O 
  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:                                 /usr/include/ncurses
  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 Berkeley DB.
  Compiling in support for GNU DBM.
  Compiling in Mule (multi-lingual) support.
  Using the Lucid menubar.
  Using the Athena scrollbar.
  Using the union type for Lisp_Objects.
  Compiling in extra code for debugging.
  Compiling in code for checking XEmacs memory usage.

--Multipart_Wed_Jan__8_13:56:13_1997-1--

