Posix threads and Thrift collaboration: multithreaded process crashes once Thrift server starts running in it. --------------------------------------------------------------------------------------------------------------
Key: THRIFT-741 URL: https://issues.apache.org/jira/browse/THRIFT-741 Project: Thrift Issue Type: Bug Components: Library (C++) Affects Versions: 0.1 Environment: CentOS distribution based TMOS; device Reporter: Valery Kreidenko Priority: Critical I"ve a multithreaded application - the threads are created by means of pthread_create(). Once I"m adding the Thrift server to the program: the process either crashes if Thrift server instantiated and started after the pthreads or (if instantiated in the opposite order) "prevents" from pthreads to start. I tried different Thrift server types and instantiation places. Anyway, is it supposed to work and if yes what I miss? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.