nixCraft Linux Sys Admin Blog |
| valgrind - Linux Tools For Debugging And Profiling Programs ( bug reporting tool ) Posted: 15 Apr 2008 07:21 PM CDT Few days back I wrote about strace tool for reporting and finding bug in program. Today I'm going to talk about another interesting tool called valgrind. Valgrind is a flexible program for debugging and profiling Linux executables. It consists of a core, which provides a synthetic CPU in software, and a series of "tools", each of which is a debugging or profiling tool. The architecture is modular, so that new tools can be created easily and without disturbing the existing structure. There are Valgrind tools that can automatically detect many memory management and threading bugs, and profile your programs in detail. You can also use Valgrind to build new tools. The Valgrind distribution currently includes five production-quality tools:
It also includes two experimental tools:
It runs on the following platforms:
How do I use valgrind?Valgrind is typically run as follows:
The --leak-check option turns on the detailed memory leak detector: Further readings:Continue reading rest of the How to report / Find a bug under Linux series. Contents
Related Posts:
© valgrind - Linux Tools For Debugging And Profiling Programs ( bug reporting tool ) - nixCraft - Support nixCraft when you shop at amazon. Thanks! |
| mod_secdownload - Lighttpd Create Secure Download Area with Unique Download URL Posted: 15 Apr 2008 06:35 PM CDT Lighttpd handle secured download mechanisms using mod_secdownload modules. It uses the lighttpd webserver and the internal HTTP authentication using secrete password. This module use the concept called authenticated URL for a specified time. Each unique url remains valid for a specified time. Your application has to generate a token and a timestamp which are checked by the webserver before it allows the file to be downloaded by the webserver. URL FormatThe generated URL has to have the format: <uri-prefix>/<token>/<timestamp-in-hex>/<rel-path> Which looks like |
| The missing five-minute Linux manual for morons Posted: 15 Apr 2008 04:32 PM CDT From the article:
=> The missing five-minute Linux manual for morons Related Posts:
© The missing five-minute Linux manual for morons - nixCraft - Support nixCraft when you shop at amazon. Thanks! |
| You are subscribed to email updates from nixCraft Linux Sys Admin Blog To stop receiving these emails, you may unsubscribe now. | Email Delivery powered by FeedBurner |
| Inbox too full? | |
| If you prefer to unsubscribe via postal mail, write to: nixCraft Linux Sys Admin Blog, c/o FeedBurner, 20 W Kinzie, 9th Floor, Chicago IL USA 60610 | |
No comments:
Post a Comment