[ https://issues.apache.org/jira/browse/THRIFT-3225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14621951#comment-14621951 ]
Paweł Janicki edited comment on THRIFT-3225 at 7/10/15 8:09 AM: ---------------------------------------------------------------- Are there any existing tests for NamedPipes? Now I'm writing my own ad-hoc tests. The implementation seems to have very low coverage. was (Author: pjanicki): Are there any existing tests for NamedPipes while now I'm writing my own ad-hoc tests. The implementation seems to have very low coverage. > Fix TPipeServer unpredictable behavior on interrupt() > ----------------------------------------------------- > > Key: THRIFT-3225 > URL: https://issues.apache.org/jira/browse/THRIFT-3225 > Project: Thrift > Issue Type: Bug > Components: C++ - Library > Affects Versions: 0.9.2 > Environment: Windows > Reporter: Paweł Janicki > Assignee: Paweł Janicki > Priority: Critical > Labels: patch > Fix For: 0.9.3 > > Attachments: > 0001-THRIFT-3225.-cpp-Fix-TPipeServer-unpredictable-behav.patch, > 0002-THRIFT-3225.-cpp-Fix-TPipeServer-unpredictable-behav.patch > > > If TPipeServer::interrupt() is invoked from other thread than the thread that > is blocked on TPipeServer::serve() the handle may be closed by interrupting > thread while still used by servicing thread. -- This message was sent by Atlassian JIRA (v6.3.4#6332)