[
https://issues.apache.org/jira/browse/SLING-676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12634902#action_12634902
]
Felix Meschberger commented on SLING-676:
-----------------------------------------
Committed a first step in Rev. 699372.
A further step is linked to SLING-678 because it involves better control over
the server side debugger.
> Rhino context not properly shutdown when bundle is stopped
> ----------------------------------------------------------
>
> Key: SLING-676
> URL: https://issues.apache.org/jira/browse/SLING-676
> Project: Sling
> Issue Type: Bug
> Components: Scripting JavaScript (Rhino)
> Affects Versions: Scripting JavaScript 2.0.2
> Reporter: Felix Meschberger
> Assignee: Felix Meschberger
> Fix For: Scripting JavaScript 2.1.0
>
>
> Upon shutdown of the scripting/javascript bundle, the Rhino context is not
> properly shutdown thus leaving traces in the system and preventing correct
> garbage collection the classes. Most notably the following issues occurr in
> the factory:
> * The Context used to create the root scope is never exited (this leaves a
> thread-local behind)
> * The Debugger window is not properly closed (this leaves traces in the AWT
> behind)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.