Mantis - Quercus
|
|||||
Viewing Issue Advanced Details | |||||
|
|||||
ID: | Category: | Severity: | Reproducibility: | Date Submitted: | Last Update: |
4375 | major | always | 02-04-11 12:59 | 02-04-11 12:59 | |
|
|||||
Reporter: | xerafin | Platform: | |||
Assigned To: | OS: | ||||
Priority: | normal | OS Version: | |||
Status: | new | Product Version: | 4.0.14 | ||
Product Build: | Resolution: | open | |||
Projection: | none | ||||
ETA: | none | Fixed in Version: | |||
|
|||||
Summary: | 0004375: QuercusScriptEngine leaks QercusContexts | ||||
Description: |
QuercusScriptEngine contains a QuercusContext. This QuercusContext has its start() method invoked which spins up the EnvTimeoutThread. QuercusScriptEngine does not close the QuercusContext, so if a QuercusScriptEngine is garbage collected, the EnvTimeoutThread is left running which keeps the QuercusContext in memory. QuercusScriptEngine should probably at the very least have a finalize() method that calls QuercusContext.close(). |
||||
Steps To Reproduce: | |||||
Additional Information: | |||||
Relationships | |||||
Attached Files: |
There are no notes attached to this issue. |