Hello, 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. -- Thanks, A.Kiran Kumar