emacs-pretest-bug
[Top][All Lists]
Advanced

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

Re: "Invalid or undefined bitmap" when launched with -Q


From: Eli Zaretskii
Subject: Re: "Invalid or undefined bitmap" when launched with -Q
Date: Sun, 13 Aug 2006 21:49:27 +0300

> From: Peter Dyballa <address@hidden>
> Date: Sun, 13 Aug 2006 16:21:58 +0200
> Cc: address@hidden
> 
> >               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




reply via email to

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