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.
Erich Hoover ehoover@mines.edu
On 3 July 2011 17:51, Erich Hoover ehoover@mines.edu 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 really nice to quickly identify which one is doing what.
Unless I've totally misunderstood your question:
http://wiki.winehq.org/DebugChannels
WINEDEBUG=+tid
Alex
On Sun, Jul 3, 2011 at 10:58 AM, Alex Bradbury asb@asbradbury.org wrote:
On 3 July 2011 17:51, Erich Hoover ehoover@mines.edu 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 really nice to quickly identify which one is doing what.
Unless I've totally misunderstood your question:
http://wiki.winehq.org/DebugChannels
WINEDEBUG=+tid
Thank you so much! I was aware of the list of "functionality" channels but did not notice the "special" channels, I'll be more careful to read down the page further next time.
Erich Hoover ehoover@mines.edu