Kaynağa Gözat

log stacktrace when forcibly terminating thread

tags/2.0.1
Jonathan Cobb 4 yıl önce
ebeveyn
işleme
c99a437ba4
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      src/main/java/org/cobbzilla/util/daemon/ZillaRuntime.java

+ 1
- 1
src/main/java/org/cobbzilla/util/daemon/ZillaRuntime.java Dosyayı Görüntüle

@@ -60,7 +60,7 @@ public class ZillaRuntime {
sleep(100, "terminate: waiting for thread to exit: "+thread);
}
if (thread.isAlive()) {
log.warn("terminate: thread did not respond to interrupt, killing it: "+thread);
log.warn("terminate: thread did not respond to interrupt, killing: "+thread+" from "+stacktrace());
thread.stop();
return false;
} else {


Yükleniyor…
İptal
Kaydet