[Lldb-commits] [PATCH] D135031: [lldb] [llgs] Move client-server communication into a separate thread (WIP)

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Oct 9 08:17:40 PDT 2022


mgorny added a comment.

For the record, I'm still hitting a lot of problems with this, including comm hanging sometimes (especially under load), some Python tests segfaulting with completely useless backtrace (pretty normal for Python backtraces), lots of pexpect-based test failures that also tend not to provide any useful output. @labath, if you happen to have an idea what could be wrong (besides what's marked TODO), I'd appreciate some suggestions. I am somewhat suspicious that the broadcaster/listener logic may not be bulletproof too.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135031/new/

https://reviews.llvm.org/D135031



More information about the lldb-commits mailing list