<html>
    <head>
      <base href="https://llvm.org/bugs/" />
    </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 --- - [ASan] Reify all information relevant for diagnostics"
   href="https://llvm.org/bugs/show_bug.cgi?id=30351">30351</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>[ASan] Reify all information relevant for diagnostics
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>compiler-rt
          </td>
        </tr>

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

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

        <tr>
          <th>OS</th>
          <td>All
          </td>
        </tr>

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

        <tr>
          <th>Severity</th>
          <td>normal
          </td>
        </tr>

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

        <tr>
          <th>Component</th>
          <td>compiler-rt
          </td>
        </tr>

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

        <tr>
          <th>Reporter</th>
          <td>filcab@gmail.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>kcc@google.com, llvm-bugs@lists.llvm.org, vitalybuka@google.com
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>From the discussion started at:
<a href="http://lists.llvm.org/pipermail/llvm-dev/2016-July/101933.html">http://lists.llvm.org/pipermail/llvm-dev/2016-July/101933.html</a>

We'd like to have all information relevant to errors reported by ASan reified
so we can add efficient debugger integration and coredump support.

The current functions that ASan has, even though they're callable from a
debugger, aren't appropriate for this use case for two reasons:
  - It is slow to query all the information needed, and most of it the debugger
can only get it by printing it, or knowing a bit too much about ASan internals
  - It requires a live process.

The work is already under way since r278718 (D23519).
Address description structures were mostly finished after r279237 (D23658).

Error reification started since r279862 (D23672).

Work is still underway.</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>