unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Chong Yidong <cyd@stupidchicken.com>
To: Kenichi Handa <handa@m17n.org>
Cc: Taylor Venable <taylor@metasyntax.net>, emacs-devel@gnu.org
Subject: Re: Font Problem with 23.0.92.1 - wrong font used
Date: Thu, 16 Apr 2009 10:04:29 -0400	[thread overview]
Message-ID: <87prfcr8ya.fsf@cyd.mit.edu> (raw)
In-Reply-To: <E1LuGd3-00036q-Uu@etlken> (Kenichi Handa's message of "Thu, 16 Apr 2009 10:43:01 +0900")

Kenichi Handa <handa@m17n.org> writes:

> I've just installed several fixes.  Could you try again?

Please double-check your latest set of changes; I think they introduced
a crash bug.  To reproduce:

1. emacs -Q -nw
2. M-: (make-frame-on-display ":0.0") RET
3. select the new graphical frame
4. C-x 5 0

If I back out these changes, I cannot reproduce the crash.  Here's the
backtrace:

Xft: locking error too many file unlocks
#0  0xb761ab23 in ?? () from
/usr/lib/libXft.so.2raction)-----------------------
#1  0xb76178bc in ?? () from /usr/lib/libXft.so.2
#2  0xb7639256 in XCloseDisplay () from /usr/lib/libX11.so.6
#3  0xb7ba0ce6 in ?? () from /usr/lib/libgdk-x11-2.0.so.0
#4  0xb78c9db3 in g_object_unref () from /usr/lib/libgobject-2.0.so.0
#5  0xb7b7b518 in gdk_display_close () from /usr/lib/libgdk-x11-2.0.so.0
#6  0x0813d771 in xg_display_close (dpy=0x86ea000) at gtkutil.c:174
#7  0x08117e10 in x_delete_terminal (terminal=0x878df28) at
xterm.c:10729
#8  0x080fb7e2 in Fdelete_terminal (terminal=142139180, force=138374473)
    at terminal.c:334
#9  0x08063d4e in delete_frame (frame=142427996, force=138374425)
    at frame.c:1508
#10 0x08063fa4 in Fdelete_frame (frame=138374425, force=138374425)
    at frame.c:1645
#11 0x081d6f76 in Ffuncall (nargs=1, args=0xbf9c1d60) at eval.c:3048
#12 0x081d27d2 in Fcall_interactively (function=138409721, 
    record_flag=138374425, keys=138412828) at callint.c:868
#13 0x081d6fa9 in Ffuncall (nargs=4, args=0xbf9c2030) at eval.c:3051
#14 0x081d6b52 in call3 (fn=138538977, arg1=138409721, arg2=138374425, 
    arg3=138374425) at eval.c:2875
#15 0x08158f35 in Fcommand_execute (cmd=138409721,
record_flag=138374425, 
    keys=138374425, special=138374425) at keyboard.c:10447
#16 0x0814ae1f in command_loop_1 () at keyboard.c:1901
#17 0x081d4a06 in internal_condition_case (bfun=0x8149655
<command_loop_1>, 
    handlers=138418585, hfun=0x814900a <cmd_error>) at eval.c:1512
#18 0x081493a7 in command_loop_2 () at keyboard.c:1359
#19 0x081d44ec in internal_catch (tag=138413561, 
    func=0x8149382 <command_loop_2>, arg=138374425) at eval.c:1248
#20 0x08149360 in command_loop () at keyboard.c:1338
#21 0x08148c16 in recursive_edit_1 () at keyboard.c:953
#22 0x08148d85 in Frecursive_edit () at keyboard.c:1015
#23 0x081474b6 in main (argc=3, argv=0xbf9c28e4) at emacs.c:1852

Lisp Backtrace:
"delete-frame" (0xbf9c1d64)
"call-interactively" (0xbf9c2034)




  reply	other threads:[~2009-04-16 14:04 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-07  2:28 Font Problem with 23.0.92.1 - wrong font used Taylor Venable
2009-04-07  6:28 ` Kenichi Handa
     [not found]   ` <20090407084801.GC5160@metasyntax.net>
2009-04-08  2:48     ` Kenichi Handa
2009-04-08  5:02       ` Taylor Venable
2009-04-10 12:44         ` Kenichi Handa
2009-04-10 21:38           ` Taylor Venable
2009-04-13 12:41             ` Kenichi Handa
2009-04-13 17:38               ` Taylor Venable
2009-04-14  1:07                 ` Kenichi Handa
2009-04-14  3:14                   ` Taylor Venable
2009-04-14  3:49                     ` Kenichi Handa
2009-04-14 11:50                       ` Taylor Venable
2009-04-15  2:39                         ` Taylor Venable
2009-04-16  1:43                         ` Kenichi Handa
2009-04-16 14:04                           ` Chong Yidong [this message]
2009-04-17  1:01                             ` Kenichi Handa
2009-04-17  2:30                               ` Chong Yidong
2009-04-17  2:40                                 ` Kenichi Handa
2009-04-17  2:48                           ` Taylor Venable
2009-04-17  4:09                             ` Kenichi Handa
2009-04-09 23:17       ` Taylor Venable

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87prfcr8ya.fsf@cyd.mit.edu \
    --to=cyd@stupidchicken.com \
    --cc=emacs-devel@gnu.org \
    --cc=handa@m17n.org \
    --cc=taylor@metasyntax.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).