-
-
25 Nov 2016 12:21:07 UTC
- Distribution: Devel-cst
- Module version: 0.010
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (1)
- Testers (267 / 306 / 2)
- Kwalitee
Bus factor: 1- 100.00% Coverage
- License: perl_5
- Perl: v5.6.0
- Activity
24 month- Tools
- Download (61.06KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Exporter
- XSLoader
- strict
- warnings
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
Devel::cst - C stacktraces for GNU systems
VERSION
version 0.010
SYNOPSIS
perl -d:cst -e ...
DESCRIPTION
This module sets signal handlers for
SIGSEGV
,SIGBUS
,SIGILL
,SIGFPE
,SIGTRAP
,SIGABRT
andSIGQUIT
that prints a stacktrace and some more information about the fault to stderr before dying. This enables debugging even without gdb being present.AUTHOR
Leon Timmermans <leont@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2011 by Leon Timmermans.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
Module Install Instructions
To install Devel::cst, copy and paste the appropriate command in to your terminal.
cpanm Devel::cst
perl -MCPAN -e shell install Devel::cst
For more information on module installation, please visit the detailed CPAN module installation guide.