-
-
02 Aug 2011 15:41:32 UTC
- Distribution: App-Stacktrace
- Source (raw)
- Browse (raw)
- Changes
- Homepage
- How to Contribute
- Repository
- Issues (6)
- Testers (730 / 493 / 66)
- Kwalitee
Bus factor: 0- % Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (58.85KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- none
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
perl-stacktrace - Stack trace
VERSION
version 0.09
SYNOPSIS
perl-stacktrace [option] pid -m Prints a gdb script -v Verbose debugging -c Additionally, prints C stacktrace --help Show this help --exec exec() into gdb
DESCRIPTION
perl-stacktrace prints Perl stack traces of Perl threads for a given Perl process. For each Perl frame, the full file name and line number are printed.
For example, a stack dump of a running perl program:
$ ps x | grep cpan 24077 pts/12 T 0:01 /usr/local/bin/perl /usr/local/bin/cpan 24093 pts/12 S+ 0:00 grep cpan $ perl-stacktrace 24077 0x00d73416 in __kernel_vsyscall () /usr/local/bin/cpan:11 /usr/local/lib/perl5/5.12.2/App/Cpan.pm:364 /usr/local/lib/perl5/5.12.2/App/Cpan.pm:295 /usr/local/lib/perl5/5.12.2/CPAN.pm:339 /usr/local/lib/perl5/5.12.2/Term/ReadLine.pm:198
Module Install Instructions
To install App::Stacktrace, copy and paste the appropriate command in to your terminal.
cpanm App::Stacktrace
perl -MCPAN -e shell install App::Stacktrace
For more information on module installation, please visit the detailed CPAN module installation guide.