Abdelrazak Younes wrote:
Abdelrazak Younes wrote:
Hello,
It took a great deal of step by step debugging but my supposition was
right, redoParagraph() is the culprit!
The reason why the slowdown (and the csrss.exe) appears only in the
line following a big formula is because of this code in rowpainter.C,
line 1008:
// Cache one paragraph above and one below
// Note MV: this cannot be suppressed even for singlepar.
// Try viewing the User Guide Mobius figure
The funny thing is that trying to view this figure in UserGuide.lyx
crashes LyX even though this code is here...
Even funnier is that removing this code solves the crash and the speed
problem at the same time!
Looks like my metrics cleanup has some nice side effects... I'm doubly
good! :-)
Abdel.