bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-21.1 on linux RH7.1 console


From: Gordon Beaton
Subject: emacs-21.1 on linux RH7.1 console
Date: 8 Nov 2001 09:47:18 GMT
User-agent: slrn/0.9.6.3 (SunOS)

A friend with a vanilla RH7.1 box reports that running 
  emacs -q -no-site-file
in a text console crashes with "Fatal error (6)" when font lock is
turned on and TERM is (correctly) set to "linux".

Also TERM=ansi causes it to crash, although xterm (!) and vt100 work,
the latter without colour.

This is part of the backtrace:

  #0  0x402cbdd1 in __kill () from /lib/libc.so.6
  #1  0x80cf6bc in fatal_error_signal (sig=6) at emacs.c:354
  #2  <signal handler called>
  #3  0x402cbdd1 in __kill () from /lib/libc.so.6
  #4  0x80cf6da in abort () at emacs.c:387
  #5  0x815eedd in tparam1 (string=0x8378c5b "\e[3%p1%dm", 
                            outstring=0x827c538 "\e[3@Àð/\bP17\bè17\bô17\b", 
                            len=0, up=0x0, left=0x0, 
                            argp=0xbfffd8f0) 
      at tparam.c:298
  #6  0x815eb3d in tparam (string=0x8378c5b "\e[3%p1%dm", 
                           outstring=0x0, len=0, arg0=1, 
                           arg1=9, arg2=-1073751696, arg3=-1073751720)
      at tparam.c:105
  #7  0x80965dc in turn_on_face (f=0x8282a00, face_id=10) at term.c:2107
  #8  0x8094c3e in write_glyphs (string=0x403f6a58, len=132) at term.c:1114
  #9  0x80554cd in update_frame_line (f=0x8282a00, vpos=1) at dispnew.c:5472
  #10 0x8054d03 in update_frame_1 (f=0x8282a00, force_p=0, inhibit_id_p=0) 
      at dispnew.c:5137

It looks to me like emacs has run into an unexpected character in the
termcap entry "\e[3%p1%dm" and aborted in the default branch of the
switch in tparam1(). However I don't know if the error is in the entry
itself or emacs' expections of it.

/gordon

-- 
[ do not send me private copies of your followups ]
g o r d o n . b e a t o n @ e r i c s s o n . c o m



reply via email to

[Prev in Thread] Current Thread [Next in Thread]