public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/29324]  New: add wait handling hook
@ 2006-10-02 18:01 tromey at gcc dot gnu dot org
  2006-10-02 18:35 ` [Bug libgcj/29324] " pinskia at gcc dot gnu dot org
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: tromey at gcc dot gnu dot org @ 2006-10-02 18:01 UTC (permalink / raw)
  To: java-prs

Currently libgcj assumes it can waitpid(-1,...).
This interacts poorly with other libraries which may
want to interact with subprocesses; for instance glib
has an API for spawning and waiting for children, and
frysk has to work around this problem (by disallowing
the use of Process).

libgcj ought to have a way to hook into the low-level
process code so that it can interact gracefully with
other libraries.  I think it is ok if this is CNI only.


-- 
           Summary: add wait handling hook
           Product: gcc
           Version: 4.2.0
            Status: UNCONFIRMED
          Severity: enhancement
          Priority: P3
         Component: libgcj
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: tromey at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29324


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2007-05-12 18:52 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-02 18:01 [Bug libgcj/29324] New: add wait handling hook tromey at gcc dot gnu dot org
2006-10-02 18:35 ` [Bug libgcj/29324] " pinskia at gcc dot gnu dot org
2006-10-02 18:39 ` tromey at gcc dot gnu dot org
2006-10-05  5:42 ` daney at gcc dot gnu dot org
2006-10-05  5:48 ` pinskia at physics dot uc dot edu
2006-10-05 17:02 ` daney at gcc dot gnu dot org
2006-10-05 17:24 ` daney at gcc dot gnu dot org
2007-05-12 17:38 ` daney at gcc dot gnu dot org
2007-05-12 18:52 ` daney at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).