|
From: <mma...@ny...> - 2004-10-28 18:47:01
|
Hello, I tried to use callgrind in a large project and it complains about: 1. @@ unlikely looking definition in unparsed remains ";" 2. The program run but then fail due to memory problem. How do I use addrcheck instead of memcheck (if possible). Thanks a bunch Mathieu |
|
From: Dimitri Papadopoulos-O. <pap...@sh...> - 2004-10-29 10:14:18
|
Hi, > I tried to use callgrind in a large project and it complains about: > > 1. > @@ unlikely looking definition in unparsed remains ";" These are just warnings in valgrind 2.2.0, you may ignore them: http://sourceforge.net/mailarchive/message.php?msg_id=9673871 > 2. > The program run but then fail due to memory problem. How do I use addrcheck instead of memcheck (if possible). But you're using callgrind, not memcheck, aren't you? How much RAM and swap is there on this PC? Dimitri |