[lldb-dev] Code coverage of llvm, clang, lldb & polly

Sylvestre Ledru sylvestre at debian.org
Thu May 30 07:36:02 PDT 2013


On 29/05/2013 22:41, Malea, Daniel wrote:
> Hi all, I have a fix for the problem below.
> 
> Sylvestre, can you apply the attached to the 'rules' file in your
> repository?
> 
Thanks! It fixes our problem. However, there is an other one but I think
it might be caused by lldb itself here.

ython
/tmp/buildd/llvm-toolchain-snapshot-3.4~svn182916/tools/lldb/test/dosep.ty
-o "--executable
/tmp/buildd/llvm-toolchain-snapshot-3.4~svn182916/build-llvm/Release/bin/lldb
-q -s lldb-test-traces -u CXXFLAGS -u CFLAGS -C x86_64-linux-gnu-gcc"
Traceback (most recent call last):
  File
"/tmp/buildd/llvm-toolchain-snapshot-3.4~svn182916/lldb/test/dotest.py",
line 1210, in <module>
    print >> f, "Command invoked: %s\n" % getMyCommandLine()
  File
"/tmp/buildd/llvm-toolchain-snapshot-3.4~svn182916/lldb/test/dotest.py",
line 1074, in getMyCommandLine
    ps = subprocess.Popen(['ps', '-o', "command=CMD", str(os.getpid())],
stdout=subprocess.PIPE).communicate()[0]
  File "/usr/lib/python2.7/subprocess.py", line 711, in __init__
    errread, errwrite)
  File "/usr/lib/python2.7/subprocess.py", line 1308, in _execute_child
    raise child_exception
OSError: [Errno 2] No such file or directory

Full log:
http://llvm-jenkins.debian.net/job/llvm-toolchain-codecoverage-binaries/architecture=amd64,distribution=unstable/79/consoleFull


Sylvestre




More information about the lldb-dev mailing list