Re: [Sofia-sip-devel] Multithreading problem

2006-04-11 Thread Kai Vehmanen
Hi, On Tue, 11 Apr 2006, Marcin Michalak wrote: I have the following problem: I create a separate pthread to start the sofia library. At the end, it starts su_root_run(), which is blocking. When I exit the application, I'd like to close nicely and clean up, so I run su_root_destroy(), but it co

[Sofia-sip-devel] Multithreading problem

2006-04-11 Thread Marcin Michalak
Hello, I have the following problem: I create a separate pthread to start the sofia library. At the end, it starts su_root_run(), which is blocking. When I exit the application, I'd like to close nicely and clean up, so I run su_root_destroy(), but it complains that its not the same thread.