Hello Kumar,
On Tue, Sep 15, 2015 at 09:43:33AM +0530, kiran kumar wrote:
I have a created simple shared library xyz.so. In that library
I am starting thread (t) and from that thread (t) I am trying to call a user defined function (fun), but after calling fun from t , the process stops executing. Can anyone please tell me how to resolve.
Does it work if you link xyz statically? Could you provide a log file? Which platform are you using?
Regards