You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jakarta.apache.org by bu...@apache.org on 2010/11/16 08:53:01 UTC

DO NOT REPLY [Bug 49734] Null pointer exception on stop Threads command (Run>Stop)

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

--- Comment #2 from Cheng Chi <jo...@gmail.com> 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: notifications-unsubscribe@jakarta.apache.org
For additional commands, e-mail: notifications-help@jakarta.apache.org