Yes, I've seen the same error on something totally unrelated.
It was a program that used httpclient incorrectly. No idea why or what is happening though.
On Sat, 29 Jun 2013 20:40:58 GMT, Joshua Niehus wrote:
Hello,
I have the following app.d:
import std.stdio, std.process; void main() { "hello".writeln; executeShell(`uname -a`); }
running:
$vibe-test>dub --vverbose
produces the following error:
dmd -of/tmp/dub/1732927460/vibe-test /tmp/dub/1732927460/temp.o -L-levent -L-levent_pthreads -L-lssl -L-lcrypto -g Running /tmp/dub/1732927460/vibe-test... hello Error: Program exited with code -11 Full exception: object.Exception@source/dub/generators/build.d(180): Program exited with code -11 5 dub 0x0000000103a9c08b pure @safe bool std.exception.enforce!(bool).enforce(bool, lazy const(char)[], immutable(char)[], ulong) + 107 6 dub 0x0000000103a8ba7b void dub.generators.build.BuildGenerator.generateProject(dub.generators.generator.GeneratorSettings) + 5595 7 dub 0x0000000103a6ac08 void dub.dub.Dub.generateProject(immutable(char)[], dub.generators.generator.GeneratorSettings) + 160 8 dub 0x0000000103a5c5b8 _Dmain + 6012 9 dub 0x0000000103b32361 extern (C) int rt.dmain2._d_run_main(int, char**, extern (C) int function(char[][])*).void runMain() + 33 10 dub 0x0000000103b31ec1 extern (C) int rt.dmain2._d_run_main(int, char**, extern (C) int function(char[][])*).void tryExec(scope void delegate()) + 45 11 dub 0x0000000103b323a8 extern (C) int rt.dmain2._d_run_main(int, char**, extern (C) int function(char[][])*).void runAll() + 56 12 dub 0x0000000103b31ec1 extern (C) int rt.dmain2._d_run_main(int, char**, extern (C) int function(char[][])*).void tryExec(scope void delegate()) + 45 13 dub 0x0000000103b31e7b _d_run_main + 447 14 dub 0x0000000103b31cb4 main + 20 15 dub 0x0000000103a5ae34 start + 52 16 ??? 0x0000000000000002 0x0 + 2 Run 'dub help' for usage information.
Has anyone seen this before?
Im running on Mac OSX 10.8.4