Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tcf-dev] [Bug 312251] New: Discovery service can't bind socket on Win 7

https://bugs.eclipse.org/bugs/show_bug.cgi?id=312251 
Product/Component: Target Management / TCF

           Summary: Discovery service can't bind socket on Win 7
    Classification: DSDP
           Product: Target Management
           Version: unspecified
          Platform: PC
        OS/Version: Windows 7
            Status: NEW
          Severity: blocker
          Priority: P3
         Component: TCF
        AssignedTo: dsdp.tm.tcf-inbox@xxxxxxxxxxx
        ReportedBy: ken.ryall@xxxxxxxxx
         QAContact: martin.oberhuber@xxxxxxxxxxxxx


Created an attachment (id=167701)
 --> (https://bugs.eclipse.org/bugs/attachment.cgi?id=167701)
Handle a SocketException in the same was as a BindException

See the attached patch. On Windows 7 a SocketException, not a BindException is
thrown if you attempt to bind to a port and it is already in use. This
effectively prevents the CDT-EDC debugger from talking to a Java based TCF
agent on Windows 7.

-- 
Configure bugmail: https://bugs.eclipse.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.


Back to the top