summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar yarikoptic <yarikoptic@web>2017-08-09 17:07:17 +0000
committerGravatar admin <admin@branchable.com>2017-08-09 17:07:17 +0000
commit7409fd2365d7558592dbeaf410dba527ac3a2ea9 (patch)
treec90c22419a68b2b6b4fadcd5430e5df9d1738337 /doc
parenta17121ae4a21feeeb2d8100804a2bb16ec0c6d5b (diff)
Added a comment: "reproduces" in a complete git installation
Diffstat (limited to 'doc')
-rw-r--r--doc/forum/git-annex_add_out_of_memory_error/comment_8_ffbb059664541c92dcbf97c150d9b951._comment42
1 files changed, 42 insertions, 0 deletions
diff --git a/doc/forum/git-annex_add_out_of_memory_error/comment_8_ffbb059664541c92dcbf97c150d9b951._comment b/doc/forum/git-annex_add_out_of_memory_error/comment_8_ffbb059664541c92dcbf97c150d9b951._comment
new file mode 100644
index 000000000..3b8a23c92
--- /dev/null
+++ b/doc/forum/git-annex_add_out_of_memory_error/comment_8_ffbb059664541c92dcbf97c150d9b951._comment
@@ -0,0 +1,42 @@
+[[!comment format=mdwn
+ username="yarikoptic"
+ avatar="http://cdn.libravatar.org/avatar/f11e9c84cb18d26a1748c33b48c924b4"
+ subject="&quot;reproduces&quot; in a complete git installation "
+ date="2017-08-09T17:07:17Z"
+ content="""
+Installed a stretch based singularity container on a Centos 6.9 with 2.6.32-696.6.3.el6.x86_64 kernel and within it, I reliably get the message
+
+[[!format sh \"\"\"
+yhalchen@discovery:~/datalad$ git pull --ff-only origin master
+From git://github.com/datalad/datalad
+ * branch master -> FETCH_HEAD
+fatal: Out of memory, getdelim failed
+yhalchen@discovery:~/datalad$ echo $?
+128
+yhalchen@discovery:~/datalad$ git --version
+git version 2.11.0
+yhalchen@discovery:~/datalad$ which git
+/usr/bin/git
+yhalchen@discovery:~/datalad$ apt-cache policy git
+git:
+ Installed: 1:2.11.0-3
+ Candidate: 1:2.11.0-3
+ Version table:
+ *** 1:2.11.0-3 500
+ 500 http://smaug.datalad.org:3142/debian stretch/main amd64 Packages
+ 100 /var/lib/dpkg/status
+
+\"\"\"]]
+also note that message might come not the last one in the output (initial run for the command was different):
+
+[[!format sh \"\"\"
+yhalchen@discovery:~/datalad$ git pull --ff-only
+remote: Counting objects: 19, done.
+remote: Compressing objects: 100% (6/6), done.
+remote: Total 19 (delta 13), reused 19 (delta 13), pack-reused 0
+Unpacking objects: 100% (19/19), done.
+fatal: Out of memory, getdelim failed
+error: git://github.com/datalad/datalad did not send all necessary objects
+
+\"\"\"]]
+"""]]