GNU bug report logs -
#17125
24.4.50; daemon mode: closing X client frame exits entire emacs
Previous Next
Reported by: peder <at> klingenberg.no (Peder O. Klingenberg)
Date: Thu, 27 Mar 2014 23:04:01 UTC
Severity: important
Merged with 18041
Found in versions 24.3, 24.4.50
Fixed in version 24.4
Done: Glenn Morris <rgm <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Dmitry Antipov <dmantipov <at> yandex.ru> writes:
> Could you also try to install a breakpoint at font.c:2600 and then call
> debug_print (elt) when hit? Probably elt is bogus here (not a vector).
> Also please recompile with --enable-checking to get easserts into the game.
I found and defined ENABLE_CHECKING in config.h before seeing your
reply. The eassert does indeed trigger. Changing "eassert" to "if"
makes the segfault go away, and I can start clients to my heart's
content. The value of (frame-font-cache) on the lisp side is reduced
when reattaching the second (and subsequent) clients, to only
(":0" (x 1 (#<font-spec x nil 7x13 nil nil normal normal normal nil nil nil nil ((:name . "7x13"))> . #<font-entity x Misc Fixed ## ISO8859-1 medium r normal 13 75 110 70 nil>)) (xft 1 (#<font-spec xft nil 7x13 nil nil normal normal normal nil nil nil nil ((:name . "7x13"))>)))
I will do the breakpoint thing, but I'm out of time at the moment. I'll
get to it either later today or tomorrow.
Thanks!
--
...Peder...
This bug report was last modified 6 years and 22 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.