summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2015-10-20 00:43:53 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2015-10-20 00:43:53 -0400
commit2ef94e9c027493a71eee4050594d587754af0752 (patch)
tree83f1511ae341f164833728b9a9a0bc3931f969fc
parentc2a6165baf346197606ffe3d1fcb61d58d225b48 (diff)
parent49494dad0bb36ee308d5bb72037d6e5537a1a52f (diff)
Merge branch 'master' of ssh://git-annex.branchable.com
-rw-r--r--doc/bugs/git_annex_assistant_cannot_run_rsync___40__windows__41__.mdwn18
1 files changed, 18 insertions, 0 deletions
diff --git a/doc/bugs/git_annex_assistant_cannot_run_rsync___40__windows__41__.mdwn b/doc/bugs/git_annex_assistant_cannot_run_rsync___40__windows__41__.mdwn
new file mode 100644
index 000000000..0fdbf2249
--- /dev/null
+++ b/doc/bugs/git_annex_assistant_cannot_run_rsync___40__windows__41__.mdwn
@@ -0,0 +1,18 @@
+### Please describe the problem.
+
+When the assistant decides to sync the content of a file, it launches rsync. Windows shows an Application Error popup which says this:
+
+ The application was unable to start correctly (0xc000007b).
+
+Presumably it's crashing.
+
+### What version of git-annex are you using? On what operating system?
+
+ git-annex version: 5.20151019-gcc50c00
+ build flags: Assistant Webapp Webapp-secure Pairing Testsuite S3 WebDAV DNS Feeds Quvi TDFA TorrentParser Database
+ key/value backends: SHA256E SHA256 SHA512E SHA512 SHA224E SHA224 SHA384E SHA384 SHA3_256E SHA3_256 SHA3_512E SHA3_512 SHA3_224E SHA3_224 SHA3_384E SHA3_384 SKEIN256E SKEIN256 SKEIN512E SKEIN512 SHA1E SHA1 MD5E MD5 WORM URL
+ remote types: git gcrypt S3 bup directory rsync web bittorrent webdav tahoe glacier ddar hook external
+
+### Have you had any luck using git-annex before? (Sometimes we get tired of reading bug reports all day and a lil' positive end note does wonders)
+
+Not on windows so far :)