[Lldb-commits] [PATCH] Make it possible to stop the operation thread in NativeProcessLinux

Oleksiy Vyalov ovyalov at google.com
Mon Mar 2 19:12:08 PST 2015


This CL seems to make deadlock on TestAttachDenied.py  - DoOperation(nullptr) is blocked on "while (sem_wait(&m_operation_done))" because attach operation failed and operation thread has exited already. I assume the issue is also happening if launch fails. If attach/launch fails we need just join without calling DoOperation.


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D7937

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the lldb-commits mailing list