diff options
author | Joey Hess <joeyh@joeyh.name> | 2016-02-23 11:39:58 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2016-02-23 11:39:58 -0400 |
commit | a294d22036ccba0178c21d9764ee3acea4a558f2 (patch) | |
tree | 29b0ece42756687358f455a9a4645cb558d405b3 | |
parent | e3b5b0a6c94ebffb8aa66d96dcc386cddd70c623 (diff) |
comment
-rw-r--r-- | doc/bugs/OSX:_addurl_--batch_--json_spits_out_shortened_output_string__dies_off_with_4/comment_1_36e75e72a1257db3cf8a48a025d42122._comment | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/bugs/OSX:_addurl_--batch_--json_spits_out_shortened_output_string__dies_off_with_4/comment_1_36e75e72a1257db3cf8a48a025d42122._comment b/doc/bugs/OSX:_addurl_--batch_--json_spits_out_shortened_output_string__dies_off_with_4/comment_1_36e75e72a1257db3cf8a48a025d42122._comment new file mode 100644 index 000000000..774381d00 --- /dev/null +++ b/doc/bugs/OSX:_addurl_--batch_--json_spits_out_shortened_output_string__dies_off_with_4/comment_1_36e75e72a1257db3cf8a48a025d42122._comment @@ -0,0 +1,20 @@ +[[!comment format=mdwn + username="joey" + subject="""comment 1""" + date="2016-02-23T15:03:19Z" + content=""" +OSX signal 4 is SIGILL; git-annex test fails similarly, but so far I've only +had the problem be reported on this same datalads mac; I don't know how +widespread the problem is. + +Occurs to me it could well be libmagic that's dying. That would be +consistent with the point it fails, and IIRC with where git-annex test was +failing. Any use of annex.largefiles will cause the magic library to be +initialized. + +I've seen libraries taken from homebrew (as libmagic is) +be aggressively optimised for the host CPU and sigill on others. + +I've re-installed that using `brew install --build-bottle` now. +Hopefully that will fix the problem. +"""]] |