Abdelrazak Younes wrote:
Jean-Marc Lasgouttes wrote:
"Abdelrazak" == Abdelrazak Younes
<[EMAIL PROTECTED]> writes:
Abdelrazak> Georg solved that apparently. The Action state below was
Abdelrazak> not meaningful I think.
Yes, it looks it it. However, it is annoying that actions are not
visible in gdb. I guess it is related to the fact that they are just
references to stuff from MenuBackend.
I am sure they are not visible.
I am _not_ sure they are not visible.
Just make a break point inside Action
and I think you'll see the contents. The visibility problem was probably
because the Action object was of null address:
(gdb) frame 10
#10 0x08a10778 in lyx::frontend::Action::action (this=0x0)
^^^^^^^^^^
at ../../../../lyx-devel/src/frontends/qt4/Action.C:95
95 lyxView_.dispatch(func_);
Current language: auto; currently c++
I don't know why the address is null at the first place but the reason
is most certainly earlier in the crash.
Abdel.