Re: [SlimDevices: SqueezeCenter] SqueezeSrv.exe won't stop and can't be killed

2018-08-01 Thread reinholdk
You mentioned all threads are terminating except one. Did you look at its stack e.g. using Process Explorer? Maybe it gives a hint what it's doing or waiting for. reinholdk's Profile:

Re: [SlimDevices: SqueezeCenter] SqueezeSrv.exe won't stop and can't be killed

2018-07-31 Thread philippe_44
bpa wrote: > How about "notmyfault" type process see > https://blogs.technet.microsoft.com/markrussinovich/2005/08/17/unkillable-processes/ > > edit: > It describes how to trace callback to hanging point which may not be > very useful with Perl but if it is related to your helper exe - it may

Re: [SlimDevices: SqueezeCenter] SqueezeSrv.exe won't stop and can't be killed

2018-07-31 Thread bpa
philippe_44 wrote: > Nothing strange, just it can't be killed How about "notmyfault" type process see https://blogs.technet.microsoft.com/markrussinovich/2005/08/17/unkillable-processes/ bpa's Profile:

Re: [SlimDevices: SqueezeCenter] SqueezeSrv.exe won't stop and can't be killed

2018-07-31 Thread philippe_44
reinholdk wrote: > I assume you've checked that it's the same process id that is living on > after you've tried to kill it? Yes, it's the same that stays sticky bpa wrote: > Have you tried using somehting like "Process Explorer" to see if there > is something "odd" about the process state,

Re: [SlimDevices: SqueezeCenter] SqueezeSrv.exe won't stop and can't be killed

2018-07-31 Thread bpa
Have you tried using somehting like "Process Explorer" to see if there is something "odd" about the process state, child processes etc. It seems to be like a Linux zombie - where it is stuck waiting on an event typically I/O request or from a child process.

Re: [SlimDevices: SqueezeCenter] SqueezeSrv.exe won't stop and can't be killed

2018-07-31 Thread reinholdk
I assume you've checked that it's the same process id that is living on after you've tried to kill it? reinholdk's Profile: http://forums.slimdevices.com/member.php?userid=36070 View this thread:

Re: [SlimDevices: SqueezeCenter] SqueezeSrv.exe won't stop and can't be killed

2018-07-30 Thread philippe_44
Apesbrain wrote: > Check your squeezesvr service setting to be sure it is not set to > auto-restart if stopped. > > I use a simple bat file to restart the squeezesvr service: > > Net stop squeezesvr > Timeout /t -5 > Net start squeezesvr > > Did that from memory so I hope it's correct. No

Re: [SlimDevices: SqueezeCenter] SqueezeSrv.exe won't stop and can't be killed

2018-07-30 Thread Apesbrain
Check your squeezesvr service setting to be sure it is not set to auto-restart if stopped. I use a simple bat file to restart the squeezesvr service: Net stop squeezesvr Timeout /t -5 Net start squeezesvr Did that from memory so I hope it's correct.

[SlimDevices: SqueezeCenter] SqueezeSrv.exe won't stop and can't be killed

2018-07-30 Thread philippe_44
Hi - A week ago, although I did not do any change to my LMS system, a very annoying problem occured on my Win7 installation. The SqueezeSvr.exe (7.9.1) process won't die. Whether I start it as a system service and try to kill it this way, or in the session, does not change anything. Stopping LMS