https://issues.apache.org/bugzilla/show_bug.cgi?id=48350
--- Comment #14 from Philippe Mouawad <p.moua...@ubik-ingenierie.com> 2010-03-06 16:37:01 UTC --- Hello Sebb, I tested with -Gdummy=1 and deadlock occurs with your change and mine. So I applied your change: remote.configure(testTree, host); And added the following change on properties: Properties clonedProperties = null; synchronized (LOCK) { clonedProperties = (Properties)savep.clone(); } remote.setProperties(clonedProperties); I cloned the saveP so each thread has its copy. I tested and everything is OK Cordially Philippe Mouawad http://www.ubik-ingenierie.com -- 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: jmeter-dev-unsubscr...@jakarta.apache.org For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org