|
From: 奕楠 邱 <mag...@ho...> - 2011-11-24 04:40:37
|
Dear valgrind users: I want to ask a question about the memory access interception, we all know that valgrind can intercept the dynamic memory access error We just need to modify a little bit code of memcheck, then we can intercept each dynamic memory access, however, how about static memory access and local variable? which part of valgrind can help me to catch the static memory access and local variable? does anybody know the exact way? Please help me! Thanks for reading! |
|
From: 奕楠 邱 <mag...@ho...> - 2011-11-26 03:44:01
|
Hi, Sorry for asking stupid question Can anybody tell me the steps to use the valgrind under multi-threading situation? Because I have not seen the previous discussion? thanks for reading |
|
From: Jeffrey W. <nol...@gm...> - 2011-11-26 04:09:06
|
2011/11/25 奕楠 邱 <mag...@ho...>: > Can anybody tell me the steps to use the valgrind under multi-threading > situation? Because I have not seen the previous discussion? --tool=helgrind will get you the thread error detector. http://valgrind.org/docs/manual/hg-manual.html. Jeff |
|
From: 奕楠 邱 <mag...@ho...> - 2011-11-27 04:23:32
|
Sorry, When I use autoge.sh command, it shows the following error EXTRA_DIST: variable `noinst_SCRIPTS' is used but `noinst_SCRIPTS' is undefined error: while running 'automake -a' Because of this errror, I can't use the ./configure. Does anyone know this kind of error? |
|
From: 奕楠 邱 <mag...@ho...> - 2011-11-27 04:25:14
|
Sorry, When I use autoge.sh command, it shows the following error EXTRA_DIST: variable `noinst_SCRIPTS' is used but `noinst_SCRIPTS' is undefined error: while running 'automake -a' Because of this errror, I can't use the ./configure. Does anyone know this kind of error? |
|
From: Bart V. A. <bva...@ac...> - 2011-11-28 06:59:48
|
2011/11/27 奕楠 邱 <mag...@ho...>: > Sorry, When I use autoge.sh command, it shows the following error > > EXTRA_DIST: variable `noinst_SCRIPTS' is used but `noinst_SCRIPTS' is > undefined > error: while running 'automake -a' > > Because of this errror, I can't use the ./configure. > > Does anyone know this kind of error? Never seen before. With which autoconf and automake versions did this occur ? Bart. |
|
From: 奕楠 邱 <mag...@ho...> - 2011-11-28 07:09:58
|
In this website https://bugs.kde.org/show_bug.cgi?id=270777 It teaches me how to compile the MIPS version valgrind It need to download some patches and make some modification like this: $ svn export -r 12270 svn://svn.valgrind.org/valgrind/trunk $ cd trunk $ patch -p0 < ../existing_files_r12270_mips.diff $ patch -p0 < ../new_files_r12270_mips_A.diff $ patch -p0 < ../new_files_r12270_mips_B.diff $ ./autogen.sh $ ./configure $ make $ make installwhen I run the ./autogen.sh then it shows this error Do you know some way to solve it? > Date: Mon, 28 Nov 2011 07:59:40 +0100 > Subject: Re: [Valgrind-users] The question I met when compiling the valgrind > From: bva...@ac... > To: mag...@ho... > CC: val...@li... > > 2011/11/27 奕楠 邱 <mag...@ho...>: > > Sorry, When I use autoge.sh command, it shows the following error > > > > EXTRA_DIST: variable `noinst_SCRIPTS' is used but `noinst_SCRIPTS' is > > undefined > > error: while running 'automake -a' > > > > Because of this errror, I can't use the ./configure. > > > > Does anyone know this kind of error? > > Never seen before. With which autoconf and automake versions did this occur ? > > Bart. |
|
From: Bart V. A. <bva...@ac...> - 2011-11-28 11:32:33
|
2011/11/28 奕楠 邱 <mag...@ho...>: > In this website https://bugs.kde.org/show_bug.cgi?id=270777 > > It teaches me how to compile the MIPS version valgrind > > It need to download some patches and make some modification > > like this: > > $ svn export -r 12270 svn://svn.valgrind.org/valgrind/trunk > $ cd trunk > $ patch -p0 < ../existing_files_r12270_mips.diff > $ patch -p0 < ../new_files_r12270_mips_A.diff > $ patch -p0 < ../new_files_r12270_mips_B.diff > $ ./autogen.sh > $ ./configure > $ make > $ make install > > when I run the ./autogen.sh then it shows this error Please add that information to the KDE bugzilla entry mentioned above. Bart. |