Is it possible to tell valgrind to ignore some set of libraries? Specifically glibc libraries..
Actual Problem: I have some code that runs fine in normal execution.
Yes, look into Valgrind's suppression system.