Thread overview
[Issue 11567] New: DParserCOMServer.exe is always running with VS
Nov 21, 2013
Michal Minich
Nov 24, 2013
Rainer Schuetze
Nov 25, 2013
Michal Minich
Dec 18, 2013
Rainer Schuetze
Dec 19, 2013
Michal Minich
November 21, 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11567

           Summary: DParserCOMServer.exe is always running with VS
           Product: D
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: VisualD
        AssignedTo: nobody@puremagic.com
        ReportedBy: michal.minich@gmail.com


--- Comment #0 from Michal Minich <michal.minich@gmail.com> 2013-11-21 00:21:31 PST ---
The process is running whenever VS is running, even when no D project is opened (or was). It is not possible to kill it. I'm putting it on minor severity as it is mostly formal issue as the process doesn't eats cpu, and only 2mb of ram.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
November 21, 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11567


rswhite4@googlemail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rswhite4@googlemail.com


--- Comment #1 from rswhite4@googlemail.com 2013-11-21 00:36:15 PST ---
http://forum.dlang.org/thread/bug-11564-3@https.d.puremagic.com%2Fissues%2F

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
November 24, 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11567


Rainer Schuetze <r.sagitario@gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |r.sagitario@gmx.de


--- Comment #2 from Rainer Schuetze <r.sagitario@gmx.de> 2013-11-24 10:37:42 PST ---
The process is started when Visual D is loaded, e.g. when you load a D source file, issue one of the Visual D commands in the menu or just open the Visual Studio about box.

AFAICT VS never unloads the language service later, so there is little that can be done.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
November 25, 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11567



--- Comment #3 from Michal Minich <michal.minich@gmail.com> 2013-11-25 03:22:45 PST ---
(In reply to comment #2)
> The process is started when Visual D is loaded, e.g. when you load a D source file, issue one of the Visual D commands in the menu or just open the Visual Studio about box.
> 
> AFAICT VS never unloads the language service later, so there is little that can be done.

What I wanted to point out is that it is just running even when no D project or source file was opened during VS session. But the cpu usage is 0 and memory on 2mb, so it is not so important as Manu's report on high cpu and mem usage.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
December 18, 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11567



--- Comment #4 from Rainer Schuetze <r.sagitario@gmx.de> 2013-12-18 06:18:23 PST ---
I have delayed starting the semantic server until the first D source file is loaded. Try it in https://github.com/D-Programming-Language/visuald/releases/tag/v0.3.38beta2

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
December 19, 2013
https://d.puremagic.com/issues/show_bug.cgi?id=11567


Michal Minich <michal.minich@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------