[Lldb-commits] [PATCH] Avoid segfault in pthread_cancel.
    Greg Clayton 
    gclayton at apple.com
       
    Thu Jul 22 11:34:32 PDT 2010
    
    
  
Committed revision 109131.
On Jul 22, 2010, at 11:05 AM, Stephen Wilson wrote:
> Hi,
> 
> This patch changes the point at which Process::m_private_state_thread is
> invalidated.  There was a race condition where the private thread would
> invalidate its own pthread_t object before the parent could perform a
> pthread_cancel/pthread_join sequence.
> 
> 
> Take care,
> Steve
> 
> <process-private-thread.patch>_______________________________________________
> lldb-commits mailing list
> lldb-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
    
    
More information about the lldb-commits
mailing list