Hi, I'm trying some of the sample apps and get very frequent intermittent errors like these :-

andrew@islay:~/vibe.d/examples/httpstaticserver$ dub --compiler=gdc
Checking dependencies in '/data/home/andrew/vibe.d/examples/httpstaticserver'
Building configuration "application", build type debug
Running gdc...
Running /tmp/dub/3305221361/http-static-server-example...
Listening for HTTP requests on 192.168.1.124:8080
Listening for HTTP requests on 127.0.0.1:8080
Got exception when resuming task onSocketRead: Resuming terminated task.
Handling of connection failed: Remote hung up while operating on TCPConnection.
Exception onTimeout: Resuming terminated task.
Got exception when resuming task onSocketRead: Resuming terminated task.
Got exception when resuming task onSocketRead: Resuming terminated task.
Exception onTimeout: Resuming terminated task.
Exception onTimeout: Resuming terminated task.
Got exception when resuming task onSocketRead: Resuming terminated task.
Got exception when resuming task onSocketRead: Resuming terminated task.
Exception onTimeout: Resuming terminated task.
Error: Program exited with code -11

Any ideas ?

Thanks

Andrew