|
From: <mam...@hs...> - 2004-03-11 11:13:54
|
Hi, I downloaded the valgrind sources , and compiled and installed it on a Redhat 7.1 linux machine (i686 arch). The make process went through without any problems. I followed the steps as given in the manual. ./configure, make, make install Make install has installed the valgrind executable at /usr/local/bin. But when I ran the valgrind command , I got "Segmentation fault (core dumped)" error. What could be wrong here ?? regards, -muneeb- |
|
From: Nicholas N. <nj...@ca...> - 2004-03-11 12:03:12
|
On Thu, 11 Mar 2004 mam...@hs... wrote: > But when I ran the valgrind command , I got "Segmentation fault (core > dumped)" error. From valgrind.kde.org/bugs.html: When you report a bug, please give the following information: * What version of Valgrind you are running; * What command-line you are using to run Valgrind; * The output of valgrind -v. It may also be useful to include your Linux version, kernel version, and glibc version. If you include all this information, you are much more likely to get a useful response. N |
|
From: <rk...@ya...> - 2004-03-11 12:41:30
|
Hi, If your linux version is 7.1. and kernel version is 2.4.2-2, you may try with valgrind-1.9.6 version. I also got the core dump and tried with 1.9.6. it works for me. This version of valgrind you won't see in kde site. Better search valgrind-1.9.6 in the google and get the src. Thanks, Kaliyaperumal --- mam...@hs... wrote: > Hi, > I downloaded the valgrind sources , and compiled and > installed it on a > Redhat 7.1 linux machine (i686 arch). > > The make process went through without any problems. > > > I followed the steps as given in the manual. > > ./configure, > make, > make install > > Make install has installed the valgrind executable > at /usr/local/bin. > > But when I ran the valgrind command , I got > "Segmentation fault (core > dumped)" error. > > What could be wrong here ?? > > regards, > -muneeb- > ___________________________________________________________ Yahoo! Messenger - Communicate instantly..."Ping" your friends today! Download Messenger Now http://uk.messenger.yahoo.com/download/index.html |
|
From: Dirk M. <dm...@gm...> - 2004-03-11 18:10:49
|
On Thursday 11 March 2004 11:56, mam...@hs... wrote: > What could be wrong here ?? hard to say, but a backtrace of the corefile might help. Dirk |