Unable to locate lldb-server-5.0.0

Bug #1751553 reported by Christian Axelsson
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
llvm-toolchain-5.0 (Ubuntu)
New
Undecided
Unassigned

Bug Description

When trying to debug a program through lldb-5.0 I run in to the following issue:

  $ lldb-5.0 target/debug/foo
  (lldb) target create "target/debug/foo"
  Current executable set to 'target/debug/foo' (x86_64).
  (lldb) r
  error: process launch failed: unable to locate lldb-server-5.0.0
  (lldb)

After running lldb through strace I found:

  access("/usr/lib/llvm-5.0/bin/lldb-server-5.0.0", F_OK) = -1 ENOENT (No such file or directory)

Adding a symlink works around the issue.

Tags: artful
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.