]> Cypherpunks repositories - gostls13.git/commit
Fix handling of non-waitable zombie threads. Now they are not
authorAustin Clements <aclements@csail.mit.edu>
Thu, 16 Jul 2009 16:48:37 +0000 (09:48 -0700)
committerAustin Clements <aclements@csail.mit.edu>
Thu, 16 Jul 2009 16:48:37 +0000 (09:48 -0700)
commit190228305375d8bf3a273493d4f52304cb9dca92
tree9417a17aced3185003b8396db421c5adc08bca58
parent13960ae8aef652bfd853c8311531b50f3d7f58c6
Fix handling of non-waitable zombie threads.  Now they are not
considered running, so WaitStop doesn't lock up and
breakpoints get installed and uninstalled.  We also don't try
to detach from them, since that will fail.

R=rsc
APPROVED=rsc
DELTA=35  (26 added, 2 deleted, 7 changed)
OCL=31683
CL=31731
usr/austin/ptrace/ptrace-nptl.txt
usr/austin/ptrace/ptrace_linux.go