Re: Debugging Threaded Applications

2005-05-29 Thread Greg 'groggy' Lehey
On Saturday, 28 May 2005 at 15:13:06 -0700, Doug Hardie wrote: Are there any working tools available for debugging a threaded application in 5.3/5.4? Ktrace works fine but doesn't identify the threads so its almost impossible to figure out whats going on in a complex threaded application.

Debugging Threaded Applications

2005-05-28 Thread Doug Hardie
Are there any working tools available for debugging a threaded application in 5.3/5.4? Ktrace works fine but doesn't identify the threads so its almost impossible to figure out whats going on in a complex threaded application. Strace doesn't show threads either. Pstack causes all sorts