> From: Peter Dyballa <[EMAIL PROTECTED]>
> Date: Sun, 13 Aug 2006 16:21:58 +0200
> Cc: [email protected]
> 
> >               add_to_log ("Invalid or undefined bitmap %s", name, Qnil);
> >
> > What is the value of NAME there?  It should be a string, and I wonder
> > why the string does not appear in the message.
> 
> Name is a number: 60552283. This number gets used consistently a few  
> times in a handful of functions.

What does the GDB command `xtype' say about that number?  You should
use it immediately after printing NAME:

  (gdb) pr name
  (gdb) xtype


_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to