On Mon, Feb 19, 2007 at 12:00:26AM -0600, Misha Koshelev wrote: > Hi, I am trying to debug bug #7484 but am having some problems as simply > doing a WINEDEBUG=+relay causes this bug to be fixed, thus making it > difficult for me to track it down (WINEDEBUG=+listview or WINEDEBUG= > +snoop do not have this effect of fixing it). If there is something that > the fact that this bug is fixed by +relay suggests, I would love to > know.
This usually points to uninitialized variables or uninitialized memory on the stack, or timing issues or similar.. Ciao, Marcus