emacs-devel
[Top][All Lists]
Advanced

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

Re: Composing Hebrew diacriticals


From: Kenichi Handa
Subject: Re: Composing Hebrew diacriticals
Date: Wed, 26 May 2010 15:00:40 +0900

In article <address@hidden>, Yair F <address@hidden> writes:

> On Wed, May 26, 2010 at 3:36 AM, Kenichi Handa <address@hidden> wrote:
> > Please run Emacs under gdb, set breakpoint at Fsignal, and
> > find out which code causes the above error.

> It's been a while since I last run gdb and never for Emacs. If you
> need more information please specify the commands.

> (gdb) run -Q -fn 'David CLM-20' --eval '(progn (setq-default
> bidi-display-reordering t) (setq debug-on-error t) (message
> "\u05E9\u05C2"))'
> Starting program: /home/yair/emacs/src/emacs/trunk/src/emacs -Q -fn
> 'David CLM-20' --eval '(progn (setq-default bidi-display-reordering t)
> (setq debug-on-error t) (message "\u05E9\u05C2"))'
> [Thread debugging using libthread_db enabled]

> Breakpoint 3, Fsignal (error_symbol=142100970, data=143920942) at eval.c:1686
> 1686      register struct handler *allhandlers = handlerlist;
> (gdb) bt
> #0  Fsignal (error_symbol=142100970, data=143920942) at eval.c:1686
[...]
> #13 0x08305606 in Ffuncall (nargs=2, args=0xbfffad90) at eval.c:3130

Please show me the result of this:

(gdb) up 13
(gdb) pp args[1]

---
Kenichi Handa
address@hidden



reply via email to

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