Abdelrazak Younes wrote:
Bernhard Roider wrote:
Bernhard Roider wrote:
Hello,
i found a crash in TocBackend::updateItem():
steps to reproduce:
- create a new document
- change the document class to article (AMS)
- change the current layout to theorem, definition, proposition, ....
- try to write something -> boom
in TocBackend::updateItem() the variable toc_item is invalid and
accessing toc_item->par_it_ causes the crash.
Abdel, did you see (can you reproduce) this? I think it's your new toc
dialog and thus i don't want to investigate further.
I've seen it but I did not investigate yet. I have cleaned up the Toc
Controller a lot. I'll commit that first.
I just wanted to be sure you saw it... ;-)
Bernhard