|
From: Paul L D. <pld...@pl...> - 2004-05-20 01:18:31
|
What could cause valgrind to not produce any output? Here's an example... [root@autozone xamime]# valgrind -v --leak-check=yes ./xamime xamime.cfg root@localhost root@localhost < /extra/development/mailpacks/mailpack.autozone-loop-01 [root@autozone xamime]# When I run it against other programs, I get the normal array of Valgrind outputs. The program does run, as I see it process the data supplied - it most certainly has me confused. Regards. -- Paul L Daniels - PLD Software - Xamime Unix systems Internet Development A.B.N. 19 500 721 806 ICQ#103642862,AOL:pldsoftware,Yahoo:pldaniels73 PGP Public Key at http://www.pldaniels.com/gpg-keys.pld |
|
From: Nicholas N. <nj...@ca...> - 2004-05-20 16:28:50
|
On Thu, 20 May 2004, Paul L Daniels wrote: > What could cause valgrind to not produce any output? Probably FAQ 4.1 (valgrind.kde.org/faq.html). N |
|
From: Paul L D. <pld...@pl...> - 2004-05-21 00:04:11
|
Hi all, > Probably FAQ 4.1 (valgrind.kde.org/faq.html). I failed to mention, FAQ had been checked :-( Irrespective, the system now works. I recompiled everything and magically it now works *shrug* Oh well, at least I can now get back to debugging. I must say, the biggest complaint I have with Valgrind is that, for all the easy bugs to fix that it reveals, it means now that I'm only left with bugs that are REALLY HARD to find, it would seem that for all the great new anti-bug weaponry I collect, my bugs get proportionally harder *laugh* (Is this some sort of Diablo game?). Thanks once again everyone, great software - I would be at a loss without it. Regards. -- Paul L Daniels - PLD Software - Xamime Unix systems Internet Development A.B.N. 19 500 721 806 ICQ#103642862,AOL:pldsoftware,Yahoo:pldaniels73 PGP Public Key at http://www.pldaniels.com/gpg-keys.pld |
|
From: Nicholas N. <nj...@ca...> - 2004-05-21 11:06:18
|
On Fri, 21 May 2004, Paul L Daniels wrote: > I must say, the biggest complaint I have with Valgrind is that, > for all the easy bugs to fix that it reveals, it means now that I'm only > left with bugs that are REALLY HARD to find, it would seem that for all > the great new anti-bug weaponry I collect, my bugs get proportionally > harder *laugh* (Is this some sort of Diablo game?). The best way around this would probably be to write in a better/higher-level programming language... :) N |
|
From: Paul L D. <pld...@pl...> - 2004-05-21 11:21:07
|
> The best way around this would probably be to write in a > better/higher-level programming language... :) Oh yes, I sincerely wish I could :-\ I think that next time I would so like to use a compact form of Pascal. With its vector-strings, things are somewhat more reliable. -- Paul L Daniels - PLD Software - Xamime Unix systems Internet Development A.B.N. 19 500 721 806 ICQ#103642862,AOL:pldsoftware,Yahoo:pldaniels73 PGP Public Key at http://www.pldaniels.com/gpg-keys.pld |