<html>
<head>
<base href="https://bugs.llvm.org/">
</head>
<body><span class="vcard"><a class="email" href="mailto:amccarth@google.com" title="Adrian McCarthy <amccarth@google.com>"> <span class="fn">Adrian McCarthy</span></a>
</span> changed
<a class="bz_bug_link
bz_status_NEW "
title="NEW - LLDB isn't checking signatures when loading modules from a minidump"
href="https://bugs.llvm.org/show_bug.cgi?id=47528">bug 47528</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">Assignee</td>
<td>lldb-dev@lists.llvm.org
</td>
<td>amccarth@google.com
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - LLDB isn't checking signatures when loading modules from a minidump"
href="https://bugs.llvm.org/show_bug.cgi?id=47528#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - LLDB isn't checking signatures when loading modules from a minidump"
href="https://bugs.llvm.org/show_bug.cgi?id=47528">bug 47528</a>
from <span class="vcard"><a class="email" href="mailto:amccarth@google.com" title="Adrian McCarthy <amccarth@google.com>"> <span class="fn">Adrian McCarthy</span></a>
</span></b>
<pre>Thanks for the tip. There's definitely a special path through the code for a
file that matches the path stored in the minidump. That path is bypassing the
version checking. The solution might involve keeping it as a candidate match
and proceeding through the search to see if there's one that does have a
matching UUID. Obviously, a matching UUID should win. But if there if there
are no matches, then we can use the candidate that didn't have the UUID.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>