On Wednesday 27 November 2002 5:05 pm, Darren Freeman wrote:
> > and adding "active_(0)" to the ControlMath c-tor made no difference?
> > Angus
>
> Doing the following upon receipt of this email:
>
> cvs update  (noticed that ControlMath.c was patched)
> make        (nothing weird)
> lyxdbg
>
> Click File->New
> type ctrl-M
> right-click mathed box
> click +-
> *BOOM*
>
> attach the trace
>
> i.e. update lyx and do the same as before.
>
> I haven't tried doing a diff on the two different traces as I don't have
> them anymore. But you might like to?
>
> Have fun,
> Darren

I decare:
1. I don't have any problems
2. I'm stumped.

#3  0x081b95f7 in GuiBC<flobjs_, flobjs_>::refresh() (this=0x83be238)
    at ../../../src/frontends/controllers/ButtonController.tmpl:55
        setButtonLabel(cancel_, close_label_);

#2  0x082028c8 in xformsBC::setButtonLabel(flobjs_*, std::string const&) (
    this=0x83be238, obj=0x40421688, label=@0x1)
    at /usr/include/c++/3.2/bits/basic_string.h:781

How can label have a null address? The variable close_label_ that's passed to 
it is a member variable of the ButtonControllerBase base class of 
GuiBC<flobjs_, flobjs_>. The class appears to have a valid address, so why 
shouldn't the member variables?

Could I have some help with this please. It's hard to debug when I can't see 
the problem and don't experience the bug.

Angus

Reply via email to