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 121377 - shell_output: G_IO_HUP is not enough to detect broken pipe
shell_output: G_IO_HUP is not enough to detect broken pipe
Status: RESOLVED FIXED
Product: gedit-plugins
Classification: Other
Component: General
unspecified
Other other
: Normal normal
: ---
Assigned To: Gedit maintainers
gedit QA volunteers
Depends on:
Blocks:
 
 
Reported: 2003-09-03 17:01 UTC by Laurent Vivier
Modified: 2019-03-23 20:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to detect broken pipe with G_IO_IN (813 bytes, patch)
2003-09-03 17:01 UTC, Laurent Vivier
none Details | Review

Description Laurent Vivier 2003-09-03 17:01:15 UTC
The end of the shell command is not detected and the "Done" message is
never displayed, dialog box stays opened.

broken pipe must be detected by HUP|IN+read() with EOF

see http://bugzilla.gnome.org/show_bug.cgi?id=121345
Comment 1 Laurent Vivier 2003-09-03 17:01:53 UTC
Created attachment 19705 [details] [review]
patch to detect broken pipe with G_IO_IN
Comment 2 Paolo Maggi 2003-10-16 17:28:23 UTC
Fixed in gedit 2.4.1.

I have still to commit the fix in CVS HEAD.
Comment 3 Paolo Maggi 2003-10-21 14:13:58 UTC
Fixed in CVS HEAD too