You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Kevin Ballard (JIRA)" <ji...@apache.org> on 2010/01/23 00:24:21 UTC

[jira] Created: (THRIFT-687) cocoa: TSocketServer leaks a CFSocket object

cocoa: TSocketServer leaks a CFSocket object
--------------------------------------------

                 Key: THRIFT-687
                 URL: https://issues.apache.org/jira/browse/THRIFT-687
             Project: Thrift
          Issue Type: Bug
          Components: Library (Cocoa)
    Affects Versions: 0.2
            Reporter: Kevin Ballard
            Priority: Minor
         Attachments: TSocketServer.patch

TSocketServer creates a CFSocketRef in -initWithPort:protocolFactory:processorFactory: but never invalidates/releases it. The attached patch properly cleans up the CFSocketRef without invalidating the underlying file descriptor.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (THRIFT-687) cocoa: TSocketServer leaks a CFSocket object

Posted by "Andrew McGeachie (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrew McGeachie resolved THRIFT-687.
-------------------------------------

    Resolution: Fixed

Patch applied.

> cocoa: TSocketServer leaks a CFSocket object
> --------------------------------------------
>
>                 Key: THRIFT-687
>                 URL: https://issues.apache.org/jira/browse/THRIFT-687
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (Cocoa)
>    Affects Versions: 0.2
>            Reporter: Kevin Ballard
>            Priority: Minor
>         Attachments: TSocketServer.patch
>
>
> TSocketServer creates a CFSocketRef in -initWithPort:protocolFactory:processorFactory: but never invalidates/releases it. The attached patch properly cleans up the CFSocketRef without invalidating the underlying file descriptor.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (THRIFT-687) cocoa: TSocketServer leaks a CFSocket object

Posted by "Bryan Duxbury (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Duxbury reassigned THRIFT-687:
------------------------------------

    Assignee: Kevin Ballard

> cocoa: TSocketServer leaks a CFSocket object
> --------------------------------------------
>
>                 Key: THRIFT-687
>                 URL: https://issues.apache.org/jira/browse/THRIFT-687
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (Cocoa)
>    Affects Versions: 0.2
>            Reporter: Kevin Ballard
>            Assignee: Kevin Ballard
>            Priority: Minor
>         Attachments: TSocketServer.patch
>
>
> TSocketServer creates a CFSocketRef in -initWithPort:protocolFactory:processorFactory: but never invalidates/releases it. The attached patch properly cleans up the CFSocketRef without invalidating the underlying file descriptor.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (THRIFT-687) cocoa: TSocketServer leaks a CFSocket object

Posted by "Kevin Ballard (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/THRIFT-687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kevin Ballard updated THRIFT-687:
---------------------------------

    Attachment: TSocketServer.patch

> cocoa: TSocketServer leaks a CFSocket object
> --------------------------------------------
>
>                 Key: THRIFT-687
>                 URL: https://issues.apache.org/jira/browse/THRIFT-687
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (Cocoa)
>    Affects Versions: 0.2
>            Reporter: Kevin Ballard
>            Priority: Minor
>         Attachments: TSocketServer.patch
>
>
> TSocketServer creates a CFSocketRef in -initWithPort:protocolFactory:processorFactory: but never invalidates/releases it. The attached patch properly cleans up the CFSocketRef without invalidating the underlying file descriptor.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.