Results 1 to 1 of 1
Hai,
Iam trying to create multiple threads in ubuntu using c++ code. When i run output file first time it will create all threads fine. Again if i run multiple ...
- 12-12-2009 #1Just Joined!
- Join Date
- Dec 2009
- Posts
- 2
Multi thread creation problems using C++
Hai,
Iam trying to create multiple threads in ubuntu using c++ code. When i run output file first time it will create all threads fine. Again if i run multiple times the number of threads specified are not started and sometimes all threads will be stopped
I verified using gdb and found that as soon as new thread is created it is receiving SIGSTOP signal and thread is stopped.
Please can any one help me out
Thanks in advance
Regards,
chandu


Reply With Quote