You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "Bryan Duxbury (JIRA)" <ji...@apache.org> on 2008/09/24 01:09:44 UTC

[jira] Updated: (THRIFT-145) NPE in TNonblockingServer

     [ https://issues.apache.org/jira/browse/THRIFT-145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bryan Duxbury updated THRIFT-145:
---------------------------------

    Patch Info: [Patch Available]

> NPE in TNonblockingServer
> -------------------------
>
>                 Key: THRIFT-145
>                 URL: https://issues.apache.org/jira/browse/THRIFT-145
>             Project: Thrift
>          Issue Type: Bug
>          Components: Library (Java)
>            Reporter: Bryan Duxbury
>            Assignee: Bryan Duxbury
>         Attachments: thrift-145.patch
>
>
> {code}
> Exception in thread "Thread-2" java.lang.NullPointerException
>         at com.facebook.thrift.server.TNonblockingServer$SelectThread.cleanupSelectionkey(Unknown Source)
>         at com.facebook.thrift.server.TNonblockingServer$SelectThread.handleAccept(Unknown Source)
>         at com.facebook.thrift.server.TNonblockingServer$SelectThread.select(Unknown Source)
>         at com.facebook.thrift.server.TNonblockingServer$SelectThread.run(Unknown Source)
> {code}
> Unsure of the cause, but this should be handled more elegantly.

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