<div dir="ltr">While trying to debug a Netlib function, LLDB is crashing<div><br></div><div><div>I&#39;m not sure what this assert means.</div></div><div><br></div><div><div><i>LLDBFrontend: /home/buildnode/jenkins/workspace/oss-swift-4.0-package-linux-ubuntu-16_04/swift/lib/SILOptimizer/Mandatory/AccessEnforcementSelection.cpp:613: (anonymous namespace)::SourceAccess (anonymous namespace)::AccessEnforcementSelection::getSourceAccess(swift::SILValue): Assertion `isa&lt;AllocStackInst&gt;(address) || isa&lt;SILUndef&gt;(address)&#39; failed.</i></div><div><i>Stack dump:</i></div><div><i>0.<span style="white-space:pre">        </span>While running pass #10 SILModuleTransform &quot;&quot;Access Enforcement Selection&quot;&quot;.</i></div></div><div><br></div><div>It fails every time and the same way in several functions, but not all functions.<br></div><div>I tried to create a simple repro with the same function signature, but I can&#39;t get the simple case to fail.</div><div>A debug build isn&#39;t doing whole-module-optimization, so that&#39;s not it</div><div><br></div><div>Ideas anyone?</div><div><br></div><div>Who owns the LLDBFrontend?</div><div><br></div><div>Thanks, Ed</div></div>