Re: Windows, Math and csrss.exe: I found the culprit!

2006-11-29 Thread Abdelrazak Younes
Andre Poenitz wrote: On Mon, Nov 27, 2006 at 11:31:14AM +0100, 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

Re: Windows, Math and csrss.exe: I found the culprit!

2006-11-29 Thread Andre Poenitz
On Mon, Nov 27, 2006 at 11:31:14AM +0100, 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 b

Re: Windows, Math and csrss.exe: I found the culprit!

2006-11-27 Thread Michael Gerz
Georg Baum schrieb: Bo Peng wrote: It would even make sense that we keep a semi-feature-freeze even after 1.5.0 is released, and pay all our attentions to bugzilla entries. 1.6.0 can wait, maybe till 1.5.2. This can be a bad idea but I just feel that lyx is already feature-rich, but is in ne

Re: Windows, Math and csrss.exe: I found the culprit!

2006-11-27 Thread Georg Baum
Bo Peng wrote: > It would even make sense that we keep a semi-feature-freeze even after > 1.5.0 is released, and pay all our attentions to bugzilla entries. > 1.6.0 can wait, maybe till 1.5.2. This can be a bad idea but I just > feel that lyx is already feature-rich, but is in need of a lot of > o

Re: Windows, Math and csrss.exe: I found the culprit!

2006-11-27 Thread Bo Peng
No, as Martin said, so much has changed in cache handling in 1.5 that it would be a lot of work to try to correct this in 1.4. This would destabilize 1.4 way too much I'm afraid. I have a feeling that if we continue to improve 1.5.x like this, we do not need any 1.4.5... It would even make sens

Re: Windows, Math and csrss.exe: I found the culprit!

2006-11-27 Thread Abdelrazak Younes
nusret wrote: Man, i just wanted to congratulate you on your work: I couldn't try, but you sound very confident. Yesterday I tried to build SVN version. But there were some glitches with Cmake. Please report the problems so that Peter can fix them. I tried scons and it worked. But I couldn't

Re: Windows, Math and csrss.exe: I found the culprit!

2006-11-27 Thread Abdelrazak Younes
Martin Vermeer wrote: On Mon, 2006-11-27 at 11:53 +0100, Georg Baum wrote: Abdelrazak Younes wrote: 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 slowdo

Re: Windows, Math and csrss.exe: I found the culprit!

2006-11-27 Thread Abdelrazak Younes
[EMAIL PROTECTED] wrote: On Mon, 27 Nov 2006, Abdelrazak Younes wrote: But anyway, it really looks like you are a multiple hero, since I am sure that the remining questions can be answered easily. Yes :-). I know where the path to follow from now on! I wont pretend to understand what you did

Re: Windows, Math and csrss.exe: I found the culprit!

2006-11-27 Thread Abdelrazak Younes
Georg Baum wrote: Abdelrazak Younes wrote: I have gone too fast here... it is still needed apparently but it was not not done correctly, hence the crash. I will clean this up at put the CoordCache update at the correct place. I am going to do this on demand instead of everytime. And the correct

Re: Windows, Math and csrss.exe: I found the culprit!

2006-11-27 Thread Martin Vermeer
On Mon, 2006-11-27 at 11:53 +0100, Georg Baum wrote: > Abdelrazak Younes wrote: > > > 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

Re: Windows, Math and csrss.exe: I found the culprit!

2006-11-27 Thread Georg Baum
Abdelrazak Younes wrote: > I have gone too fast here... it is still needed apparently but it was > not not done correctly, hence the crash. I will clean this up at put the > CoordCache update at the correct place. I am going to do this on demand > instead of everytime. And the correct place is whe

Re: Windows, Math and csrss.exe: I found the culprit!

2006-11-27 Thread christian . ridderstrom
On Mon, 27 Nov 2006, Abdelrazak Younes wrote: > > But anyway, it really looks like you are a multiple hero, since I am > > sure that the remining questions can be answered easily. > > Yes :-). I know where the path to follow from now on! I wont pretend to understand what you did or anything lik

Re: Windows, Math and csrss.exe: I found the culprit!

2006-11-27 Thread nusret
Man, i just wanted to congratulate you on your work: I couldn't try, but you sound very confident. Yesterday I tried to build SVN version. But there were some glitches with Cmake. I tried scons and it worked. But I couldn't convince lyx to print any math symbol on the screen. Every time I tried, I

Re: Windows, Math and csrss.exe: I found the culprit!

2006-11-27 Thread Abdelrazak Younes
Georg Baum wrote: Abdelrazak Younes wrote: 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

Re: Windows, Math and csrss.exe: I found the culprit!

2006-11-27 Thread Georg Baum
Abdelrazak Younes wrote: > 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 follo

Re: Windows, Math and csrss.exe: I found the culprit!

2006-11-27 Thread Abdelrazak Younes
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: I'

Re: Windows, Math and csrss.exe: I found the culprit!

2006-11-27 Thread Abdelrazak Younes
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 row

Re: Windows, Math and csrss.exe: I found the culprit!

2006-11-27 Thread Abdelrazak Younes
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: //

Windows, Math and csrss.exe: I found the culprit!

2006-11-27 Thread Abdelrazak Younes
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