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

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

Re: Fatal error (6).Aborted


From: Benjamin Riefenstahl
Subject: Re: Fatal error (6).Aborted
Date: 14 Oct 2002 19:32:49 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Hi Joe,

"Joe Casadonte" <jcasadonte@northbound-train.com> writes:
> Subject: Re: Fatal error (6).Aborted

According to the headers:

  #define       SIGABRT         6       /* Abort (ANSI).  */
  #define       SIGIOT          6       /* IOT trap (4.2 BSD).  */

So it's either Emacs doing an abort() (should be in the source
somewhere, possibly in a library), or I could also imagine the
terminal sending SIGIOT to indicate that Emacs did some nastiness.
But than maybe I'm off here, because I can't see why such a thing
should be usefull in the real world.

> 1) global-font-lock-mode - set this and visit .emacs - boom
> 2) custom-set-faces - I had to comment out this block in my .emacs
>    file just to get it to start up
> 3) set-foreground-color - had to comment out these, too

Looks like its about color.  Is it possible that the terminal just
doesn't like the escapes Emacs is sending to set colors?

Can you reproduce this under a debugger?  The stacktrace would be
interesting. 

so long, benny


reply via email to

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