Bug 41270 - Application gets the SIGHUP after the write()
Summary: Application gets the SIGHUP after the write()
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Linux
Classification: Retired
Component: glibc
Version: 7.0
Hardware: i686
OS: Linux
medium
high
Target Milestone: ---
Assignee: Jakub Jelinek
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2001-05-18 13:44 UTC by Shailendra Bist
Modified: 2016-11-24 15:08 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-09-27 17:11:09 UTC
Embargoed:


Attachments (Terms of Use)

Description Shailendra Bist 2001-05-18 13:44:13 UTC
Description of Problem:
I have two installations of Redhat Linux 7.0 (from the same CD). On one
installation of Redhat7.0 my application executes perfectly fine.

However, on other installation of Redhat7.0 the same application binary
always gets the SIGHUP after the write() call. The application is trying to
write() over the network. I ran the application through the debugger and
found no errno is set and the write() call returns successful, still after
the write() I get the SIGHUP.

How Reproducible:
I am not sure what is causing this (SIGHUP) problem to appear on only one
installation of Redhat7.0 and not on other.

Steps to Reproduce:
1. 
2. 
3. 

Actual Results:


Expected Results:


Additional Information:

Comment 1 Ulrich Drepper 2004-09-27 17:11:09 UTC
(The bug had the wrong component, which is why it has not been noticed.)

Why should anything like this have anything to do with glibc?  This is
either a kernel problem (very unlikely) or a program problem.  Run
strace if necessary to see what is happening.

I close this bug since it has nothing to do with glibc.


Note You need to log in before you can comment on or make changes to this bug.