Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

test::valgrind::parser::suppressions::text(3pm) [debian man page]

Test::Valgrind::Parser::Suppressions::Text(3pm) 	User Contributed Perl Documentation	   Test::Valgrind::Parser::Suppressions::Text(3pm)

NAME
Test::Valgrind::Parser::Suppressions::Text - Parse valgrind suppressions output as text blocks. VERSION
Version 1.13 DESCRIPTION
This is a Test::Valgrind::Parser::Text object that can extract suppressions from "valgrind"'s text output. METHODS
"report_class" Generated reports are "Test::Valgrind::Report::Suppressions" objects. Their "data" member contains the raw text of the suppression. SEE ALSO
Test::Valgrind, Test::Valgrind::Parser::Text. AUTHOR
Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>. You can contact me by mail or on "irc.perl.org" (vincent). BUGS
Please report any bugs or feature requests to "bug-test-valgrind at rt.cpan.org", or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Valgrind <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Valgrind>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. SUPPORT
You can find documentation for this module with the perldoc command. perldoc Test::Valgrind::Parser::Suppressions::Text COPYRIGHT &; LICENSE Copyright 2009,2010,2011 Vincent Pit, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.12.4 2011-08-25 Test::Valgrind::Parser::Suppressions::Text(3pm)

Check Out this Related Man Page

Test::Valgrind::Parser::XML(3pm)			User Contributed Perl Documentation			  Test::Valgrind::Parser::XML(3pm)

NAME
Test::Valgrind::Parser::XML - Parse valgrind output as an XML stream. VERSION
Version 1.13 DESCRIPTION
This is a base class for Test::Valgrind::Parser objects that can parse "valgrind"'s XML output. METHODS
"args $session, $fh" Returns the arguments needed to tell "valgrind" to print in XML to the filehandle $fh. SEE ALSO
Test::Valgrind, Test::Valgrind::Parser. AUTHOR
Vincent Pit, "<perl at profvince.com>", <http://www.profvince.com>. You can contact me by mail or on "irc.perl.org" (vincent). BUGS
Please report any bugs or feature requests to "bug-test-valgrind at rt.cpan.org", or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Valgrind <http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Test-Valgrind>. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes. SUPPORT
You can find documentation for this module with the perldoc command. perldoc Test::Valgrind::Parser::XML COPYRIGHT &; LICENSE Copyright 2009,2010,2011 Vincent Pit, all rights reserved. This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.12.4 2011-08-25 Test::Valgrind::Parser::XML(3pm)
Man Page

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Align Text from a file.

I need to align text from a file that has columns seperated by spaces and commas. Any ideas? Text is similar to this. File Name is Test. 05/14/06 13:46:56.575 ,TEST,5,123,1234,123,12345,12,12.2,2.1,4.5,5.23 05/14/06 13:49:58.009 ,TEST,6,456,456.7,45,4.56,453,34,54.3,3.2,6.456 (9 Replies)
Discussion started by: earlepps
9 Replies

2. AIX

Can Valgrind work well on AIX?

As Valgrind announced, 3.3.0 and 3.3.1 version can support AIX 5.3. But I met a block issue when I used Valgrind on AIX After installing Valgrind3.3.1 successfully on AIX5.3, I typed the following command of Valgrind: valgrind -d --tool=memcheck ls Then, the following result from Valgrind is... (0 Replies)
Discussion started by: adasong
0 Replies

3. Shell Programming and Scripting

Perl: Instering Names in to Text.

Hello my friends, So I'm trying to insert some extra text in to text file/lines. w• Test-LinesXtra: INS ABC 123456 123456 w• Test-LinesXtra: INS DEF 123456 123456 w• TestLinesXtra: 123456 123456 w• TestLinesXtra: 123456 123456 I would like to insert text in in place... (6 Replies)
Discussion started by: NDxiak
6 Replies

4. Programming

Valgrind error

I get this Valgrind error while using malloc but if I use calloc then there is no error. I allocate 8 bytes for the string inside sprintf, 12 for the ip and 1 for the string terminator. This totals 21, so why is it talking about 20 bytes and 18 bytes ? Partial code: char ip =... (3 Replies)
Discussion started by: cyler
3 Replies

5. Programming

Valgrind Error : Conditional jump or move depends on uninitialised value(s)

Hi Friends, I am using valgrind, to check errors, there are no errors in my code but this the output put i get, i need to suppress these errors, please help me do so... Conditional jump or move depends on uninitialised value(s) ==2350== at 0x400AF0F: (within /lib/ld-2.11.1.so)... (0 Replies)
Discussion started by: niranjanvg
0 Replies

6. Programming

Invalid Read access

Hi All, I would like to know how the valgrind find the runtime allocation related issues?such as the below invalid read of size 4. Invalid write of size 4. Even the size of memory is known at runtime,valgrind reports this I am asking this since i got an issue which is trying to access... (0 Replies)
Discussion started by: SA_Palani
0 Replies