Advertisement
Guest User

Untitled

a guest
Dec 6th, 2012
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.30 KB | None | 0 0
  1. std.exception.ErrnoException@std/stdio.d(461): Could not close pipe `' (No such file or directory)
  2. ----------------
  3. 5 file 0x0010aa66 void std.stdio.File.close() + 170
  4. 6 file 0x001048e5 std.process.Pid std.process.spawnProcessImpl(immutable(char)[], const(immutable(char)[][]), const(char**), std.stdio.File, std.stdio.File, std.stdio.File, std.process.Config) + 725
  5. 7 file 0x00104593 std.process.Pid std.process.spawnProcess(immutable(char)[], const(immutable(char)[][]), std.stdio.File, std.stdio.File, std.stdio.File, std.process.Config) + 147
  6. 8 file 0x00105623 std.process.ProcessPipes std.process.pipeProcess(immutable(char)[], immutable(char)[][], std.process.Redirect) + 1183
  7. 9 file 0x00105169 std.process.ProcessPipes std.process.pipeProcess(immutable(char)[], std.process.Redirect) + 117
  8. 10 file 0x00105b07 std.typecons.Tuple!(int, "status", immutable(char)[], "output").Tuple std.process.execute(immutable(char)[]) + 31
  9. 11 file 0x000bba1f void std.file.__unittestL2208_20() + 607
  10. 12 file 0x000b8523 void std.file.__modtest() + 91
  11. 13 file 0x000da481 extern (C) bool core.runtime.runModuleUnitTests().int __foreachbody320(ref object.ModuleInfo*) + 45
  12. 14 file 0x000e9ac6 int rt.minfo.moduleinfos_apply(scope int delegate(ref object.ModuleInfo*)) + 66
  13. 15 file 0x000da372 runModuleUnitTests + 134
  14. 16 file 0x000e5461 extern (C) int rt.dmain2._d_run_main(int, char**, extern (C) int function(char[][])*).void runAll() + 41
  15. 17 file 0x000e4fe0 extern (C) int rt.dmain2._d_run_main(int, char**, extern (C) int function(char[][])*).void tryExec(scope void delegate()) + 24
  16. 18 file 0x000e4fae _d_run_main + 342
  17. 19 file 0x000e4e51 main + 29
  18. 20 libdyld.dylib 0x958d4725 start + 0
  19. 21 ??? 0x00000001 0x0 + 1
  20. make[1]: *** [generated/osx/debug/32/unittest/std/file] Error 1
  21. make: *** [unittest] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement