GNU bug report logs - #1696
23.0.60; Crash in XFreeColors

Previous Next

Package: emacs;

Reported by: Markus Triska <markus.triska <at> gmx.at>

Date: Wed, 24 Dec 2008 21:10:03 UTC

Severity: normal

Done: YAMAMOTO Mitsuharu <mituharu <at> math.s.chiba-u.ac.jp>

Bug is archived. No further changes may be made.

Full log


Message #51 received at 1696 <at> emacsbugs.donarmstrong.com (full text, mbox):

From: Markus Triska <markus.triska <at> gmx.at>
To: YAMAMOTO Mitsuharu <mituharu <at> math.s.chiba-u.ac.jp>
Cc: 1696 <at> debbugs.gnu.org
Subject: Re: bug#1696: 23.0.60; Crash in XFreeColors
Date: Sat, 09 May 2009 12:17:09 +0200
YAMAMOTO Mitsuharu <mituharu <at> math.s.chiba-u.ac.jp> writes:

>   1. $ emacs -nw -Q
>   2. (make-frame-on-display (getenv "DISPLAY")) ;; on tty
>   3. (x-synchronize t)				;; on X, optional
>   4. C-x 5 0					;; on X
>   5. Repeat 2 and 4 a few times.
>
> This produced a backtrace that is similar to your original report for
> me on Mac OS X (both 10.4 and 10.5), X11 build with Xft support.
> Though I couldn't reproduce it on Ubuntu 9.04.

Thank you, based on these steps, when I evaluate in "emacs -Q -nw" (on
Leopard):

   (while t
     (delete-frame (make-frame-on-display (getenv "DISPLAY"))))

then I see these messages flickering on the terminal a few times:

   Xlib:  extension "Generic Event Extension" missing on display "/tmp/launch-IGhxO1/:0".
   Xlib:  extension "Generic Event Extension" missing on display "/tmp/launch-IGhxO1/:0".
   Xlib:  extension "Generic Event Extension" missing on display "/tmp/launch-IGhxO1/:0".
   The program 'emacs' received an X Window System error.
   This probably reflects a bug in the program.
   The error was 'BadColor (invalid Colormap parameter)'.
   (Details: serial 477 error_code 12 request_code 89 minor_code 0)
   (Note to programmers: normally, X errors are reported asynchronously;
   that is, you will receive the error a while after causing it.
   To debug your program, run it with the --sync command line
   option to change this behavior. You can then get a meaningful
   backtrace from your debugger if you break on the gdk_x_error() function.)

and Emacs eventually quits with exit code 01.




This bug report was last modified 16 years and 75 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.