www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.debugger - VisualD DParserComServer madness(100+)

reply BetaDamnit <Beta Beta.com> writes:
https://ibb.co/7R8wsXG

I have no idea where they come from... I closed down VS hours ago 
and just now opened the task manager and saw all of them.

Taskkill /IM DParserCOMServer.exe /F

does work but it is not a solution.
Feb 22 2020
parent reply Rainer Schuetze <r.sagitario gmx.de> writes:
On 22/02/2020 14:11, BetaDamnit wrote:
 https://ibb.co/7R8wsXG
 
 I have no idea where they come from... I closed down VS hours ago and
 just now opened the task manager and saw all of them.
 
 Taskkill /IM DParserCOMServer.exe /F
 
 does work but it is not a solution.
I suspect that these are remainders of Visual Studio crashing for some reason. The server used to terminate itself after a minute of not being connected to any instance of Visual D, but that seems to no longer work...
Feb 23 2020
parent reply Guillaume Piolat <first.last gmail.com> writes:
On Sunday, 23 February 2020 at 17:24:19 UTC, Rainer Schuetze 
wrote:
 On 22/02/2020 14:11, BetaDamnit wrote:
 https://ibb.co/7R8wsXG
 
 I have no idea where they come from... I closed down VS hours 
 ago and just now opened the task manager and saw all of them.
 
 Taskkill /IM DParserCOMServer.exe /F
 
 does work but it is not a solution.
I suspect that these are remainders of Visual Studio crashing for some reason. The server used to terminate itself after a minute of not being connected to any instance of Visual D, but that seems to no longer work...
Hi, I have the same problem unfortunately. It makes Visual D barely usable, and need computer reboot after a while (didn't know about Taskkill).
May 14 2020
parent Rainer Schuetze <r.sagitario gmx.de> writes:
On 14/05/2020 11:53, Guillaume Piolat wrote:
 On Sunday, 23 February 2020 at 17:24:19 UTC, Rainer Schuetze wrote:
 On 22/02/2020 14:11, BetaDamnit wrote:
 https://ibb.co/7R8wsXG

 I have no idea where they come from... I closed down VS hours ago and
 just now opened the task manager and saw all of them.

 Taskkill /IM DParserCOMServer.exe /F

 does work but it is not a solution.
I suspect that these are remainders of Visual Studio crashing for some reason. The server used to terminate itself after a minute of not being connected to any instance of Visual D, but that seems to no longer work...
Hi, I have the same problem unfortunately. It makes Visual D barely usable, and need computer reboot after a while (didn't know about Taskkill).
Does it happen with the dmd-based engine, too?
May 15 2020