aboutsummaryrefslogtreecommitdiff
path: root/doc/bugs/OSX:_addurl_--batch_--json_spits_out_shortened_output_string__dies_off_with_4/comment_1_36e75e72a1257db3cf8a48a025d42122._comment
blob: 774381d00c5ce04af29ce1dbdecf9502a233b47a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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.
"""]]