Bug 1897 - syscall while performing a detach
Summary: syscall while performing a detach
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P1 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 1524 1553
  Show dependency treegraph
 
Reported: 2005-11-21 06:32 UTC by Andrew Cagney
Modified: 2006-11-28 16:51 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2005-11-21 06:32:05 UTC
need a testcase demonstrating a system call arriving midway through a detach.
Comment 1 Andrew Cagney 2005-11-21 06:39:58 UTC
Should be able to transition straight from detached with syscall to detached
without an intermediate state (and if one is needed the testcase will
demonstrate that).

Index: frysk-core/frysk/proc/ChangeLog
2005-11-21  Andrew Cagney  <cagney@redhat.com>

        * TaskState.java: Delete transition from detaching to
        detachingInSyscall.