<div dir="ltr">Hi Tamas,<div><br></div><div>There is an assert in DWARFDIE.cpp (lines 189 - 191) that we're hitting on the OS X side somewhat frequently nowadays:</div><div><br></div><div><p style="margin:0px;font-size:14px;line-height:normal;font-family:'Source Code Pro';color:rgb(79,129,135)"><span style="color:rgb(34,34,34)">            </span><span style="color:rgb(120,73,42)">assert</span><span style="color:rgb(34,34,34)"> ((id&</span><span style="color:rgb(39,42,216)">0xffffffff00000000</span><span style="color:rgb(34,34,34)">ull) == </span><span style="color:rgb(39,42,216)">0</span><span style="color:rgb(34,34,34)"> ||</span><br></p>
<p style="margin:0px;font-size:14px;line-height:normal;font-family:'Source Code Pro'">                    (cu_id&<span style="color:rgb(39,42,216)">0xffffffff00000000</span>ll) == <span style="color:rgb(39,42,216)">0</span> ||</p>
<p style="margin:0px;font-size:14px;line-height:normal;font-family:'Source Code Pro'">                    (id&<span style="color:rgb(39,42,216)">0xffffffff00000000</span>ull) == (cu_id&<span style="color:rgb(39,42,216)">0xffffffff00000000</span>ll));</p>
<p style="margin:0px;font-size:14px;line-height:normal;font-family:'Source Code Pro'"><br></p><p style="margin:0px;line-height:normal">It does not seem to get hit consistently.  We're trying to tease apart what it is trying to do.  It's a bit strange since it is saying that the assert should not fire if any one of three clauses is true.  But it's hard to figure out what exactly is going on there.</p><p style="margin:0px;line-height:normal"><br></p><p style="margin:0px;line-height:normal">Can you elucidate what this is trying to do?  Thanks!</p><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr">-Todd</div></div>
</div></div>