Bernd Schmidt

Results 38 comments of Bernd Schmidt

I've never seen this happen. Could you send me the SGF files? Also, is this with the Windows build or on Linux?

ogs.sgf only has 135 moves. Maybe the moves you see at the end beyond that are just the ones that are added as part of the engine variation for the...

I'll reopen this as a reminder that maybe there's a UI issue here that should be fixed if someone can think of a good solution.

It's already doing that (because the Qt text widget eventually crashes if you just keep appending to it). If you look in qgtp.cpp, append_text, it has a limit of 200...

Hmm. I ran it for a while with the valgrind leak checker and it didn't have very much to complain about. You could try doing the same with "valgrind --leak-check=full...

One way of doing that is to find the CONFIG line at the top of q5go.pro and replace "release" with "debug". There's probably some command line way of doing it...

It would be helpful to know if the RAM does go down if you close files.

I've made an experimental branch called test-lower-memory. This tries to discard state from board positions and recompute it as necessary. If you could test this to see if it helps...

Doesn't really look like any big leaks. When you said you closed the file, did it disappear from the "completed jobs" list in the batch analysis window? Only at that...

So I take it the branch has fixed the issue for you? Have you been using it for other purposes as well and has it been stable for you? I'm...