|
From: <sl...@fa...> - 2009-12-28 18:03:05
|
Fatal error on slava-dfb8ff805
Process was killed as a result of a call to
kill-process, or a timeout
Launch descriptor:
T{ process
{ command
{
"chmod"
"ug+rw"
"-R"
"E:\\builds/2009-12-28-07-43/factor"
}
}
{ environment H{ } }
{ environment-mode +append-environment+ }
{ stdin +closed+ }
{ stdout
T{ win32-file { disposed t } { handle ALIEN: 71c } }
}
{ stderr +stdout+ }
{ timeout T{ duration { minute 15 } } }
{ status 0 }
{ killed t }
}
[ swap >c call -> c> drop ]
[
(command-line) parse-command-line
load-vocab-roots run-user-init "e" get
[ (( -- )) eval ] when* ignore-cli-args? not script get and
[ run-script ] [ "run" get run ] if* -> output-stream get
[ stream-flush ] when* 0 exit
]
build-loop
cleanup
M\ windows really-delete-tree
try-output-process
wait-for-process
process-was-killed
M\ object throw
[
63 getenv error-thread set-global
continuation -> error-continuation set-global rethrow
]
|