unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Kenichi Handa <handa@m17n.org>
To: Manoj Srivastava <srivasta@acm.org>
Cc: emacs-devel@gnu.org
Subject: Re: A crash in a gnus group with indic script in content and headers
Date: Fri, 24 Oct 2008 11:38:08 +0900	[thread overview]
Message-ID: <E1KtCYy-0001Ul-4U@etlken.m17n.org> (raw)
In-Reply-To: <87prlr9al2.fsf@anzu.internal.golden-gryphon.com> (message from Manoj Srivastava on Wed, 22 Oct 2008 23:52:57 -0500)

In article <87prlr9al2.fsf@anzu.internal.golden-gryphon.com>, Manoj Srivastava <srivasta@acm.org> writes:

>         I think the font name is not in font, that seems to be an
>  integer. I have left the gdb session running, in case you want me to
>  try something else.

Did you start gdb in the C source directory of Emacs?

--- from etc/DEBUG ---
** When you debug Emacs with GDB, you should start it in the directory
where the executable was made.  That directory has a .gdbinit file
that defines various "user-defined" commands for debugging Emacs.
(These commands are described below under "Examining Lisp object
values" and "Debugging Emacs Redisplay problems".)
------------------------------------------------------------

In .gdbinit, the command "pr" is defined to print Lispy value.

By the way,

> (gdb) print font
> $5 = 38342148
> (gdb) ptype font
> type = long int

Ummm, you are using 64-bit system, right?  I suspect the
problem is here.  Perhaps some of font handling code of
Emacs (or libotf) has a bug for 64-bit system.

I currently can not use 64-bit machine.  Can you test Emacs
on 32-bit machine?

---
Kenichi Handa
handa@ni.aist.go.jp




  reply	other threads:[~2008-10-24  2:38 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-10-21  4:28 A crash in a gnus group with indic script in content and headers Manoj Srivastava
2008-10-21  5:04 ` Manoj Srivastava
2008-10-21  5:57 ` Kenichi Handa
2008-10-21  6:19   ` Manoj Srivastava
2008-10-21  7:43     ` Kenichi Handa
2008-10-21 13:47       ` Manoj Srivastava
2008-10-23  2:42         ` Kenichi Handa
2008-10-23  4:52           ` Manoj Srivastava
2008-10-24  2:38             ` Kenichi Handa [this message]
2008-10-24  3:41               ` Manoj Srivastava
2008-10-24  4:26               ` Manoj Srivastava
2008-10-24  4:53                 ` Kenichi Handa
2008-10-24 18:15                   ` Manoj Srivastava

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=E1KtCYy-0001Ul-4U@etlken.m17n.org \
    --to=handa@m17n.org \
    --cc=emacs-devel@gnu.org \
    --cc=srivasta@acm.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 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).