Bug 53136

Summary: Catching Throwable needs to be carefully handled
Product: JMeter - Now in Github Reporter: Sebb <sebb>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: normal CC: p.mouawad
Priority: P2    
Version: 2.6   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Sebb 2012-04-23 22:10:02 UTC
Catching Throwable needs to be carefully handled as most Errors need to be propagated.

In particular, ThreadDeath should never be suppressed.
Comment 1 Philippe Mouawad 2012-05-07 21:59:57 UTC
Date: Mon May  7 21:42:42 2012
New Revision: 1335274

URL: http://svn.apache.org/viewvc?rev=1335274&view=rev
Log:
Bug 53136 - Catching Throwable needs to be carefully handled

Modified:
   jmeter/trunk/src/protocol/native/org/apache/jmeter/protocol/system/StreamGobbler.java


Date: Mon May  7 21:43:12 2012
New Revision: 1335275

URL: http://svn.apache.org/viewvc?rev=1335275&view=rev
Log:
Bug 53136 - Catching Throwable needs to be carefully handled

Modified:
   jmeter/trunk/src/protocol/native/org/apache/jmeter/protocol/system/StreamGobbler.java


Date: Mon May  7 21:45:21 2012
New Revision: 1335277

URL: http://svn.apache.org/viewvc?rev=1335277&view=rev
Log:
Bug 53136 - Catching Throwable needs to be carefully handled

Modified:
   jmeter/trunk/xdocs/changes.xml



Date: Mon May  7 21:58:28 2012
New Revision: 1335279

URL: http://svn.apache.org/viewvc?rev=1335279&view=rev
Log:
Bug 53136 - Catching Throwable needs to be carefully handled

Modified:
   jmeter/trunk/src/core/org/apache/jmeter/util/BeanShellServer.java
   jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPJavaImpl.java
Comment 2 The ASF infrastructure team 2022-09-24 20:37:49 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2815