On 2018/02/23 17:21, Jordon wrote: > I am running the latest snapshot (Feb 21) and discovered that some changes I > made to my hobby project this evening make clang++ crash. It builds find on > linux with clang 3.8 and a High Sierra machine running whatever version > Apple ships with that.
No crash here, but it does use 1.6GB during compile. Try raising memory limits in login.conf (you'll need a new login session, which might mean restarting X). Or try restricting with ulimit to see if you can trigger the crash on other OS. The SEGV is most likely to be due to a malloc without a return code check.
