<div dir="ltr">Hi,
<div><br></div><div>I&#39;m on Ubuntu 16, and just downloaded the latest Swift package. When I run swift from /opt (installed using sudo) as a normal user, I get a segfault. When I run it from /opt as root, no problems. When I run from my home dir as a normal user, things are fine.</div><div><br></div><div><br></div><div>Run swift (installed in /opt using sudo) as local user - I get a segfault.<br></div><div><br class="gmail-Apple-interchange-newline">lanes:~$ /opt/swift-3.0.1-PREVIEW-2-ubuntu16.04/usr/bin/swift<br>Welcome to Swift version 3.0.1 (swift-3.0.1-PREVIEW-2). Type :help for assistance.<br>  1&gt; print(&quot;Hello&quot;)<br>Segmentation fault (core dumped)<br></div><div><br></div><div><br></div><div>Run swift (installed in home dir) as local user - everything is fine.</div><div><br></div><div>lanes:~$ ~/Downloads/swift-3.0.1-PREVIEW-2-ubuntu16.04/usr/bin/swift <br>Welcome to Swift version 3.0.1 (swift-3.0.1-PREVIEW-2). Type :help for assistance.<br>  1&gt; print(&quot;Hello&quot;)<br>Hello<br></div><div><br></div><div><br></div><div>Run swift (installed in /opt using sudo) as root - everything is fine.</div><div><br></div>root@kulusiq:~# /opt/swift-3.0.1-PREVIEW-2-ubuntu16.04/usr/bin/swift<br>Welcome to Swift version 3.0.1 (swift-3.0.1-PREVIEW-2). Type :help for assistance.<br>  1&gt; print(&quot;Hello&quot;)<br>Hello<div><br></div><div><br></div><div>Any help would be appreciated.</div><div><br></div>$ uname -a<br>Linux 4.4.0-38-generic #57-Ubuntu SMP Tue Sep 6 15:42:33 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux<div><br></div><div>Thanks,</div><div>Lane</div><div><br></div><div><br></div><div><br></div></div>