-
Notifications
You must be signed in to change notification settings - Fork 213
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NPE during expiration check #842
Comments
First a maven-mvnd/daemon/src/main/java/org/mvndaemon/mvnd/daemon/DaemonMemoryStatus.java Lines 110 to 142 in a15abc2
So isTrashing, isHeapSpaceExhausted & friends should not assume strategy being non-null maven-mvnd/daemon/src/main/java/org/mvndaemon/mvnd/daemon/DaemonMemoryStatus.java Lines 162 to 171 in a15abc2
Would you mind sending a PR? Second, I wonder what GcStrategy params would catch your JVM maven-mvnd/daemon/src/main/java/org/mvndaemon/mvnd/daemon/DaemonMemoryStatus.java Lines 49 to 53 in a15abc2
|
Just encountered this on a maven build (regular clean install, small single module project)
daemon log:
It's not really reproducable, subsequent builds run fine.
The text was updated successfully, but these errors were encountered: