all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Robert J. Chassell" <bob@rattlesnake.com>
To: emacs-devel@gnu.org
Subject: Re: Emacs crashes, 07nov16
Date: Mon, 19 Nov 2007 14:05:02 +0000 (UTC)	[thread overview]
Message-ID: <m1Iu7FG-002K4JC@rattlesnake.com> (raw)
In-Reply-To: <E1Iu5go-0007vV-U1@fencepost.gnu.org> (message from Richard Stallman on Mon, 19 Nov 2007 07:25:22 -0500)

   When it crashes after (x-synchronize t),
   the backtrace will show the Xlib construct that got the error.
   Please send that backtrace.

Thanks.  Here it is.  Does this show the proper construct?

(gdb) bt full
#0  abort () at emacs.c:431
No locals.
#1  0x0816075d in internal_condition_case_2 (bfun=0x8163570 <Frun_hook_with_args>, nargs=2, args=0xbf885014, handlers=137562361, hfun=0x80619e0 <delete_frame_handler>) at eval.c:1567
	val = <value optimized out>
	c = {
  tag = 8,
  val = 154166880,
  next = 0x9306660,
  gcpro = 0xbf884f28,
  jmp = {{
      __jmpbuf = {134613301, 138013701, 138013733, 138013733, 140514176, 154166880},
      __mask_was_saved = -1081585768,
      __saved_mask = {
        __val = {3213381464, 134614008, 3213381528, 137717769, 154166880, 842281525, 825768248, 138014720, 138014869, 140514180, 140514176, 140514180, 3213381544, 134615033, 140514176, 3213381528, 137562313, 3213381600, 140217088, 32, 3079799805, 3080493860, 1511, 137563360, 3213381544, 135750234, 3213381560, 78, 137720200, 137563364, 22, 135949570}
      }
    }},
  backlist = 0xbf884fd8,
  handlerlist = 0x81766fa,
  lisp_eval_depth = 137563364,
  pdlcount = 135949570,
  poll_suppress_count = 22,
  interrupt_input_blocked = 22,
  byte_stack = 0x835df72
}
	h = {
  handler = 137746960,
  var = 140514176,
  chosen_clause = 140514176,
  tag = 0x8601380,
  next = 0x8601384
}
#2  0x08062305 in Fdelete_frame (frame=140514180, force=137562361) at frame.c:1411
	args = {137720201, 140514180}
	f = (struct frame *) 0x8601380
	sf = <value optimized out>
	kb = <value optimized out>
#3  0x080cc9df in x_connection_closed (dpy=0x85b8b00, error_message=<value optimized out>) at xterm.c:7835
	dpyinfo = (struct x_display_info *) 0x85e1bc8
	frame = 0
	tail = <value optimized out>
#4  0x080cceea in x_error_quitter (display=0x85b8b00, error=0xbf88563c) at xterm.c:7968
	buf = "BadValue (integer parameter out of range for operation)", '\0' <repeats 200 times>
	buf1 = "X protocol error: BadValue (integer parameter out of range for operation) on protocol request 77\000\000\000\000\237\262\221\267\230n[\b$\233\234\267\030T\210\277o\262\221\267\230n[\b\240T\210\277 \000\000\000$\233\234\267 \000\000\000\240T\210\277HT\210\277\251\002\222\267\230n[\b\240T\210\277 ", '\0' <repeats 11 times>, "L\220[\b\214\206\036\267$\233\234\267\000\000\000\000\000\213[\b\210T\210\277\024A\214\267\000"...
#5  0x080ccf40 in x_error_handler (display=0x85b8b00, error=0xbf88563c) at xterm.c:7924
No locals.
#6  0xb791f1ef in _XError () from /usr/lib/libX11.so.6
No symbol table info available.
#7  0xb7920dcb in _XReply () from /usr/lib/libX11.so.6
No symbol table info available.
#8  0xb79180b8 in XSync () from /usr/lib/libX11.so.6
No symbol table info available.
#9  0xb7918243 in ?? () from /usr/lib/libX11.so.6
No symbol table info available.
#10 0x085b8b00 in ?? ()
No symbol table info available.
#11 0x00000000 in ?? ()
No symbol table info available.
(gdb)

Today's GNU Emacs CVS snapshot, Mon, 2007 Nov 19  10:53 UTC
GNU Emacs 23.0.50.5 (i686-pc-linux-gnu, GTK+ Version 2.12.1)
started in a debugger with

    set args -i -q \
    --eval '(emacs-version t)' -bg DodgerBlue4 -fg white \
    -fn '-Misc-Fixed-Medium-R-Normal--20-200-75-75-C-100-ISO8859-1' \
    -geometry 80x44+660+51 -name '-q GNU Emacs in Debugger 4'

and using the foo.mail test file I sent earlier.

Note the 20 pixel wide font (as I reported earlier, Emacs does not
crash when it has an 18 pixel wide font).

-- 
    Robert J. Chassell                          GnuPG Key ID: 004B4AC8
    bob@rattlesnake.com                         bob@gnu.org
    http://www.rattlesnake.com                  http://www.teak.cc

  reply	other threads:[~2007-11-19 14:05 UTC|newest]

Thread overview: 42+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-16 19:35 Emacs crashes, 07nov16 Robert J. Chassell
2007-11-18 13:01 ` Richard Stallman
2007-11-18 22:06   ` Robert J. Chassell
2007-11-19 12:25     ` Richard Stallman
2007-11-19 14:05       ` Robert J. Chassell [this message]
2007-11-20  3:59         ` Richard Stallman
2007-11-20 11:17           ` Robert J. Chassell
2007-11-20 12:08             ` Jan Djärv
2007-11-20 16:07               ` Robert J. Chassell
2007-11-21  7:42                 ` Jan Djärv
2007-11-21 12:45                   ` Robert J. Chassell
2007-11-21 15:13                     ` Stefan Monnier
2007-11-22  7:07                     ` Jan Djärv
2007-11-22 12:31                       ` Robert J. Chassell
2007-11-22 13:13                         ` Jan Djärv
2007-11-22 16:00                           ` Robert J. Chassell
2007-11-23  9:45                             ` Jan Djärv
2007-11-23 12:31                               ` Robert J. Chassell
2007-11-23 12:46                                 ` David Kastrup
2007-11-23 14:54                                   ` Jan Djärv
2007-11-23 17:07                                     ` Robert J. Chassell
2007-11-24  9:20                                       ` Jan Djärv
2007-11-24 14:08                                         ` Robert J. Chassell
2007-11-26 14:54                                           ` Jan Djärv
2007-11-26 16:44                                             ` Robert J. Chassell
2007-11-26 19:04                                               ` Jan Djärv
2007-11-24  9:19                                 ` Jan Djärv
2007-11-21 12:04                 ` Richard Stallman
2007-11-21 17:20                   ` Robert J. Chassell
2007-11-22  7:07                     ` Jan Djärv
2007-11-22 11:55                       ` Robert J. Chassell
2007-11-19 20:37 ` RMAIL misbehaving (Was: Re: Emacs crashes, 07nov16) Alfred M. Szmidt
2007-11-21 12:05   ` Richard Stallman
2007-12-13  0:15     ` Alfred M. Szmidt
2007-12-14 10:10       ` Richard Stallman
  -- strict thread matches above, loose matches on Subject: below --
2007-11-19  0:30 Emacs crashes, 07nov16 Robert J. Chassell
2007-11-28 12:06 Robert J. Chassell
2007-11-28 17:49 ` Jan Djärv
2007-11-28 18:36 Robert J. Chassell
2007-11-29  6:51 ` Jan Djärv
2007-11-29 11:28   ` Robert J. Chassell
2007-11-29 12:05     ` Jan Djärv

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

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

  git send-email \
    --in-reply-to=m1Iu7FG-002K4JC@rattlesnake.com \
    --to=bob@rattlesnake.com \
    --cc=emacs-devel@gnu.org \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.