emacs-devel
[Top][All Lists]
Advanced

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

Re: Emacs daemon dies at Xorg crash


From: Dan Nicolaescu
Subject: Re: Emacs daemon dies at Xorg crash
Date: Fri, 19 Dec 2008 08:45:44 -0800 (PST)

Stefan Monnier <address@hidden> writes:

  > > Emacs dies because something tries to call message while no frame is
  > > open.  This is the "effect".  The "cause" is whatever causes that
  > > message to be written, it probably should not happen.  And indeed, even
  > > for you, it happens only for some specific window managers.
  > 
  > Is it really because of a "message"?  Isn't it because of an "error" 
instead?

It's actually because of cmd_error_internal getting called with
Vcommand_error_function set to nil.  If you can trigger this with
emacsclient --eval, it will kill the daemon.




reply via email to

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