BUG: Inherited Socket Becomes Invalid if Parent Exits on Win95

ID: Q156319


The information in this article applies to:
  • Microsoft Win32 Software Development Kit (SDK), used with:
    • Microsoft Windows 95


SYMPTOMS

If a child process is using a socket inherited from its parent, the socket will become unusable when the parent process exits. Winsock APIs such as send() fail with WSAENOTSOCK.


WORKAROUND

To avoid this problem, you must ensure that the parent process is active as long as the socket is needed by the child processes.


STATUS

Microsoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. We are researching this bug and will post new information here in the Microsoft Knowledge Base as it becomes available.


REFERENCES

For more information on how to inherit sockets in child processes on Windows 95, please see the following article in the Microsoft Knowledge Base.

Q150523 BUG: Socket Inheritance in Windows 95 and Windows NT 3.51

Additional query words:

Keywords : kbnetwork kbnokeyword kbAPI kbSDKPlatform kbWinOS95bug kbWinsock kbGrpNet
Version : WINDOWS:
Platform : WINDOWS
Issue type : kbbug


Last Reviewed: October 15, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.