summaryrefslogtreecommitdiff
path: root/doc/bugs/enormous_fsck_output_OOM.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2014-03-10 14:04:13 -0400
committerGravatar Joey Hess <joey@kitenet.net>2014-03-10 14:04:13 -0400
commitb590db53ef36f9446d32cf29423b658697cdf6b7 (patch)
tree0b02df65cb5b97e206a5d7f92658ee8384c9fa14 /doc/bugs/enormous_fsck_output_OOM.mdwn
parent299ae1f68e70c85cffc5e92b0bd4581f7642f54f (diff)
promote forum post to bug
Diffstat (limited to 'doc/bugs/enormous_fsck_output_OOM.mdwn')
-rw-r--r--doc/bugs/enormous_fsck_output_OOM.mdwn20
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/bugs/enormous_fsck_output_OOM.mdwn b/doc/bugs/enormous_fsck_output_OOM.mdwn
new file mode 100644
index 000000000..975674b5c
--- /dev/null
+++ b/doc/bugs/enormous_fsck_output_OOM.mdwn
@@ -0,0 +1,20 @@
+Hi,
+
+My Webapp isn't working:
+
+ $ git-annex webapp error: refs/gcrypt/gitception+ does not point to a valid object!
+ error: refs/remotes/Beta/git-annex does not point to a valid object!
+ error: refs/remotes/Beta/master does not point to a valid object!
+ fatal: unable to read tree 656e7db5be172f01c0b6994d01f1a08d1273af12
+
+So I tried to repair it:
+
+ $ git-annex repair Running git fsck ...
+ Stack space overflow: current size 8388608 bytes. Use `+RTS -Ksize -RTS' to increase it.
+
+So I tried to follow your advice here and increase the stack:
+
+ $ git-annex +RTS -K35000000 -RTS fsck
+ git-annex: Most RTS options are disabled. Link with -rtsopts to enable them.
+
+I wasn't sure what to do next, so any help would be appreciated.