<html>
    <head>
      <base href="http://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 --- - PPC64/Linux: test/asan/TestCases/Posix/wait4.cc fails sometimes"
   href="http://llvm.org/bugs/show_bug.cgi?id=22164">22164</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>PPC64/Linux: test/asan/TestCases/Posix/wait4.cc fails sometimes
          </td>
        </tr>

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

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

        <tr>
          <th>Hardware</th>
          <td>Other
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>Linux
          </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>hfinkel@anl.gov
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvmbugs@cs.uiuc.edu
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>test/asan/TestCases/Posix/wait4.cc has been failing on and off recently when
self-hosting trunk (Release+Asserts) on my PPC64/Linux POWER7 system running
REL 6.5.

error: expected string not found in input
 // CHECK: {{in .*wait}}


The actual output looks something like this:
==15206==ERROR: AddressSanitizer: stack-buffer-overflow on address
0x0fffcbe106fc at pc 0x00001003e398 bp 0x0fffcbe0fbf0 sp 0x0fffcbe0fc68
WRITE of size 4 at 0x0fffcbe106fc thread T0
    #0 0x1003e394 
(/home/hfinkel/build/ppc64/llvm-stage1/projects/compiler-rt/test/asan/64bitConfig/TestCases/Posix/Output/wait4.cc.tmp+0x1003e394)
    #1 0x100de6c8 
(/home/hfinkel/build/ppc64/llvm-stage1/projects/compiler-rt/test/asan/64bitConfig/TestCases/Posix/Output/wait4.cc.tmp+0x100de6c8)
    #2 0x80b782c084  (/lib64/libc.so.6+0x80b782c084)

Address 0x0fffcbe106fc is located in stack of thread T0 at offset 124 in frame
    #0 0x100de290 
(/home/hfinkel/build/ppc64/llvm-stage1/projects/compiler-rt/test/asan/64bitConfig/TestCases/Posix/Output/wait4.cc.tmp+0x100de290)

The problem seems to be that we're not getting the function names printed;
perhaps this is a problem with the debug information?</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>