-
Notifications
You must be signed in to change notification settings - Fork 0
Description
org.zeroturnaround.exec.InvalidExitValueException: Unexpected exit value: 128, allowed exit values: [0], executed command [taskkill, /t, /f, /PID, 22524], output was 39 bytes:
ERROR: process "22524" not found.
at org.zeroturnaround.exec.InvalidExitUtil.checkExit(InvalidExitUtil.java:27)
at org.zeroturnaround.exec.WaitForProcess.call(WaitForProcess.java:114)
at org.zeroturnaround.exec.ProcessExecutor.waitFor(ProcessExecutor.java:1076)
at org.zeroturnaround.exec.ProcessExecutor.execute(ProcessExecutor.java:906)
at ch.ayedo.tcpkiller.services.CommandLineRunner.run(CommandLineRunner.kt:13)
at ch.ayedo.tcpkiller.services.WindowsTaskKillProcessTerminator.terminate-BE2RuP0(ProcessTerminator.kt:46)
at ch.ayedo.tcpkiller.services.ProcessService.terminate-BE2RuP0(ProcessService.kt:28)
at ch.ayedo.tcpkiller.views.ProcessTableView$killSelectedProcess$$inlined$let$lambda$1.run(ProcessTableView.kt:78)
at com.sun.javafx.application.PlatformImpl.lambda$null$5(PlatformImpl.java:295)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.javafx.application.PlatformImpl.lambda$runLater$6(PlatformImpl.java:294)
at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:95)
at com.sun.glass.ui.win.WinApplication._runLoop(Native Method)
at com.sun.glass.ui.win.WinApplication.lambda$null$3(WinApplication.java:177)
at java.lang.Thread.run(Thread.java:748)