On Thu, 2007-05-31 at 20:14 -0500, Jonathon Jongsma wrote:
one thing that's helpful when trying to determine what's causing
warnings like this is to run your program under your favorite debugger
with the environment variable G_DEBUG=fatal-warnings set. This will
cause your program to exit when it issues a warning, at which point
you can examine what caused the error by using the debugger
my preference tends to be to set a breakpoint in g_logv. often i need to
fix up the n-th warning, not the first one, and fatal-warnings makes
that impossible.
--p