<html>
    <head>
      <base href="https://bugs.llvm.org/">
    </head>
    <body><table border="1" cellspacing="0" cellpadding="8">
        <tr>
          <th>Bug ID</th>
          <td><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Function extents are too long so uf @rip disassembles adjacent function"
   href="https://bugs.llvm.org/show_bug.cgi?id=43811">43811</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Function extents are too long so uf @rip disassembles adjacent function
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>clang
          </td>
        </tr>

        <tr>
          <th>Version</th>
          <td>unspecified
          </td>
        </tr>

        <tr>
          <th>Hardware</th>
          <td>PC
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Windows NT
          </td>
        </tr>

        <tr>
          <th>Status</th>
          <td>NEW
          </td>
        </tr>

        <tr>
          <th>Severity</th>
          <td>enhancement
          </td>
        </tr>

        <tr>
          <th>Priority</th>
          <td>P
          </td>
        </tr>

        <tr>
          <th>Component</th>
          <td>C++
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>unassignedclangbugs@nondot.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>brucedawson@chromium.org
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>blitzrakete@gmail.com, dgregor@apple.com, erik.pilkington@gmail.com, llvm-bugs@lists.llvm.org, richard-llvm@metafoo.co.uk
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Created <span class=""><a href="attachment.cgi?id=22731" name="attach_22731" title="The overly long disassembly">attachment 22731</a> <a href="attachment.cgi?id=22731&action=edit" title="The overly long disassembly">[details]</a></span>
The overly long disassembly

While debugging crash/ce009bf184d28b27 (sorry, Chrome/Google specific repro) I
found that disassembling the crashing function gave confusing and
incorrectly-long results. The repro is to download the specified minidump, then
go:

.ecxr
.cls
uf @rip

The resulting output should, I believe, end after about 310-316 lines. Instead
it goes on for another ~580 lines, pulling in code from completely different
translation units.

The input address is not the problem. The same results happen if the start
address of the function is used.

I have attached the disassembly that I get.</pre>
        </div>
      </p>


      <hr>
      <span>You are receiving this mail because:</span>

      <ul>
          <li>You are on the CC list for the bug.</li>
      </ul>
    </body>
</html>