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

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

bug#3659: FW: 23.0.95; crash on set-frame-font


From: Kenichi Handa
Subject: bug#3659: FW: 23.0.95; crash on set-frame-font
Date: Fri, 24 Jul 2009 20:08:18 +0900

In article 
<63C2A154B1708946B60726AFDBA00AC00676D571@ukmailemea01.misys.global.ad>, 
"Marshall, Simon" <Simon.Marshall@misys.com> writes:

> With a CFLAGS=-g version of yesterday's trunk, the crash happens in a
> different place (it aborts semi-cleanly).  This is true of the
> 2009-05-20 version as well:

Ummm, weird...

> Breakpoint 1, abort () at emacs.c:433
> 433       kill (getpid (), SIGABRT);
> (gdb) where
> #0  abort () at emacs.c:433
> #1  0x00280904 in internal_condition_case (bfun=0x1a913c
> <command_loop_1>, handlers=5385361, 
>     hfun=0x1a85c4 <cmd_error>) at eval.c:1487

The code around there is this:

#if HAVE_X_WINDOWS
  if (x_catching_errors ())
    abort ();
#endif

So, it seems that some X error happened.  Please check the
contents of x_error_message to see what kind of error
happened.

And also please start Emacs, do ESC : (x-synchronize t),
then do M-x set-frame-font.

---
Kenichi Handa
handa@m17n.org





reply via email to

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