This is the mail archive of the frysk-bugzilla@sourceware.org mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug general/3907] New: FryskHelpManager uses Runtime.exec


The problem with Runtime.exec is that it uses "SIGCHLD" and waitpid to clean up
after the created subprocess.  Since frysk is also managing those kernel
interfaces a chash occures.

Instead the code should more directly use frysk.sys.Fork.exec or similar to
create the child process.

-- 
           Summary: FryskHelpManager uses Runtime.exec
           Product: frysk
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: general
        AssignedTo: frysk-bugzilla at sourceware dot org
        ReportedBy: cagney at redhat dot com
OtherBugsDependingO 3398
             nThis:


http://sourceware.org/bugzilla/show_bug.cgi?id=3907

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]