Hi,i pushed a patch that i think should fix it.Could you please try the latest 
code and see if it works?(clicking "Download snapshot" on this page
http://sourceforge.net/p/scid/code/ci/master/tree/
)

Thank you very much.Bye,Fulvio




----Messaggio originale----

Da: ulf.l.elias...@gmail.com

Data: 28/11/2013 0.04

A: <scid-users@lists.sourceforge.net>

Ogg: Re: [Scid-users] Also have the problem (and a temporary fix) Analysis 
Engine Crashes Scid If Docked Windows Option Enabled in 64-bit Linux



Hi,

Seems it only enter it once, here is the output:entering 
makeAnalysisWinentering makeAnalysisWin

Once when started it and once when I hit F2 (and then it crashes).

However, because Scid vs PC. didn't crash I digged around a little bit and 
found this (I hope its ok to look at what they did):
http://sourceforge.net/p/scidvspc/code/1425/


Removing the catch clause and the destroy call as they did here fixed it for 
me, just removing one of them is not enough.

Here are two more things that might be 
related:https://core.tcl.tk/tk-tickets/tktview/3610628fffffffffffffffffffffffffffffffff

http://sourceforge.net/p/scidvspc/code/1427/


I run TCL/TK 8.6.1

Now its time for bed here :)
Best regards,
Ulf Eliasson

On Wed, Nov 27, 2013 at 10:45 PM, f...@libero.it <f...@libero.it> wrote:


----Messaggio originale----

Da: ulf.l.elias...@gmail.com

Data: 27/11/2013 22.04I do not know TCL but digged around a little bit in the 
code and found this in proc makeAnalysisWin around line 26490 in my version of 
bin/scid:


    set w ".analysisWin$n"    if {[winfo exists $w]} {        focus .        
destroy $w        return    }






Hi,
thank you very much for you help.Can I ask you to try a quick test?What happens 
if you add this two lines:

puts "entering makeAnalysisWin"
update idletasks
just before that code?
My guess is that some sort of recursion happens and destroying the half-created 
window cause the problem.Thanks,
Fulvio
 





 
------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349351&iu=/4140/ostg.clktrk
_______________________________________________
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to