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 301979 - pty open fails on hp-ux
pty open fails on hp-ux
Status: RESOLVED FIXED
Product: gftp
Classification: Other
Component: general
2.0.18
Other HP-UX
: Normal normal
: ---
Assigned To: Brian Masney
Brian Masney
Depends on:
Blocks:
 
 
Reported: 2005-04-25 22:00 UTC by allyn fratkin
Modified: 2006-05-14 16:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
suggested patch to lib/pty.c (544 bytes, patch)
2005-04-25 22:03 UTC, allyn fratkin
none Details | Review

Description allyn fratkin 2005-04-25 22:00:38 UTC
Distribution/Version: 11iv1

hp-ux is one of the operating systems that forks/execs a program to manage the
pty permissions (grantpt).  this fails since SIGCHLD is caught by the gftp
application.

SIGCHLD should be saved, defaulted, and restored around he grantpt call.

patch will be attached.
Comment 1 allyn fratkin 2005-04-25 22:03:50 UTC
Created attachment 45674 [details] [review]
suggested patch to lib/pty.c
Comment 2 Brian Masney 2006-05-14 16:44:45 UTC
I committed this patch to CVS. Sorry about the long delay.