After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 161746 - child-test hanging on HP-UX 11.x and IRIX 6.5
child-test hanging on HP-UX 11.x and IRIX 6.5
Status: RESOLVED DUPLICATE of bug 168352
Product: glib
Classification: Platform
Component: general
2.6.x
Other HP-UX
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2004-12-20 03:18 UTC by The Written Word
Modified: 2011-02-18 16:14 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Stand-alone test program to try and exhibit failure (686 bytes, patch)
2004-12-21 03:29 UTC, The Written Word
none Details | Review

Description The Written Word 2004-12-20 03:18:08 UTC
The two processes started by tests/child-test go into <defunct> state on HP-UX
11.x and IRIX 6.5. I tracked this down to the addition of the SA_RESTART flag in
glib/gmain.c. Removing this flag causes child-test to succeed. Unfortunately, I
have no idea why. Solaris, Tru64 UNIX, and AIX work fine with SA_RESTART.
Comment 1 Matthias Clasen 2004-12-20 14:42:12 UTC
Hmm, we probably need someone with access to these platforms to find out
a) if we can make SA_RESTART work there
b) if omitting SA_RESTART is an acceptable fix
Comment 2 The Written Word 2004-12-21 03:29:20 UTC
Created attachment 35070 [details] [review]
Stand-alone test program to try and exhibit failure

How about a small stand-alone program that tries to reproduce the problem? I
tried with the attached program but it doesn't fail.
Comment 3 Sebastian Wilhelmi 2005-02-24 20:21:52 UTC

*** This bug has been marked as a duplicate of 168352 ***