<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 --- - Asan-x86_64-Test/AddressSanitizer.SimpleStackTest fails with cmake"
   href="http://llvm.org/bugs/show_bug.cgi?id=18195">18195</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Asan-x86_64-Test/AddressSanitizer.SimpleStackTest fails with cmake
          </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>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>ed0.88.prez@gmail.com
          </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>Hi, I got this problem when running the check-all tests (or just running 
projects/compiler-rt/lib/asan/tests/Asan-x86_64-Test
--gtest_filter=AddressSanitizer.SimpleStackTest ), using Linux Ubuntu 13.04,
x86-64:

----------
Note: Google Test filter = AddressSanitizer.SimpleStackTest
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from AddressSanitizer
[ RUN      ] AddressSanitizer.SimpleStackTest
/home/edward-san/srcllvm/projects/compiler-rt/lib/asan/tests/asan_test.cc:458:
Failure
Death test: A[-31] = 0
    Result: failed to die.
 Error msg:
[  DEATH   ] 
/home/edward-san/srcllvm/projects/compiler-rt/lib/asan/tests/asan_test.cc:458:
Failure
Death test: A[-31] = 0
    Result: failed to die.
 Error msg:
[  DEATH   ] 
/home/edward-san/srcllvm/projects/compiler-rt/lib/asan/tests/asan_test.cc:458:
Failure
Death test: A[-31] = 0
    Result: failed to die.
 Error msg:
[  DEATH   ] 
/home/edward-san/srcllvm/projects/compiler-rt/lib/asan/tests/asan_test.cc:458:
Failure
Death test: A[-31] = 0
    Result: failed to die.
 Error msg:
[  DEATH   ] 
/home/edward-san/srcllvm/projects/compiler-rt/lib/asan/tests/asan_test.cc:458:
Failure
Death test: A[-31] = 0
    Result: failed to die.
 Error msg:
[  DEATH   ] 
/home/edward-san/srcllvm/projects/compiler-rt/lib/asan/tests/asan_test.cc:458:
Failure
Death test: A[-31] = 0
    Result: failed to die.
 Error msg:
[  DEATH   ] 
/home/edward-san/srcllvm/projects/compiler-rt/lib/asan/tests/asan_test.cc:458:
Failure
Death test: A[-31] = 0
    Result: failed to die.
 Error msg:
[  DEATH   ] 
[  FAILED  ] AddressSanitizer.SimpleStackTest (18276 ms)
[----------] 1 test from AddressSanitizer (18276 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (18277 ms total)
[  PASSED  ] 0 tests.
[  FAILED  ] 1 test, listed below:
[  FAILED  ] AddressSanitizer.SimpleStackTest

 1 FAILED TEST
  YOU HAVE 24 DISABLED TESTS

----------

I get this problem when compiling clang with: clang (bootstrap), gcc (no
bootstrap), debug, release. I have no idea how to investigate this.</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>