When valgrind reports "using of unitialized value" or "jump depends on unitialized values" I usually turn on --track-origins=yes, but this time the origin of the uninitialized value did not show up. I had to resolve the problem manually.
Why didn't the origin showed up? How can I fix it? Is there a hidden setting I overlooked?