You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@thrift.apache.org by "James E. King III (JIRA)" <ji...@apache.org> on 2019/07/02 18:28:00 UTC

[jira] [Commented] (THRIFT-4900) Using std::threads

    [ https://issues.apache.org/jira/browse/THRIFT-4900?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16877224#comment-16877224 ] 

James E. King III commented on THRIFT-4900:
-------------------------------------------

Right after 0.12.0 was released we removed all the non-std thread code in https://github.com/apache/thrift/commit/ca8af9b48f9e62edc57c4a233c6377144214ef5a#diff-045f0d0f18b15dd225dd8b3be86811c0.

In 0.13.0 (the release cycle will start soon) there's no WITH_STDTHREADS option any more.  If you can wait until then, the issue will be resolved.

> Using std::threads
> ------------------
>
>                 Key: THRIFT-4900
>                 URL: https://issues.apache.org/jira/browse/THRIFT-4900
>             Project: Thrift
>          Issue Type: Question
>          Components: C++ - Compiler, C++ - Library
>    Affects Versions: 0.12.0
>         Environment: -- The C compiler identification is GNU 8.3.0
> -- The CXX compiler identification is GNU 8.3.0
> --Cmake 3.14.3
>  
>            Reporter: Alex Murin
>            Priority: Minor
>
> I'm trying to use thrift 12. Every thing goes fine when I'm not using with_stdthread. When I use it I get linking error: undefined reference to `apache::thrift::concurrency::PosixThreadFactory::PosixThreadFactory(bool)'.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)