NAME
Devel::cst - C stacktraces for GNU systems
VERSION
version 0.012
SYNOPSIS
perl -d:cst -e ...
DESCRIPTION
This module sets signal handlers for SIGSEGV
, SIGBUS
, SIGILL
, SIGFPE
, SIGTRAP
, SIGABRT
and SIGQUIT
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.