|
From: <sl...@fa...> - 2011-11-12 09:50:55
|
Fatal error on windows7-64
Process:
T{ process
{ command
{
"git"
"pull"
"git://factorcode.org/git/factor.git"
"master"
}
}
{ environment H{ } }
{ environment-mode +append-environment+ }
{ stdin +closed+ }
{ stdout
T{ win32-file { disposed t } { handle ALIEN: 1dc } }
}
{ stderr +stdout+ }
{ group +new-group+ }
{ timeout T{ duration { minute 30 } } }
{ status 1 }
{ pipe
T{ pipe
{ in
T{ win32-file
{ disposed t }
{ handle ALIEN: fc }
}
}
{ out
T{ win32-file
{ disposed t }
{ handle ALIEN: 1dc }
}
}
}
}
}
Output:
factorcode.org[0: 207.192.70.38]: errno=No error
fatal: unable to connect a socket (No error)
(U) Quotation: [ set-namestack init-catchstack self quot>> call -> stop ]
(O) Word: build-loop
(O) Word: update-sources
(O) Word: git-pull
(O) Word: try-output-process
(O) Word: output-process-error
(O) Method: M\ object throw
(U) Quotation: [
OBJ-CURRENT-THREAD special-object error-thread set-global
continuation -> error-continuation set-global
[ original-error set-global ] [ rethrow ] bi
]
|