While I suspect there is some specific local environment issue that produces this awful result, I think that we need to prevent it from building/installing a broken package.
pip install fb-re2
python -c "import re2; re2.compile('foo')"
[1] 99748 segmentation fault python -c "import re2; re2.compile('foo')"
I was able to reproduce the error with both python3.6 and pyton3.7 installed using pyenv.