Project

General

Profile

Bug #46

Track down and resolve Lost-Phase Tokens

Added by Andrae Muys - about 17 years ago. Updated over 16 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
Mulgara
Target version:
-
Start date:
Due date:
% Done:

0%

Estimated time:
Resolution:
fixed

Description

Lost-phase tokens lead to resource leaks - as an ongoing concern we need to track down and resolve any lost-phase tokens noticed in the course of normal execution.
<br/>

<br/>
Lost-phase tokens are the result of Tuples objects not being closed properly - this is generally due to a call to clone() without a subsequent call to close() on *both* tuples.
<br/>

<br/>
Tracking this down is then a case of figuring out where the guilty tuples object was created, and then identifying where it should have been closed.
#1

Updated by Andrae Muys - almost 17 years ago

Fixed in branches/lostphasetokens revision <a href="http://mulgara.org/trac/changeset/220">220</a>.
<br/>

<br/>
Merged into trunk/ in revision <a href="http://mulgara.org/trac/changeset/233">233</a>

Also available in: Atom PDF