[lldb-dev] [Bug 30764] New: Hang in lldb when running a freestyle job on a Jenkins JNLP Agent running on Mac OSX

via lldb-dev lldb-dev at lists.llvm.org
Fri Oct 21 14:10:30 PDT 2016


https://llvm.org/bugs/show_bug.cgi?id=30764

            Bug ID: 30764
           Summary: Hang in lldb when running a freestyle job on a Jenkins
                    JNLP Agent running on Mac OSX
           Product: lldb
           Version: unspecified
          Hardware: Macintosh
                OS: MacOS X
            Status: NEW
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: lldb-dev at lists.llvm.org
          Reporter: jtsweet at cloudbees.com
                CC: llvm-bugs at lists.llvm.org
    Classification: Unclassified

Created attachment 17477
  --> https://llvm.org/bugs/attachment.cgi?id=17477&action=edit
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.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20161021/9074abae/attachment.html>


More information about the lldb-dev mailing list