|
I have a multi threaded app where there are a number of threads around. I create a new thread, it succesfully does its work, then the program crashes when i call either join or detach on the thread. Any ideas on how I might proceed to debug this?
Thanks
in advance
Dean
|