Re: [Evolution-hackers] e-d-s refusing to exit



On Mon, 2003-12-08 at 23:28, Ross Burton wrote:
Hi,

So I had a quick poke into evolution-data-server not actually
terminating when it says it is... it turns out that main() should be
returning (it reaches the return) but there are three threads still
running... something isn't shutting down.

Anyone know an easy way to debug this? is there an way to get
information about what thread was started from where?

Well, the entry point to the thread will show where in the code it was invoked (depending on how many calls to that entry point are in the code, usually not many).  i.e. from the backtrace.  Unless you're using the non-npt threads, i'm not sure if you can get thread parent/child relationships (or easily).



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]