Closed boq closed 7 years ago
When file contains this (rare, but correct) construct, Srg2Source calls System.exit(1) (from this code), killing Gradle worker without any stacktrace. This also causes logs to be cut short, making debugging difficult.
System.exit(1)
Reproducible case: https://gist.github.com/boq/e55ea64ca9e9ba06fc56f5824b2de1ee
Stacktrace - captured by replacing security manager.
Example triggering line (source code for this class)
@|openmods\calc\parsing\BasicCompilerMapFactory.java|6486|6508|ConstantEvaluatorState|method||ConstantEvaluatorState|()V
EDIT: derp, duplicate of #14.
When file contains this (rare, but correct) construct, Srg2Source calls
System.exit(1)
(from this code), killing Gradle worker without any stacktrace. This also causes logs to be cut short, making debugging difficult.Reproducible case: https://gist.github.com/boq/e55ea64ca9e9ba06fc56f5824b2de1ee
Stacktrace - captured by replacing security manager.
Example triggering line (source code for this class)
EDIT: derp, duplicate of #14.