all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Kenichi Handa <handa@m17n.org>
To: Joseph Tam <tam@math.ubc.ca>
Cc: tam@math.ubc.ca, 5396@debbugs.gnu.org
Subject: bug#5396: Something in splash page causes Emacs to crash?
Date: Wed, 27 Jan 2010 15:11:40 +0900	[thread overview]
Message-ID: <tl7hbq8vzz7.fsf@m17n.org> (raw)
In-Reply-To: <Pine.GSO.4.64.1001151908220.10853@mnc.zngu.hop.pn> (message from Joseph Tam on Fri, 15 Jan 2010 19:11:32 -0800 (PST))

In article <Pine.GSO.4.64.1001151908220.10853@mnc.zngu.hop.pn>, Joseph Tam <tam@math.ubc.ca> writes:

> Under certain circumstances, emacs crashes on startup.  I hope I have
> provided enough details for you to figure it out, or at least, so that
> you can refer me for more diagnostics.

> Using a X11 thin client,  I could not recreate this problem by using
> emacs directly on the installed host, but rather, I ssh -X from an
> intermediary host, then ran emacs:

>  	thin client <- X11 -> intermediary host <- "ssh -X" -> emacs

[...]
>  	(gdb) run
>  	Starting program: /nfs/build/Emacs/emacs-23.1/src/emacs

>  	Breakpoint 1, abort () at emacs.c:432
>  	432       kill (getpid (), SIGABRT);

>  	(gdb) bt
>  	#0  abort () at emacs.c:432
>  	#1  0x0017ef30 in font_parse_xlfd (name=0x8 <Address 0x8 out of bounds>, font=-2138962232) at font.c:1131
>  	#2  0x001c8130 in xfont_list_pattern (display=0x7c5a80,
>  	    pattern=0xffbfc198 "-adobe-helvetica-*-*-*-*-*-*-*-*-*-*-iso8859-1", registry=540807248, script=540533584)
>  	    at xfont.c:414
[...]
>  	(gdb) up
>  	#1  0x0017ef30 in font_parse_xlfd (name=0x8 <Address 0x8 out of bounds>,
>  	    font=-2142319328) at font.c:1131
>  	1131                  font_assert (FONT_SPEC_P (font));

>  	(gdb) pr font
>  	The history is empty.

>  	(gdb) call debug_print(font)
>  	#<font-entity nil adobe helvetica x iso8859-1 medium r normal nil nil nil nil nil>

Hmm, it seems that the contents of `name' argument to
font_parse_xlfd is broken or invalid.

In the same gdb session, following the above, please do:

(gdb) up
(gdb) p buf

---
Kenichi Handa
handa@m17n.org






  reply	other threads:[~2010-01-27  6:11 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-16  3:11 bug#5396: Something in splash page causes Emacs to crash? Joseph Tam
2010-01-27  6:11 ` Kenichi Handa [this message]
2010-01-29  2:57   ` Joseph Tam
2010-01-29  6:33     ` Kenichi Handa
2010-01-30  2:47       ` Joseph Tam
2010-01-31 11:15         ` Kenichi Handa
2010-02-03  3:20           ` Joseph Tam

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=tl7hbq8vzz7.fsf@m17n.org \
    --to=handa@m17n.org \
    --cc=5396@debbugs.gnu.org \
    --cc=tam@math.ubc.ca \
    /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.