Hello...
we have a multithreaded code (using pthreads)
the code is working fine on 4.2
but on 4.3 after some time.. it says unable to create a new thread. i.e;
pthread_create(...) returns 11 (which means either MAX no of threads
per
process has reached or lack of system resources..)
I am almost certain the reason is not the MAX no of threads reached...
but why this problem is in 4.3 only..
can someone help me out with this problem.
thanks in advance.