Re: Traces with threading

2011-07-03 Thread Erich Hoover
On Sun, Jul 3, 2011 at 10:58 AM, Alex Bradbury wrote: > On 3 July 2011 17:51, Erich Hoover wrote: > > Rather than rooting around for a while I figured I should ask first, is > > there a quick and easy way to get all TRACE/FIXME commands to output the > > thread id? I'm trying to track down an i

Re: Traces with threading

2011-07-03 Thread Alex Bradbury
On 3 July 2011 17:51, Erich Hoover wrote: > Rather than rooting around for a while I figured I should ask first, is > there a quick and easy way to get all TRACE/FIXME commands to output the > thread id?  I'm trying to track down an issue where one of a pair of threads > locks up and it'd be reall

Traces with threading

2011-07-03 Thread Erich Hoover
Rather than rooting around for a while I figured I should ask first, is there a quick and easy way to get all TRACE/FIXME commands to output the thread id? I'm trying to track down an issue where one of a pair of threads locks up and it'd be really nice to quickly identify which one is doing what.