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 0000000000..774381d00c --- /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. +"""]]