Thread overview
VisualD 0.3.43 error "com server for dparser"
Jan 07, 2016
sdv
Jan 07, 2016
sdv
Jan 07, 2016
Rainer Schuetze
January 07, 2016
DParserCOMServer.exe

import std.socket;


void ss()
{
	auto yy = new TcpSocket();
	yy.b   //<---show expansion
}
January 07, 2016
On Thursday, 7 January 2016 at 11:43:38 UTC, sdv wrote:
> DParserCOMServer.exe
>
> import std.socket;
>
>
> void ss()
> {
> 	auto yy = new TcpSocket();
> 	yy.b   //<---show expansion
> }


by "enable UFCS expansions"
January 07, 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).