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: Nick Roberts
Subject: Re: "Invalid or undefined bitmap" when launched with -Q
Date: Mon, 14 Aug 2006 11:55:03 +1200

 > I think today is not my day to have success:
 > 
 > When entering static int load_pixmap (f, name, w_ptr, h_ptr):
 > 
 >      Breakpoint 1, load_pixmap (f=0x9a8420, name=60552283,  
 > w_ptr=0x9f4d54, h_ptr=0x9f4d58) at xfaces.c:1163
 >      (gdb) pr name
 >      No symbol "print_output_debug_flag" in current context.
 >      (gdb) xtype
 >      The history is empty.

According to an earlier e-mail you compiled with -O2.  Maybe it's been
optimised away as it only seems to be used on Windows.

But I don't quite follow what Eli suggestd anyway.  I would have thought you
need to type

(gdb) p name
(gdb) pr

or

(gdb) p name
(gdb) xpr

To do the former I think you either need to recompile without -O2 or
redefine pr:

define pr
  set debug_print ($)
end

but I think you can do the latter without changing anything.

Incidentally if I start "gdb emacs" with "r -Q", it doesn't hit load_pixmap.


-- 
Nick                                           http://www.inet.net.nz/~nickrob




reply via email to

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