The backtrace seems to indicate that some of the arguments were
    optimized away by GCC and not saved anywhere where GDB can find them.
    So perhaps you will need to examine some other variables whose values
    can give evidence about the arguments.  Alternatively (assuming you
    can reproduce the crash), modify xfns.c to introduce temporary global
    variables, declared `volatile' to avoid optimizations, and put the
    argument values into them just before XSetWMIconName is called.

Or recompile with -O0 -fno-inline so that the optimizations do not
happen.  (I always use -O0 -fno-inline, since that makes debugging
easier.)


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

Reply via email to