Re: [Scid-users] spellcorrection: memory leak

2009-02-26 Thread Joost ´t Hart
On Thu, 2009-02-26 at 20:58 +0100, Pascal Georges wrote: > in file > src/cutil.c > you can set logMemory to 1. Then run Scid (output into a log file) and > your favorite functions and you can use > pocket/checkmemlog.tcl > to check if some memory is unfreed. Maybe you will have trouble with > thos

Re: [Scid-users] spellcorrection: memory leak

2009-02-26 Thread Pascal Georges
in file src/cutil.c you can set logMemory to 1. Then run Scid (output into a log file) and your favorite functions and you can use pocket/checkmemlog.tcl to check if some memory is unfreed. Maybe you will have trouble with those tools but they helped me some time ago. I wrote those utilities to ma

Re: [Scid-users] Inefficient name spelling correction

2009-02-26 Thread Joost ´t Hart
On Thu, 2009-02-26 at 20:43 +0100, Pascal Georges wrote: > I will try to look at it but : > - I will before release Scid 3.7 this week-end; > - are you sure it is a regular diff file ? I can't apply patch with > this. If necessary send to me in PM the complete files. > Hi Pascal, Done. The file

Re: [Scid-users] Inefficient name spelling correction

2009-02-26 Thread Pascal Georges
I will try to look at it but : - I will before release Scid 3.7 this week-end; - are you sure it is a regular diff file ? I can't apply patch with this. If necessary send to me in PM the complete files. Pascal -- Open Sour

Re: [Scid-users] Re : Default engines list

2009-02-26 Thread Joost ´t Hart
On Thu, 2009-02-26 at 19:33 +0100, Alexander Wagner wrote: > Joost ´t Hart wrote: > > Hi! > > >> I'm not sure on what your request is, if its about exporting the > >> COMPILE/LINK variables to the engine's makefiles, I'm not sure how to > >> handle that. I could give it a try though, but I th

Re: [Scid-users] Re : Default engines list

2009-02-26 Thread Alexander Wagner
Joost ´t Hart wrote: Hi! >> I'm not sure on what your request is, if its about exporting the >> COMPILE/LINK variables to the engine's makefiles, I'm not sure how to >> handle that. I could give it a try though, but I think it would be >> better if someone who already knows how would volunt

[Scid-users] spellcorrection: memory leak

2009-02-26 Thread Joost ´t Hart
Hi, I think I spotted a memory leak in the spelling correction code. For the mapping of the new name id's and the life span checking, three arrays are allocated, of which only the id list is properly freed before the operation terminates. The date lists are not. For a reasonably big database (of

[Scid-users] Re : 3.7 beta 4 - tree cache and game analysis

2009-02-26 Thread Pascal Georges
Did you change UCI engine settings via the configuration dialog ? Pascal 2009/2/26, Zarkon Fischer : > Actually, now game analysis is only using multipv=4 even though > multipv=1 for infinite analysis. I'm not sure why it sometimes works > and sometimes not, but I guess there is an issue here. >

Re: [Scid-users] Re : Default engines list

2009-02-26 Thread Joost ´t Hart
On Thu, 2009-02-26 at 04:07 -0600, Israel Chauca Fuentes wrote: > Hi Joost, > > I'm not sure on what your request is, if its about exporting the > COMPILE/LINK variables to the engine's makefiles, I'm not sure how to > handle that. I could give it a try though, but I think it would be > bett

Re: [Scid-users] Re : Default engines list

2009-02-26 Thread Israel Chauca Fuentes
Hi Joost, I'm not sure on what your request is, if its about exporting the COMPILE/LINK variables to the engine's makefiles, I'm not sure how to handle that. I could give it a try though, but I think it would be better if someone who already knows how would volunteer to fix it. Israel On F

Re: [Scid-users] Re : Default engines list

2009-02-26 Thread Joost ´t Hart
Hi Israel, One request from my side, as you are touching these makefiles anyway. On my system (ubuntu), the g++ executable is named 'g++-4.3'. This is something I survive during scids ./configure stage. Unfortunately, the COMPILE/LINK variables are not exported to the engine makefiles, so I have