VisualD 0.3.43 error "com server for dparser"

Rainer Schuetze via Digitalmars-d-ide digitalmars-d-ide at puremagic.com
Thu Jan 7 11:21:38 PST 2016



On 07.01.2016 12:43, sdv wrote:
> DParserCOMServer.exe
>
> import std.socket;
>
>
> void ss()
> {
>      auto yy = new TcpSocket();
>      yy.b   //<---show expansion
> }

I cannot reproduce here (it might depend on the version of phobos), but 
there is a similar report in bugzilla: 
https://issues.dlang.org/show_bug.cgi?id=15458

The component that's crashing is using 
https://github.com/aBothe/D_Parser, so it might be a good idea to report 
it there, too. (Best if you can verify it crashes with Mono-D, too).


More information about the Digitalmars-d-ide mailing list