<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body><div>On Sun, Apr 24, 2016, at 05:44 PM, Joseph Bell via swift-dev wrote:<br></div>
<blockquote type="cite"><div dir="ltr"><div>Well, I thought the REPL issues had all been put to rest, but now I am seeing this on Ubuntu 14.04 (15.10 I do not see it):<br></div>
<div>&nbsp;</div>
<div><div><span style="font-family:monospace,&quot; monospace&quot;" class="font">➜ &nbsp;package-swift-3.0 git:(swift-3.0) ✗ ./install/usr/bin/swift</span><br></div>
<div><span style="font-family:monospace,&quot; monospace&quot;" class="font">==18928==ASan runtime does not come first in initial library list; you should either link runtime to your application or manually preload it with LD_PRELOAD.</span><br></div>
<div>&nbsp;</div>
<div>This is with the "master" branches that build Swift 3.0, hashes:<br></div>
<div>&nbsp;</div>
<div><div><span style="font-family:monospace,&quot; monospace&quot;" class="font">$ swift swiftrevs.swift</span><br></div>
<div><span style="font-family:monospace,&quot; monospace&quot;" class="font">swift:95e3be665d</span><br></div>
<div><span style="font-family:monospace,&quot; monospace&quot;" class="font">llvm:752e1430fc</span><br></div>
<div><span style="font-family:monospace,&quot; monospace&quot;" class="font">clang:1e6cba3ce3</span><br></div>
<div><span style="font-family:monospace,&quot; monospace&quot;" class="font">lldb:a38bed5855</span><br></div>
<div><span style="font-family:monospace,&quot; monospace&quot;" class="font">compiler-rt:a897309947</span><br></div>
<div><span style="font-family:monospace,&quot; monospace&quot;" class="font">cmark:5af77f3c1d</span><br></div>
<div><span style="font-family:monospace,&quot; monospace&quot;" class="font">llbuild:ea9fd78a4a</span><br></div>
<div><span style="font-family:monospace,&quot; monospace&quot;" class="font">swiftpm:22954afe9f</span><br></div>
<div><span style="font-family:monospace,&quot; monospace&quot;" class="font">swift-corelibs-xctest:efdde9849c</span><br></div>
<div><span style="font-family:monospace,&quot; monospace&quot;" class="font">swift-corelibs-foundation:d2dc9f3cf9</span><br></div>
<div><span style="font-family:monospace,&quot; monospace&quot;" class="font">swift-integration-tests:98f6c6d992</span><br></div>
<div><span style="font-family:monospace,&quot; monospace&quot;" class="font">swift-corelibs-libdispatch:65330e06d9</span><br></div>
</div>
<div>&nbsp;</div>
<div>Is anyone else building the world on Ubuntu 14.04 that can verify this?<br></div>
</div>
</div>
</blockquote><div>&nbsp;</div>
<div>I have seen this behavior many times in many scenarios. Almost always it has to do with a build parameter.<br></div>
<div>&nbsp;</div>
<div>Recently I have noticed that compiling with the "compiler-rt" project seems to cause this issue frequently. I do not understand what "compiler-rt" is, or what its value to Swift is, so I just omit it from my builds. It maybe worth while to do the same and rebuild and see if it goes away.<br></div>
<div>&nbsp;</div>
<div>I would think that if "compiler-rt" is the source of the issues then something likely needs to be submitted to bugs.swift.org. </div>
<div>&nbsp;</div>
<div>Another thing to check is if your packaging Swift (dep, rpm, pacman, etc...) that you are do not strip symbols from binaries and libraries as part of packaging.<br></div>
<div>&nbsp;</div>
<blockquote type="cite"><div dir="ltr"><div><div>Regards,<br></div>
<div>Joe<br></div>
<div>&nbsp;</div>
<div>-- <br></div>
<div><div dir="ltr"><div><div dir="ltr"><div>Joseph Bell<br></div>
<div><a href="http://dev.iachieved.it/iachievedit/">http://dev.iachieved.it/iachievedit/</a><br></div>
<div>@iachievedit<br></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div><u>_______________________________________________</u><br></div>
<div>swift-dev mailing list<br></div>
<div><a href="mailto:swift-dev@swift.org">swift-dev@swift.org</a><br></div>
<div><a href="https://lists.swift.org/mailman/listinfo/swift-dev">https://lists.swift.org/mailman/listinfo/swift-dev</a><br></div>
</blockquote><div>&nbsp;</div>
</body>
</html>