<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 --- - vdso unwinding doesn't work properly on GCE"
   href="https://llvm.org/bugs/show_bug.cgi?id=25338">25338</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>vdso unwinding doesn't work properly on GCE
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>lldb
          </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>All Bugs
          </td>
        </tr>

        <tr>
          <th>Assignee</th>
          <td>lldb-dev@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Reporter</th>
          <td>ovyalov@google.com
          </td>
        </tr>

        <tr>
          <th>CC</th>
          <td>llvm-bugs@lists.llvm.org
          </td>
        </tr>

        <tr>
          <th>Classification</th>
          <td>Unclassified
          </td>
        </tr></table>
      <p>
        <div>
        <pre>Although vdso handling was fixed in <a href="http://reviews.llvm.org/D14118">http://reviews.llvm.org/D14118</a> related
TestHelloWorld and TestInferiorAssert are still failing on Google Compute
Engine.

runCmd: run
output: Process 19010 stopped
* thread #1: tid = 19010, 0xf7fd9d80, name = 'a.out', stop reason = signal
SIGABRT
    frame #0: 0xf7fd9d80
->  0xf7fd9d80: popl   %ebp
    0xf7fd9d81: popl   %edx
    0xf7fd9d82: popl   %ecx
    0xf7fd9d83: retl   

Process 19010 launched:
'/lldb-buildbot/lldbSlave/buildWorkingDir/llvm/tools/lldb/test/functionalities/inferior-assert/a.out'
(i386)


runCmd: thread list
output: Process 19010 stopped
* thread #1: tid = 19010, 0xf7fd9d80, name = 'a.out', stop reason = signal
SIGABRT


Expecting sub string: stopped
Matched

Expecting sub string: stop reason = signal SIGABRT
Matched

runCmd: thread backtrace all
output: * thread #1: tid = 19010, 0xf7fd9d80, name = 'a.out', stop reason =
signal SIGABRT
  * frame #0: 0xf7fd9d80
    frame #1: 0xf7e38a83 libc.so.6`__libc_start_main + 243
    frame #2: 0x08048371 a.out
    frame #3: 0x08048550 a.out


Expecting sub string: stop reason = signal SIGABRT
Matched

Expecting sub string: main
Matched

Expecting sub string: argc
Not matched

FAIL</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>