Closed
Bug 993574
Opened 11 years ago
Closed 7 years ago
git://codeaurora.org/platform/external/libgsm taking too long and closes connection
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: bullgram, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20140319 Firefox/24.0 Iceweasel/24.4.0 (Nightly/Aurora)
Build ID: 20140319090433
Steps to reproduce:
./config.sh inari
Actual results:
remote: Counting objects: 3770291, done.
remote: Compressing objects: 100% (756256/756256), done.
error: RPC failed; result=56, HTTP code = 200.98 MiB | 3.00 KiB/s
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
Expected results:
unpack all items and continue configuration
remote: Counting objects: 3770291, done.
remote: Compressing objects: 100% (756256/756256), done.
error: RPC failed; result=56, HTTP code = 200.98 MiB | 3.00 KiB/s
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
remote: Counting objects: 3770297, done.
remote: Compressing objects: 100% (756262/756262), done.
error: RPC failed; result=56, HTTP code = 20085 MiB | 110.00 KiB/s
fatal: The remote end hung up unexpectedly
fatal: early EOF
fatal: index-pack failed
error: Cannot fetch gecko.git
error: Exited sync due to fetch errors
Repo sync failed
abr4xas@dx2400:~$ time git clone git://codeaurora.org/platform/external/libgsm &> log.txt
real 1m39.426s
user 0m0.372s
sys 0m0.212s
Comment 3•7 years ago
|
||
Firefox OS is not being worked on
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•