https://issues.apache.org/bugzilla/show_bug.cgi?id=47921

--- Comment #3 from Sebb <[email protected]> 2011-09-14 23:26:39 UTC ---
Not sure I agree with the change to JMeterContext - the clear() method may be
called other than at the end.

I'm not sure why one needs to keep any JMeterVariables at the end of the
JMeterThread run - the JMeterThread instance is not re-used - so I would have
though it would be OK to clear all the variables. But really I would expect the
JMeter Thread to be released at the end of its run, so probably no point even
clearing the variables. However that does not seem to be the case.

Seems to me the proper fix would be to ensure that the JMeterThread is released
on exit, but I don't know what is retaining the reference.

Note that the Debug Samplers copy the contents of the variables into their
sample results, which are stored by the Tree View Listener.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to