|
From: <ud...@fa...> - 2003-12-11 01:26:52
|
Hi All, I am a newbie to valgrind. So I was wondering if anybody could help me with this. When I run my program through valgrind valgrind <prg name> It runs fine with out any seg faults.Valgrind does complain about some Conditional jump or move depends on uninitialised value(s) But this seems to be library related and not my program. But when I run it outside of valgrind, my program seg faults I have spent 8 hours trying to solve this. I cant get gdb to look at it because it says it cant find the source. WHat should I do? Thank you for your suggestions. |