Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

valkyrie(1) [debian man page]

VALKYRIE(1)						      General Commands Manual						       VALKYRIE(1)

NAME
valkyrie - graphical front-end to the Valgrind suite of tools for debugging and profiling Linux executables SYNOPSIS
valkyrie [valkyrie-opts] [valgrind-opts] [prog-and-args] DESCRIPTION
Valkyrie is a graphical front-end to the Valgrind suite of tools for debugging and profiling Linux executables. The current version sup- ports Valgrind from version 3.4.0. Currently, the only supported Valgrind tool is Memcheck. Valkyrie uses the Qt widget library, and should run on most reasonably recent Linux setups. The only sine qua non is that you must have: Qt v.3.2.0 or higher (but not Qt v.4 as yet), and Valgrind v.3.4.0 or higher. OPTIONS
These programs follow the usual GNU command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. For more help please see HTML documentation. -h, --help -v, --version Show version of program. -V, --valgrind-opts Show valgrind options as well --working-dir Dir under which to run valgrind. Defaults to [./] --view-log <file> Parse and view a valgrind logfile --merge <loglist> Merge multiple logfiles, discarding duplicate errors SEE ALSO
valgrind(1), vk_logmerge(1). AUTHOR
valkyrie was written by Donna Robinson, Cerion Armour-Brown and others. This manual page was written by Hai Zaar <haizaar@haizaar.com>, for the Debian project (but may be used by others). 2009-05-03 VALKYRIE(1)

Check Out this Related Man Page

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

NAME
Test::Valgrind::Parser::XML::Twig - Parse valgrind XML output with XML::Twig. VERSION
Version 1.13 DESCRIPTION
This subclass of XML::Twig and Test::Valgrind::Parser::XML encapsulates an XML::Twig parser inside the Test::Valgrind::Parser framework. It is able to parse the XML output from "valgrind" up to protocol version 4 and to generate the appropriate reports accordingly. METHODS
"protocol_version" The version of the protocol that the current stream is conforming to. It is reset before and after the parsing phase, so it's effectively only available from inside "parse". SEE ALSO
Test::Valgrind, Test::Valgrind::Parser, Test::Valgrind::Parser::XML. XML::Twig. 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::Twig 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::Twig(3pm)
Man Page

12 More Discussions You Might Find Interesting

1. BSD

Bsd 4.9

I was wondering where I could buy the freeBSD powerpack suite for 4.7 or higher online. (1 Reply)
Discussion started by: vedder10
1 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. UNIX for Dummies Questions & Answers

Is Linux a RTOS?

Hai Guys, Is Linux a Real-Time operating system? Thanks (5 Replies)
Discussion started by: Felicia23
5 Replies

4. UNIX for Advanced & Expert Users

Checking mem usage at specific times in a program

Hi all, I'm running a simulator and I'm noticing an slow increase in memory for long simulations such that the simulation has to end because of a lack of memory. A colleague of mine ran Valgrind memcheck and reported that nothing of interest was reported other than known mem leaks. My advisor... (2 Replies)
Discussion started by: pl4u
2 Replies

5. Programming

valgrind (Conditional jump or move depends on uninitialised value(s))

Hi everybody, I wrote a small subroutine 'GetStringDelim()' to return a substring from a string enclosed by a string 'Limit1' and a char 'Limit2'. It works perfectly and I don't get an error message together with valgrind, if I set the 3rd parameter in GetStringDelim() to NULL (see below). ... (3 Replies)
Discussion started by: MIB_Maik
3 Replies

6. Programming

Debugging Program during execution

I have made use of 'valgrind' and -finstrument-functions compiler option for debugging / analyzing code. Both the options lets us know the line / file being executed to some extent. Is there a generic way that lets program dump the file:line it is getting executed dumped to a log file during... (3 Replies)
Discussion started by: uunniixx
3 Replies

7. UNIX for Dummies Questions & Answers

valgrind Conditional jump or move depends on uninitialised value(s)

Hi, I know similar questions appeared here already, still i didnt find answer to my problem yet. Im getting the following message from valgrind (version 2): ==15414== 1 errors in context 1 of 6: ==15414== Conditional jump or move depends on uninitialised value(s) ==15414== at... (2 Replies)
Discussion started by: evasz
2 Replies

8. AIX

valgrind - pthread memory leaks on AIX

Hi all, I have written a small code just to invoke main and return immediately. When built with libpthread on AIX box, valgrind throws lots of memory leak errors. But when built without libpthread, no issues at all. Here is the sample run for your look. Any idea where I might be going wrong?... (3 Replies)
Discussion started by: visionofarun
3 Replies

9. 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

10. AIX

AIX monitoring tools for graphical output

(6 Replies)
Discussion started by: krishna_vnr`
6 Replies

11. Ubuntu

valgrind

Hello, I want to install and run a tool called Daikon on my Ubuntu(latest version) While compiling I got this error--------> checking the GLIBC_VERSION version... unsupported version configure: error: Valgrind requires glibc version 2.2 - 2.11 make: *** Error 1 make: Leaving directory... (3 Replies)
Discussion started by: paramad
3 Replies

12. 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