|
From: Yeshurun, M. <mei...@in...> - 2005-08-14 11:52:19
|
Hi, =20 I have a program that crashes. When running under Valgrind it crashes even earlier. =20 I read somewhere that it's possible to run Valgrind for a specified number of instructions.=20 =20 1. How can this be done? =20 2. Can I get a Memcheck leak report when Valgrind exits this way? =20 =20 Thanks, =20 Meir |
|
From: Nicholas N. <nj...@cs...> - 2005-08-14 16:48:58
|
On Sun, 14 Aug 2005, Yeshurun, Meir wrote: > I read somewhere that it's possible to run Valgrind for a specified > number of instructions. That feature doesn't work any more, unfortunately. N |
|
From: Paul P. <ppl...@gm...> - 2005-08-14 18:31:08
|
On 8/14/05, Yeshurun, Meir <mei...@in...> wrote: > I have a program that crashes. When running under Valgrind it crashes eve= n > earlier.=20 That's fine. Does VG report any errors *before* the crash? If yes, you should fix them. Cheers, |