Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question
You might get an answer if you show the actual problem that you "resolved manually". – Employed Russian Feb 6 '12 at 6:24

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.