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

--- Comment #2 from Cheng Chi <[email protected]> 2010-11-16 02:52:57 EST ---
(In reply to comment #1)
> Thanks for the report; fixed in SVN:
> 
> URL: http://svn.apache.org/viewvc?rev=986020&view=rev
> Log:
> Bug 49734 - Null pointer exception on stop Threads command (Run>Stop)
> 
> Modified:
>   
> jakarta/jmeter/trunk/src/core/org/apache/jmeter/engine/StandardJMeterEngine.java
>    jakarta/jmeter/trunk/xdocs/changes.xml

Hi, Sebb, 

The Fix is confused, can you explain why t can be 'null' here or shall we need
to dig the root cause deeper? :)

if (t != null ) { // Bug 49734
t.interrupt(); // also interrupt JVM thread
} 

Thanks!
Cheng Chi

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