This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perldiag: Assertions are not trappable
authorFather Chrysostomos <sprout@cpan.org>
Sat, 19 Nov 2011 20:26:21 +0000 (12:26 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 20 Nov 2011 00:14:54 +0000 (16:14 -0800)
In perldiag, the assertion failure messages are listed with (P) in
front of them, indicating trappable internal errors.  Assertions are
not trappable, but are followed by SIGABRT.

pod/perldiag.pod

index 2d97af6..624835e 100644 (file)
@@ -232,11 +232,11 @@ spots.  This is now heavily deprecated.
 
 =item assertion botched: %s
 
-(P) The malloc package that comes with Perl had an internal failure.
+(X) The malloc package that comes with Perl had an internal failure.
 
 =item Assertion failed: file "%s"
 
-(P) A general assertion failed.  The file in question must be examined.
+(X) A general assertion failed.  The file in question must be examined.
 
 =item Assignment to both a list and a scalar