aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2017-09-29 15:46:39 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2017-09-29 15:46:39 -0400
commit5877d88bbc6ec82be93abc4a15abcdda2dbc7f12 (patch)
tree729913f7e81638ed215adb5e16ca7fcafe68d70c /doc
parent49ea9c99164e052dc0c66750c822d350d62a547e (diff)
comment
Diffstat (limited to 'doc')
-rw-r--r--doc/bugs/git-annex_can_no_longer_copy_files_to_box/comment_5_c758613d1d407e8ff1565822a9f36951._comment10
-rw-r--r--doc/bugs/git_annex_test_fails/comment_2_057ba348486dfb45eafeaea4260e8642._comment51
-rw-r--r--doc/bugs/git_annex_test_fails/comment_3_8a60a3c79e6f0f3d4a29c886e63bffba._comment11
3 files changed, 72 insertions, 0 deletions
diff --git a/doc/bugs/git-annex_can_no_longer_copy_files_to_box/comment_5_c758613d1d407e8ff1565822a9f36951._comment b/doc/bugs/git-annex_can_no_longer_copy_files_to_box/comment_5_c758613d1d407e8ff1565822a9f36951._comment
new file mode 100644
index 000000000..e8b556edf
--- /dev/null
+++ b/doc/bugs/git-annex_can_no_longer_copy_files_to_box/comment_5_c758613d1d407e8ff1565822a9f36951._comment
@@ -0,0 +1,10 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 5"""
+ date="2017-09-29T19:41:08Z"
+ content="""
+https://git.archlinux.org/svntogit/community.git/commit/trunk?h=packages/haskell-dav&id=3053316bdef797ade4abd9e94c76258468deb9bc
+
+Could be the new version of aeson that broke it. The autobuilder is using
+aeson-1.1.2.0.
+"""]]
diff --git a/doc/bugs/git_annex_test_fails/comment_2_057ba348486dfb45eafeaea4260e8642._comment b/doc/bugs/git_annex_test_fails/comment_2_057ba348486dfb45eafeaea4260e8642._comment
new file mode 100644
index 000000000..4e5b0688f
--- /dev/null
+++ b/doc/bugs/git_annex_test_fails/comment_2_057ba348486dfb45eafeaea4260e8642._comment
@@ -0,0 +1,51 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 2"""
+ date="2017-09-29T19:13:19Z"
+ content="""
+On linux I'm seeing only around 90 open files max (mostly pipes to git),
+and maybe 30 git processes max. It does not seem to be leaking a
+git process per test directory or anything like that on linux.
+
+On OSX, more accurate look at the open files (75868 is the pid of the
+git-annex test process)
+
+ while sleep 1; do lsof -p 75868|wc -l; done
+ 24
+ 32
+ 36
+ 46
+ 47
+ 49
+ 41
+ 32
+ 24
+ 30
+ 27
+ ...
+
+Never went above 80 open files. Similarly:
+
+ while sleep 1; do ps | grep git |wc -l; done
+ 20
+ 17
+ 18
+ 17
+ 15
+ 22
+ 9
+ 14
+ 11
+ 19
+ 9
+ 11
+ 17
+
+ ...
+
+Never went over 30 processes.
+
+It would be very helpful to pause git-annex test when it starts failing
+and take a look at lsof and ps to see what open files and child processes
+it has.
+"""]]
diff --git a/doc/bugs/git_annex_test_fails/comment_3_8a60a3c79e6f0f3d4a29c886e63bffba._comment b/doc/bugs/git_annex_test_fails/comment_3_8a60a3c79e6f0f3d4a29c886e63bffba._comment
new file mode 100644
index 000000000..7b3763139
--- /dev/null
+++ b/doc/bugs/git_annex_test_fails/comment_3_8a60a3c79e6f0f3d4a29c886e63bffba._comment
@@ -0,0 +1,11 @@
+[[!comment format=mdwn
+ username="joey"
+ subject="""comment 3"""
+ date="2017-09-29T19:35:28Z"
+ content="""
+Above was with daily OSX build, which is currently built with ghc 8.0.2.
+My linux test was also with ghc 8.0.2.
+
+It may be that ghc 8.2.1 has different cleanup behavior which
+causes more open files. The other reporter was also using ghc 8.2.1.
+"""]]