From 3c929400f64d610573524ddd57f7a7c1d14fbe0f Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Sun, 20 Apr 2014 16:52:16 +0000 Subject: [PATCH 1/5] Added a comment --- ...omment_1_415de83053dc61a64cf2e301223f1916._comment | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/bugs/protocol_mismatch_after_interrupt/comment_1_415de83053dc61a64cf2e301223f1916._comment diff --git a/doc/bugs/protocol_mismatch_after_interrupt/comment_1_415de83053dc61a64cf2e301223f1916._comment b/doc/bugs/protocol_mismatch_after_interrupt/comment_1_415de83053dc61a64cf2e301223f1916._comment new file mode 100644 index 0000000000..6247cf42ef --- /dev/null +++ b/doc/bugs/protocol_mismatch_after_interrupt/comment_1_415de83053dc61a64cf2e301223f1916._comment @@ -0,0 +1,11 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.191" + subject="comment 1" + date="2014-04-20T16:52:15Z" + content=""" +Last time rsync seemed to fail like this it was really the remote git-annex-shell failing on an encoding problem: +[[!commit 0b12db64d834979d49ed378235b0c19b34e4a4d6]] + +It seems I would need to see the transfer info files you moved out of the way to say more. Or you could copy the back, reproduce the problem, find the git-annex-shell command that is being run (using --debug), and see if you can run it on the remote system and reproduce the problem there without rsync in the picture, in order to get the actual error message. +"""]] From 545dad079da272047cd5ba47694c2d6637571e4c Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Sun, 20 Apr 2014 17:11:02 +0000 Subject: [PATCH 2/5] Added a comment --- ..._b83888a98075125dd043f323c99da03b._comment | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 doc/bugs/git-annex_branch_shows_commit_with_looong_commitlog/comment_1_b83888a98075125dd043f323c99da03b._comment diff --git a/doc/bugs/git-annex_branch_shows_commit_with_looong_commitlog/comment_1_b83888a98075125dd043f323c99da03b._comment b/doc/bugs/git-annex_branch_shows_commit_with_looong_commitlog/comment_1_b83888a98075125dd043f323c99da03b._comment new file mode 100644 index 0000000000..75bfd73685 --- /dev/null +++ b/doc/bugs/git-annex_branch_shows_commit_with_looong_commitlog/comment_1_b83888a98075125dd043f323c99da03b._comment @@ -0,0 +1,25 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.191" + subject="comment 1" + date="2014-04-20T17:11:02Z" + content=""" +Is there one commit with this long message, or 12 thousand commits each adding another (recovery from race) to the pyramid? + +
+ - Also safely handles a race that can occur if a change is being pushed
+ - into the branch at the same time. When the race happens, the commit will
+ - be made on top of the newly pushed change, but without the index file
+ - being updated to include it. The result is that the newly pushed
+ - change is reverted. This race is detected and another commit made
+ - to fix it.
+
+ +If there is only one message, then it must have tried 12k times to commit to the git-annex branch and each time something else pushed or commited to the git-annex branch and overwrote its commit. This seems statistically unlikely. (Also there's locking to prevent multiple local git-annex processes from committing at the same time.) + +There have been a few other unexplained reports of this race detection code repeatedly triggering. + +> \"shutdown the assistant in yet another panic\" + +This implies some hasty, perhaps unusual shutdown method, and some unusual situation. I think you could tell me more about what was going on. +"""]] From 0ce86cd0dfc138c7f20ce2f01c05365b0f18a307 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Sun, 20 Apr 2014 17:16:50 +0000 Subject: [PATCH 3/5] Added a comment --- ...mment_1_31af3e5226430a4e94de58c0e33bd22b._comment | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/bugs/Android___91__Terminal_session_finished__93__/comment_1_31af3e5226430a4e94de58c0e33bd22b._comment diff --git a/doc/bugs/Android___91__Terminal_session_finished__93__/comment_1_31af3e5226430a4e94de58c0e33bd22b._comment b/doc/bugs/Android___91__Terminal_session_finished__93__/comment_1_31af3e5226430a4e94de58c0e33bd22b._comment new file mode 100644 index 0000000000..73f7b05ca7 --- /dev/null +++ b/doc/bugs/Android___91__Terminal_session_finished__93__/comment_1_31af3e5226430a4e94de58c0e33bd22b._comment @@ -0,0 +1,12 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.191" + subject="comment 1" + date="2014-04-20T17:16:50Z" + content=""" +From the git-annex terminal, try to run: + +/data/data/ga.androidterm/lib/lib.start.so + +Paste me any output.. +"""]] From 145ba7a2aa0a2fe2522a216c08c64c2ee11640a9 Mon Sep 17 00:00:00 2001 From: "http://joeyh.name/" Date: Sun, 20 Apr 2014 18:35:40 +0000 Subject: [PATCH 4/5] Added a comment --- ...ment_5_f975059733fca678e93b791b2a250535._comment | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/bugs/git-annex_fails_to_initialize_under_Windows/comment_5_f975059733fca678e93b791b2a250535._comment diff --git a/doc/bugs/git-annex_fails_to_initialize_under_Windows/comment_5_f975059733fca678e93b791b2a250535._comment b/doc/bugs/git-annex_fails_to_initialize_under_Windows/comment_5_f975059733fca678e93b791b2a250535._comment new file mode 100644 index 0000000000..319cb3617b --- /dev/null +++ b/doc/bugs/git-annex_fails_to_initialize_under_Windows/comment_5_f975059733fca678e93b791b2a250535._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.191" + subject="comment 5" + date="2014-04-20T18:35:39Z" + content=""" +You might want to try upgrading to msysgit 1.9.0, which is the one I am using for windows development. + +So, your screenshot shows that git checkout -B annex/direct/master worked ok when you ran it, but then when git-annex init failed, it was running +the same command, only with a -q also. The -q is only quiet mode, shouldn't matter. + +(The .t folder is created when running git-annex test, so not relevant.) +"""]] From cff62a33f8aa4a28afd1c44b933a296dfaaf35bc Mon Sep 17 00:00:00 2001 From: cbaines Date: Sun, 20 Apr 2014 19:40:11 +0000 Subject: [PATCH 5/5] Added a comment --- ..._a5bcbd2f85283e29e237e9850cd8109a._comment | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 doc/bugs/Android___91__Terminal_session_finished__93__/comment_2_a5bcbd2f85283e29e237e9850cd8109a._comment diff --git a/doc/bugs/Android___91__Terminal_session_finished__93__/comment_2_a5bcbd2f85283e29e237e9850cd8109a._comment b/doc/bugs/Android___91__Terminal_session_finished__93__/comment_2_a5bcbd2f85283e29e237e9850cd8109a._comment new file mode 100644 index 0000000000..01cc337304 --- /dev/null +++ b/doc/bugs/Android___91__Terminal_session_finished__93__/comment_2_a5bcbd2f85283e29e237e9850cd8109a._comment @@ -0,0 +1,22 @@ +[[!comment format=mdwn + username="cbaines" + ip="86.166.14.171" + subject="comment 2" + date="2014-04-20T19:40:11Z" + content=""" +When I run that, I get: +[[!format sh \"\"\" +/system/bin/sh: /data/data/ga.androidterm/lib/lib.start.so: not found +\"\"\"]] + +Which makes some sense, as the file is not there. The following files can be found under /data/data/ga.androidterm: +[[!format sh \"\"\" +/data/data/ga.androidterm/cache/com.android.renderscript.cache/ <- empty directory +/data/data/ga.androidterm/lib/libga-androidterm4.so +/data/data/ga.androidterm/shared_prefs/ga.androidterm_preferences.xml +\"\"\"]] + +I tried running libga-androidterm4.so, but I just got Segmentation fault back. + +I also tried using logcat to see if I could see anything obvious going wrong when running the app for the first time after installation, but I could not see anything obvious in the logs (there was a lot of noise, so I might of missed something), will anything useful appear with the use of a filter? +"""]]