[
https://issues.apache.org/jira/browse/THRIFT-145?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Bryan Duxbury updated THRIFT-145:
---------------------------------
Attachment: thrift-145.patch
I'm not positive (because I don't know how to repro the problem) but I think
this should resolve the issue.
> 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.