[Mono-bugs] [Bug 657074] New: When opening then closing Socket, the connection isn't properly closed

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Dec 2 09:06:29 EST 2010


https://bugzilla.novell.com/show_bug.cgi?id=657074

https://bugzilla.novell.com/show_bug.cgi?id=657074#c0


           Summary: When opening then closing Socket, the connection isn't
                    properly closed
    Classification: Mono
           Product: Mono: Runtime
           Version: SVN
          Platform: x86
        OS/Version: Debian Woody
            Status: NEW
          Severity: Critical
          Priority: P5 - None
         Component: io-layer
        AssignedTo: lupus at novell.com
        ReportedBy: guillaume.pouillet at gmail.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: Community User
           Blocker: ---


Created an attachment (id=403134)
 --> (http://bugzilla.novell.com/attachment.cgi?id=403134)
Example program

Description of Problem:
When closing a socket, the connection isn't properly closed and stay opened in
state TIME_WAIT.

Steps to reproduce the problem:
1. Install a basic http server on localhost port 80 (or any listening server)
2. Compile and execute the code provided


Actual Results:
Socket remain open. Use netstat -nt to verify that.

Expected Results:
Socket should be closed properly. Socket must not remain opened in TIME_WAIT
state. netstat -nt should confirm that.

How often does this happen? 
Everytime

Additional Information:

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list