<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 --- - Hang in lldb when running a freestyle job on a Jenkins JNLP Agent running on Mac OSX"
   href="https://llvm.org/bugs/show_bug.cgi?id=30764">30764</a>
          </td>
        </tr>

        <tr>
          <th>Summary</th>
          <td>Hang in lldb when running a freestyle job on a Jenkins JNLP Agent running on Mac OSX
          </td>
        </tr>

        <tr>
          <th>Product</th>
          <td>lldb
          </td>
        </tr>

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

        <tr>
          <th>Hardware</th>
          <td>Macintosh
          </td>
        </tr>

        <tr>
          <th>OS</th>
          <td>MacOS X
          </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>jtsweet@cloudbees.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>Created <span class=""><a href="attachment.cgi?id=17477" name="attach_17477" title="Sample file provided by the customer to recreate the issue">attachment 17477</a> <a href="attachment.cgi?id=17477&action=edit" title="Sample file provided by the customer to recreate the issue">[details]</a></span>
Sample file provided by the customer to recreate the issue

lldb hangs indefinitely when running a freestyle job on a Mac OSX Jenkins JNLP
Agent.

The issue can be recreated by starting up a Jenkins Master in Virtualbox and
connecting a Mac OS X Agent via JNLP. 

Mac OS X JNLP Agent Machine Information:

Mac OS X El Capitan v 10.11.6

Python 2.7.10

Xcode 7.3.1
Build version 7D1014

pip 8.1.2 from /Library/Python/2.7/site-packages/pip-8.1.2-py2.7.egg (python
2.7)

LldbExecutor: module lldb version: lldb-350.0.21.9


After setting up the environment, create a freestyle job with the following
steps and restrict it to only run on the Max OS X JNLP Agent:

echo "Set core file to unlimited"
ulimit -c unlimited
ulimit -a
echo "Run test case"
cd $WORKSPACE/Sampleforcloudbees
python MemoryScanner/executeMemoryScanner.py sampleMemoryScannerConfig.xml

When the job is run it will hang indefinitely.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>