bug:在项目运行一段时间后会报StackOverflowError
- Dominant language
- Java
- Stars
- 1.9k
- Forks
- 241
- PR merge metrics
- No merged PRs in 30d
Description
在项目运行一段时间后会报StackOverflowError ,部分报错如下:
2024-01-04T13:46:46.690+08:00 ERROR 30 --- [io-8088-exec-11] o.a.c.c.C.[.[.[.[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [/portal/api] threw exception [Filter execution threw an exception] with root cause
java.lang.StackOverflowError: null
at com.dtflys.forest.mapping.SubVariableScope.getConfiguration(SubVariableScope.java:59) ~[forest-core-1.5.33.jar!/:1.5.33]
at com.dtflys.forest.mapping.SubVariableScope.getConfiguration(SubVariableScope.java:59) ~[forest-core-1.5.33.jar!/:1.5.33]
at com.dtflys.forest.mapping.SubVariableScope.getConfiguration(SubVariableScope.java:59) ~[forest-core-1.5.33.jar!/:1.5.33]
at com.dtflys.forest.mapping.SubVariableScope.getConfiguration(SubVariableScope.java:59) ~[forest-core-1.5.33.jar!/:1.5.33]
at com.dtflys.forest.mapping.SubVariableScope.getConfiguration(SubVariableScope.java:59) ~[forest-core-1.5.33.jar!/:1.5.33]
at com.dtflys.forest.mapping.SubVariableScope.getConfiguration(SubVariableScope.java:59) ~[forest-core-1.5.33.jar!/:1.5.33]
at com.dtflys.forest.mapping.SubVariableScope.getConfiguration(SubVariableScope.java:59) ~[forest-core-1.5.33.jar!/:1.5.33]
at com.dtflys.forest.mapping.SubVariableScope.getConfiguration(SubVariableScope.java:59) ~[forest-core-1.5.33.jar!/:1.5.33]
at com.dtflys.forest.mapping.SubVariableScope.getConfiguration(SubVariableScope.java:59) ~[forest-core-1.5.33.jar!/:1.5.33]
at com.dtflys.forest.mapping.SubVariableScope.getConfiguration(SubVariableScope.java:59) ~[forest-core-1.5.33.jar!/:1.5.33]
at com.dtflys.forest.mapping.SubVariableScope.getConfiguration(SubVariableScope.java:59) ~[forest-core-1.5.33.jar!/:1.5.33]
at com.dtflys.forest.mapping.SubVariableScope.getConfiguration(SubVariableScope.java:59) ~[forest-core-1.5.33.jar!/:1.5.33]
at com.dtflys.forest.mapping.SubVariableScope.getConfiguration(SubVariableScope.java:59) ~[forest-core-1.5.33.jar!/:1.5.33]
at com.dtflys.forest.mapping.SubVariableScope.getConfiguration(SubVariableScope.java:59) ~[forest-core-1.5.33.jar!/:1.5.33]
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.