Re: [Lldb-commits] [PATCH] D22209: Fix a race on process exit

2016-07-12 Thread Pavel Labath via lldb-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rL275165: Fix a race on process exit (authored by labath). Changed prior to commit: http://reviews.llvm.org/D22209?vs=63481&id=63659#toc Repository: rL LLVM http://reviews.llvm.org/D22209 Files: lld

Re: [Lldb-commits] [PATCH] D22209: Fix a race on process exit

2016-07-11 Thread Greg Clayton via lldb-commits
clayborg accepted this revision. clayborg added a comment. This revision is now accepted and ready to land. Looks good. http://reviews.llvm.org/D22209 ___ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/li

[Lldb-commits] [PATCH] D22209: Fix a race on process exit

2016-07-11 Thread Pavel Labath via lldb-commits
labath created this revision. labath added a reviewer: clayborg. labath added a subscriber: lldb-commits. Process::SetExitStatus was popping the process io handler and resetting m_process_input_reader shared pointer, which is not a safe thing to do as the function is called asynchronously and ot