Gradle Daemon's STOPPING but not exiting

Yesterday was “bug” day so I had a wrapper running (-t compileJava) in the background while doing changes to make sure I didn’t break anything. A couple of times it existed because I had broken something.

This morning 11 hours later I found this:

$ gw --status
No Gradle daemons are running.
PID STATUS INFO
22656 STOPPED (by user or operating system)
30116 STOPPED (by user or operating system)
26128 STOPPED (by user or operating system)
11524 STOPPED (by user or operating system)
72196 STOPPED (by user or operating system)
8172 STOPPED (by user or operating system)
34736 STOPPED (by user or operating system)
145572 STOPPED (by user or operating system)
22236 STOPPED (by user or operating system)
23040 STOPPED (by user or operating system)

{ None of these are actual processes, checked in Details tab of Task Manager }

$ gw --version


Gradle 3.5

Build time: 2017-04-10 13:37:25 UTC
Revision: b762622a185d59ce0cfc9cbc6ab5dd22469e18a6

Groovy: 2.4.10
Ant: Apache Ant™ version 1.9.6 compiled on June 29 2015
JVM: 1.8.0_102 (Oracle Corporation 25.102-b14)
OS: Windows 10 10.0 amd64

I don’t have a global properties file and nothing in the local repo contains wrapper instructions.

System: Windows 10 x64
Env: Git bash
Gradle: 3.5 wrapper

$ grep -E ‘(ERROR|WARN)’ ~/.gradle/daemon/3.5/daemon-145572.out.log
07:59:50.148 [ERROR] [org.gradle.launcher.daemon.server.DaemonStateCoordinator] Command execution: started DaemonCommandExecution[command = Build{id=aecac531-40fd-4ffd-ad7d-c4e75bda8772.1, currentDir=E:\src\ap}, connection = DefaultDaemonConnection: socket connection from /127.0.0.1:4247 to /127.0.0.1:4248] after 0.0 minutes of idle
07:59:50.190 [WARN] [org.gradle.util.DeprecationLogger] Continuous build is an incubating feature.