From 9da1e5c564e2339fd5db27afbe25c250b64fc4ff Mon Sep 17 00:00:00 2001 From: ghen1 Date: Sat, 31 Dec 2016 14:19:07 +0000 Subject: Added a comment: To Reproduce --- ...comment_2_792e40149bb2ae55206ebe9cea151831._comment | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/bugs/git-annex__58___unable_to_decommit_memory__58___Invalid_argument/comment_2_792e40149bb2ae55206ebe9cea151831._comment diff --git a/doc/bugs/git-annex__58___unable_to_decommit_memory__58___Invalid_argument/comment_2_792e40149bb2ae55206ebe9cea151831._comment b/doc/bugs/git-annex__58___unable_to_decommit_memory__58___Invalid_argument/comment_2_792e40149bb2ae55206ebe9cea151831._comment new file mode 100644 index 000000000..67d573498 --- /dev/null +++ b/doc/bugs/git-annex__58___unable_to_decommit_memory__58___Invalid_argument/comment_2_792e40149bb2ae55206ebe9cea151831._comment @@ -0,0 +1,18 @@ +[[!comment format=mdwn + username="ghen1" + avatar="http://cdn.libravatar.org/avatar/efd0e92b6198291138f0cd7aedbf86b6" + subject="To Reproduce" + date="2016-12-31T14:19:07Z" + content=""" +I've successfully reproduced the error. + +Steps: + +1. Create 5k small files using a script. (I used one given here: ) +2. Init git and git-annex +3. Add files to git-annex. **The error occurs here** after/while (recording state in git...) + +If no error occurs, try increasing the number of files to 10k or more. + +I ran both *status* and *fsck* in both git and git-annex, with no errors, so AFAIK it hasn't corrupted anything. +"""]] -- cgit v1.2.3 From fea9da51f4993cc9bde400c851013d9d090a9e9d Mon Sep 17 00:00:00 2001 From: "https://itorres.net/" Date: Sat, 31 Dec 2016 14:33:25 +0000 Subject: Added a comment: Issue appeared on Android 6.0 (SDK 23) --- .../comment_3_0039743728e02ca27f5346c74e8bad50._comment | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 doc/bugs/android__58___cannot_link_executable/comment_3_0039743728e02ca27f5346c74e8bad50._comment diff --git a/doc/bugs/android__58___cannot_link_executable/comment_3_0039743728e02ca27f5346c74e8bad50._comment b/doc/bugs/android__58___cannot_link_executable/comment_3_0039743728e02ca27f5346c74e8bad50._comment new file mode 100644 index 000000000..0bb2b832f --- /dev/null +++ b/doc/bugs/android__58___cannot_link_executable/comment_3_0039743728e02ca27f5346c74e8bad50._comment @@ -0,0 +1,13 @@ +[[!comment format=mdwn + username="https://itorres.net/" + nickname="Ignacio Torres " + avatar="http://cdn.libravatar.org/avatar/525cc09b4eb4dc770fe20209f4a240268cad5b027135556bd27acbca9d0d3bc8" + subject="Issue appeared on Android 6.0 (SDK 23)" + date="2016-12-31T14:33:25Z" + content=""" +> On previous versions of Android, if your app requested the system to load a shared library with text relocations, the system displayed a warning but still allowed the library to be loaded. Beginning in this release, the system rejects this library if your app's target SDK version is 23 or higher. + +Source: https://developer.android.com/about/versions/marshmallow/android-6.0-changes.html#behavior-runtime + +I experience the same issue on a CM14 (Android 7) Moto X +"""]] -- cgit v1.2.3