Author: bkuhn
Date: Thu Dec 25 00:45:49 2008
New Revision: 5316

URL: http://svn.gna.org/viewcvs/pokersource?rev=5316&view=rev
Log:
This is a highly interesting situation.  Note that the test loop in
poker-network/tests/test-explain-memleak.py.in does actually generate the
memory explosion immediately.

However, the one in poker-engine/tests/test-memleak.py.in does not.

Therefore, I haven't found exactly where it occurs, but it's clear that
something that is done by the:
            p.getOrCreateGame(10)
            p.games[10].setVariant("holdem")
sequence that is *not* done by the:
            game = pokergame.PokerGame("poker.%s.xml", False, 
['/etc/poker-engine'])
            game.setVariant("holdem")
sequence is causing the problem.

Modified:
    branches/memory-leak-research/poker-engine/tests/test-memleak.py.in
    branches/memory-leak-research/poker-network/tests/test-explain-memleak.py.in


_______________________________________________
Pokersource-commits mailing list
[email protected]
https://mail.gna.org/listinfo/pokersource-commits

Reply via email to