Fixed
Details
Details
Assignee
Michael Offner
Michael OffnerReporter
Brad Wood
Brad WoodPriority
Labels
New Issue warning screen
Before you create a new Issue, please post to the mailing list first https://dev.lucee.org
Once the issue has been verified, one of the Lucee team will ask you to file an issue
Created 9 September 2021 at 18:06
Updated 29 August 2022 at 13:42
Resolved 29 August 2022 at 13:42
If there is an exception raised from the doClearPagePools(), it is discarded in an empty catch block. This should at least get logged somewhere. Otherwise, there would be no way to tell if the process was failing. I'm trying to helping someone troubleshoot an issue with this process running for a long time right now and I have no way to tell if it's erroring out or not.
https://github.com/lucee/Lucee/blob/6.0/core/src/main/java/lucee/runtime/engine/Controler.java#L373