Details
-
Bug
-
Status: Closed
-
Critical
-
Resolution: Invalid
-
0.1
-
None
-
CentOS distribution based TMOS; device
Description
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?