[lldb-dev] [Bug 23169] New: logging in "lldb-server platform --server" does not work

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Apr 9 07:39:10 PDT 2015


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

            Bug ID: 23169
           Summary: logging in "lldb-server platform --server" does not
                    work
           Product: lldb
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: ASSIGNED
          Severity: normal
          Priority: P
         Component: All Bugs
          Assignee: labath at google.com
          Reporter: labath at google.com
                CC: lldb-dev at cs.uiuc.edu
    Classification: Unclassified

The platform now does a fork() for every connection, but the logging
infrastructure is not aware of that, which means the logs from individual
processes get all mashed up.

Since the long-term idea for the platform is to handle each connection in a
separate thread (instead of a process) I think we should bump the priority of
that and then this issue will go away, since lldb knows how to do thread-safe
logging.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-dev/attachments/20150409/9ab1a6e0/attachment.html>


More information about the lldb-dev mailing list