Summary: | occasional ptrace.detach errors when a cloning detach | ||
---|---|---|---|
Product: | frysk | Reporter: | Andrew Cagney <cagney> |
Component: | general | Assignee: | Andrew Cagney <cagney> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | P1 | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Last reconfirmed: | ||
Bug Depends on: | |||
Bug Blocks: | 1857 |
Description
Andrew Cagney
2005-11-21 17:33:20 UTC
Index: frysk-core/frysk/proc/ChangeLog 2005-11-21 Andrew Cagney <cagney@redhat.com> * Proc.java (performTaskAttachCompleted(Task,Task)): Add * ProcState.java: Handle performTaskAttachCompleted. * TaskState.java: In .detaching, when a clone, notify owning process of the clone Task. Replace .initial with .mainState, .unattachedState, and .clonedState. Replace .Stating states with .Start states. Simplify. * Task.java: Update. tests passing |