https://issues.dlang.org/show_bug.cgi?id=17833
--- Comment #7 from deep42thought <[email protected]> --- We have an archlinux32 image for vagrant which you can use to reproduce the issue. The commands are: > mkdir arch32-builder > cd arch32-builder > vagrant init archlinux32/archlinux32 > vagrant up > ssh [email protected] -p 2222 -o StrictHostKeyChecking=Off -o > IdentityFile=.vag$ >> sudo pacman -Syu base-devel curl git make libcurl-gnutls >> sudo reboot > ssh [email protected] -p 2222 -o StrictHostKeyChecking=Off -o > IdentityFile=.vag$ >> mkdir dlang >> cd dlang/ >> git clone https://github.com/dlang/dmd >> git clone https://github.com/dlang/druntime >> git clone https://github.com/dlang/phobos >> git clone https://github.com/dlang/tools >> cd ~/dlang/dmd >> make -f posix.mak -j8 AUTO_BOOTSTRAP=1 >> cd ~/dlang/phobos >> make -f posix.mak -j8 (fails with segfault) --
