What does it mean if doing WINEDEBUG=+relay fixes a bug?

Marcus Meissner marcus at jet.franken.de
Mon Feb 19 00:48:10 CST 2007


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



More information about the wine-devel mailing list