Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Scripting JavaScript 2.0.2
-
None
Description
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)