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

--- Comment #5 from Philippe Mouawad <[email protected]> 2011-09-26 
08:25:04 UTC ---
Hello,
For me the issue is an HTTPClient one.
It is not a problem that appears to be running threadFinished when interrupt is
still active.
The explanation for this would be this kind of sequence:
1) Stopper thread (Thread-77 in my Thread Dump) first calls
StandardJMeterEngine.tellThreadsToStop which calls stop() => Thread is
suspended here
2) "Thread Group 1-32" gets stop call , run thread is stopped and we enter
threadFinished => Thread is suspended
3) Stopper thread enters interrupt call and calls abort which is suspended just
before AbstractClientConnAdapter.abortConnection
4) "Thread Group 1-32" locks  org.apache.http.impl.conn.SingleClientConnManager
through shutdown call

Deadlock occurs.

Regards
Philippe Mouawad

-- 
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