Re: [Valgrind-users] Valgrind suppression

2013-02-27 Thread paulf

- Original Message -
 When I use --gen-suppression and --suppression both at the same time
 my
 application fails to start. Individually these flags works fine.

Hi

Does Valgrind generate any output? If so, could you post that.

A+
Paul

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users


[Valgrind-users] Installing Problems of Valgrind 3.8.1 aclocal: configure.in :2020: macro 'AM_COND_IF' not found in library

2013-02-27 Thread Nils Koehler
Hi to all,

 

I actually try to install valgrind 3.8.1, due a special circumstance I need
to install it on a linux Kernel 2.4.21, based on Suse linux,

but I run into a problem with an error message:

 

I have googeled around and found that aclocal version needs to be higher
than 1.7

I have checked my version is 1.7.6 high enough?

I have also checked the version of all other needed stuff and listed below: 

 

The error message is: 

aclocal: configure.in :2020: macro ‘AM_COND_IF’ not found in library

aclocal: configure.in :2023: macro ‘AM_COND_IF’ not found in library

error while running ‘aclocal’

 

I have the following versions installed

 

aclocal 1.7.6

autoheader(2.57 autoconf)

automake 1.7.6

autoconf   2.57

 

What can I do to resolve this error and go ahead...?

 

 

Regards

 

Nils

 

 

 

 

--

 

IBT Interfaces

Inh. Nils Köhler

Im Taubhaus 19

63322 Rödermark

 

Tel:  +49-6074-6964-160

Fax: +49-6074-6964-161

EMail: mailto:nils.koeh...@ibt-interfaces.de
nils.koeh...@ibt-interfaces.de

Web: www.ibt-interfaces.de

 

USt-IdNr:DE813155747

 

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb___
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users


Re: [Valgrind-users] Installing Problems of Valgrind 3.8.1 aclocal: configure.in :2020: macro 'AM_COND_IF' not found in library

2013-02-27 Thread Tom Hughes
On 27/02/13 09:48, Nils Koehler wrote:

 I actually try to install valgrind 3.8.1, due a special circumstance I
 need to install it on a linux Kernel 2.4.21, based on Suse linux,

 but I run into a problem with an error message:

 I have googeled around and found that aclocal version needs to be higher
 than 1.7

 I have checked my version is 1.7.6 high enough?

 I have also checked the version of all other needed stuff and listed below:

 The error message is:

 aclocal: configure.in :2020: macro ‘AM_COND_IF’ not found in library
 aclocal: configure.in :2023: macro ‘AM_COND_IF’ not found in library

 error while running ‘aclocal’

 I have the following versions installed

 aclocal 1.7.6
 autoheader(2.57 autoconf)
 automake 1.7.6
 autoconf   2.57

None of this should matter if you're building from a release tar ball as 
you should ignore autogen.sh and just run the pre-generated configure 
script.

Tom

-- 
Tom Hughes (t...@compton.nu)
http://compton.nu/

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users


Re: [Valgrind-users] Valgrind suppression

2013-02-27 Thread send2harish
Please consider this issue as closed.
The length of the argument got increased due to valgrind ,this was greater
than the supported length, due to which the application was not starting.



--
View this message in context: 
http://valgrind.10908.n7.nabble.com/Valgrind-suppression-tp44281p44285.html
Sent from the Valgrind - Users mailing list archive at Nabble.com.

--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users


Re: [Valgrind-users] Installing Problems of Valgrind 3.8.1 aclocal: configure.in :2020: macro 'AM_COND_IF' not found in library

2013-02-27 Thread Nils Koehler


 -Ursprüngliche Nachricht-
 Von: Tom Hughes [mailto:t...@compton.nu]
 Gesendet: Mittwoch, 27. Februar 2013 11:28
 An: Nils Koehler
 Cc: valgrind-users@lists.sourceforge.net
 Betreff: Re: Installing Problems of Valgrind 3.8.1 aclocal: configure.in
 :2020: macro 'AM_COND_IF' not found in library
 
 On 27/02/13 09:48, Nils Koehler wrote:
 
  I actually try to install valgrind 3.8.1, due a special circumstance I
  need to install it on a linux Kernel 2.4.21, based on Suse linux,
 
  but I run into a problem with an error message:
 
  I have googeled around and found that aclocal version needs to be higher
  than 1.7
 
  I have checked my version is 1.7.6 high enough?
 
  I have also checked the version of all other needed stuff and listed
 below:
 
  The error message is:
 
  aclocal: configure.in :2020: macro ‘AM_COND_IF’ not found in library
  aclocal: configure.in :2023: macro ‘AM_COND_IF’ not found in library
 
  error while running ‘aclocal’
 
  I have the following versions installed
 
  aclocal 1.7.6
  autoheader(2.57 autoconf)
  automake 1.7.6
  autoconf   2.57
 
 None of this should matter if you're building from a release tar ball as
 you should ignore autogen.sh and just run the pre-generated configure
 script.

Thanks a lot Tom, sometimes it is much easier than expected... ;-)

Download actual tarball
./configure
make
make install



 
 Tom
 
 --
 Tom Hughes (t...@compton.nu)
 http://compton.nu/


--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users


[Valgrind-users] valgrind INTERNAL ERROR received a signal 11 (SIGSEV)

2013-02-27 Thread Nils Köhler
Hi,

after I get valgrind to work I found some issues, in my code and 
resolved them nice tool :-)
Actually I get no message by valgrind while running my programm, so far 
so fine...

but when I close my programm I receive huge boundle of messages after 
closing my application:

si_code=80;  Faulting address: 0x0;  sp: 0x62a9d8f8
valgrind INTERNAL ERROR received a signal 11 (SIGSEV)- exiting

I have hundrets of that messages with different SP:adresses
Is it and issue in my programm or in valgrind?

Does anyone have an idear...?

Regards

  NIls



--
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_feb
___
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users