|
From: <sl...@fa...> - 2012-07-31 15:51:44
|
Fatal error on windows7-32
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: 8 }
}
}
{ out
T{ win32-file
{ disposed t }
{ handle ALIEN: 1dc }
}
}
}
}
}
Output:
error: unknown object type 0 at offset 1400754 in .git/objects/pack/pack-87754c13e5aa19496b97d22618597156c177f4d0.pack
error: failed to read object 71f1986aceb9a3407fe4cda51d367968ab477c8d at offset 1400754 from .git/objects/pack/pack-87754c13e5aa19496b97d22618597156c177f4d0.pack
fatal: packed object 71f1986aceb9a3407fe4cda51d367968ab477c8d (stored in .git/objects/pack/pack-87754c13e5aa19496b97d22618597156c177f4d0.pack) is corrupt
(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
current-continuation -> error-continuation set-global
[ original-error set-global ] [ rethrow ] bi
]
|