Bug 53136 - Catching Throwable needs to be carefully handled
Summary: Catching Throwable needs to be carefully handled
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.6
Hardware: All All
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-23 22:10 UTC by Sebb
Modified: 2012-05-07 21:59 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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