Issue Type: Bug Bug
Affects Versions: 3.7.5
Assignee: Unassigned
Components: Core
Created: 30/Sep/13 10:11 PM
Description:

Overview:

The executor service in Embedder.java is not shutdown() if doIgnoreFailureInView is set to true. This leads to a thread leak.

Technical:

See the finally block in Embedder.java runStoriesAsPaths().
The shutdownExecutorService() is called only if generateReportsView() runs successfully without throwing an exception. However if doIgnoreFailureInView is set to false (which is by default) then generateReportsView() throws a RunningStoriesFailed RuntimeException.

Environment: Windows 7 x64
Project: JBehave
Priority: Major Major
Reporter: In-Hwan Kim
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to