The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "sigtrap"

sigtrap - Perl pragma to enable simple signal handling River stage five • 11292 direct dependents • 32664 total dependents

The sigtrap pragma is a simple interface to installing signal handlers. You can have it install one of two handlers supplied by sigtrap itself (one which provides a Perl stack trace and one which simply "die()"s), or alternately you can supply your o...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

Pb - a workflow system made from Perl and bash River stage zero No dependents

If you are a devops developer--even if you're a devops developer who doesn't believe that devops is really a thing--you spend a bunch of your time writing control scripts. Some of them you probably write in "bash", because job control is one of those...

BAREFOOT/Pb-0.02 - 11 Feb 2020 06:30:49 UTC - Search in distribution

perlfunc - Funciones predefinidas en Perl *** DOCUMENTO SIN REVISAR *** River stage zero No dependents

ENELL/POD2-ES-5.24.0.5 - 01 Jan 2017 21:24:12 UTC - Search in distribution

IT::perlfunc River stage zero No dependents

ENRYS/POD2-IT-0.13 - 26 Aug 2009 16:35:44 UTC - Search in distribution

ONE - A Node.js style AnyEvent class, using MooseX::Event River stage zero No dependents

WINTER/ONE-v0.2.0 - 04 Sep 2011 01:36:09 UTC - Search in distribution

perlfaq8 - System Interaction River stage zero No dependents

This section of the Perl FAQ covers questions involving operating system interaction. Topics include interprocess communication (IPC), control over the user-interface (keyboard, screen and pointing devices), and most anything else not related to data...

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

Sys::Virt::Domain - Represent & manage a libvirt guest domain River stage zero No dependents

The "Sys::Virt::Domain" module represents a guest domain managed by the virtual machine monitor....

DANBERR/Sys-Virt-v10.2.0 - 08 Apr 2024 15:26:10 UTC - Search in distribution

Bundle::OpenXPKI - A bundle to install modules required for OpenXPKI River stage zero No dependents

This bundle helps with the installation of modules required for OpenXPKI. OpenXPKI is an open source trust center software which aims to create an enterprise-scale PKI solution. For more information see http://www.openxpki.org...

ALECH/Bundle-OpenXPKI-0.06 - 21 Nov 2008 16:12:39 UTC - Search in distribution

C::DynaLib - Dynamic Perl interface to C compiled code. River stage zero No dependents

This module allows Perl programs to call C functions in dynamic libraries. It is useful for testing library functions, writing simple programs without the bother of XS, and generating C function pointers that call Perl code. Your Perl must be of the ...

RURBAN/C-DynaLib-0.61 - 21 Dec 2010 17:51:31 UTC - Search in distribution

Devel::bt - Automatic gdb backtraces on errors River stage one • 2 direct dependents • 2 total dependents

This module, when enabled, registers a handler for certain types of fatal errors, like segmentation faults, and, once such an error occurs, prints a debugger backtrace to standard output before exiting the program. It is intended to be used to debug ...

FLORA/Devel-bt-0.06 - 21 Mar 2012 07:27:03 UTC - Search in distribution

Module::CoreList::List::5 - List of core modules for perl 5 River stage one • 1 direct dependent • 1 total dependent

This POD page lists all core modules (with their versions) that come with perl 5....

PERLANCAR/Module-CoreList-List-0.001 - 08 Feb 2019 09:15:42 UTC - Search in distribution

Debug::FaultAutoBT - Automatic Backtrace Extractor on SIGSEGV, SIGBUS, etc. River stage zero No dependents

When a signal, that normally causes a coredump, is delivered This module attempts to automatically extract a backtrace, rather than letting the core file be dumped. This has the following benefits: * no need to setup the environment to allow core fil...

STAS/Debug-FaultAutoBT-0.02 - 07 Aug 2002 04:01:37 UTC - Search in distribution

share::Synopsis::S17-concurrency River stage one • 2 direct dependents • 2 total dependents

HINRIK/Perl6-Doc-0.47 - 06 Dec 2010 03:25:27 UTC - Search in distribution

POD2::PT_BR::perlstyle River stage zero No dependents

GARU/POD2-PT_BR-0.06 - 11 Dec 2010 03:25:57 UTC - Search in distribution

Devel::cst - C stacktraces for GNU systems River stage zero No dependents

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

LEONT/Devel-cst-0.012 - 26 Aug 2023 13:52:34 UTC - Search in distribution

UniEvent::Signal - runs callbacks upon UNIX signals River stage one • 5 direct dependents • 5 total dependents

Allow to check UNIX signals and, if a signal appears, execute appropriate handlers during loop iteration. It is inherited from UniEvent::Handle....

SYBER/UniEvent-1.2.13 - 31 Jan 2024 12:58:13 UTC - Search in distribution

SPVM::Sys::Signal::Constant - Signal Constant Values River stage one • 6 direct dependents • 6 total dependents

The Sys::Signal::Constant in SPVM has methods to get constant values for signals....

KIMOTO/SPVM-Sys-0.514001 - 27 Mar 2024 02:45:54 UTC - Search in distribution

Simple::Filter::Macro - Perl extension for expanding source code inline in a script or module. River stage one • 1 direct dependent • 1 total dependent

The module is expanding source code inline in a script or a module. This statement is valid, when the "use" statement is reachable while compilation. It will not work in e.g. a "if" statement or code block. It is common practice to load modules using...

ZTENRETEP/Simple-Filter-Macro-0.08 - 08 Nov 2022 07:56:05 UTC - Search in distribution

Signal::StackTrace - install signal handler to print a stacktrace. River stage zero No dependents

This will print a stack trace to STDERR -- similar to the sigtrap module but without the core dump using simpler syntax. The module arguemts are signals on which to print the stack trace. For normally-terminating signals (e.g., TERM, QUIT) it is proa...

LEMBARK/Signal-StackTrace-0.04 - 28 Nov 2007 16:08:08 UTC - Search in distribution

Signal::StackTrace::CarpLike - install signal handler to print a Carp-like stacktrace River stage one • 1 direct dependent • 1 total dependent

This module is a fork of Signal::StackTrace, which has a uselessly verbose output format. But its interface is perfect, hence this module, which just uses "cluck" in Carp. This will print a stack trace to STDERR -- similar to the sigtrap module but w...

SARTAK/Signal-StackTrace-CarpLike-0.01 - 29 Mar 2011 14:10:48 UTC - Search in distribution
20 results (0.087 seconds)