Jean-Marc Lasgouttes wrote:
"Abdelrazak" == Abdelrazak Younes <[EMAIL PROTECTED]> writes:
Abdelrazak> Jean-Marc Lasgouttes wrote:
I decided to try again the table of contents (which was always
disabled), and now it crashes LyX with file Intro.lyx.
Backtrace follows. If I look at frame 2, lfun_name_ is not
initialized correctly:
Abdelrazak> Interesting... Does the attached patch fixes the problem?
No. I tried to debug this, but miserably failed. What shall I do?
The only thing to do is to debug step to step and verify that 'data' are
passed correctly in initialiseParams().
You should start by putting a breakpoint at
ControlToc::initialiseParams() and continue step by step from there.
Abdel.