From 61a9f0702db84769557a6388593632f092ea8477 Mon Sep 17 00:00:00 2001 From: Father Chrysostomos Date: Sat, 11 Oct 2014 23:22:24 -0700 Subject: Clarify two panic perldiag entries --- pod/perldiag.pod | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 0d3239b56a..0d6dce380f 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -4138,7 +4138,8 @@ and freeing temporaries and lexicals from. =item panic: pad_free po -(P) An invalid scratch pad offset was detected internally. +(P) An zero scratch pad offset was detected internally. An attempt was +made to free a target that had not been allocated to begin with. =item panic: pad_reset curpad, %p!=%p @@ -4147,7 +4148,9 @@ and freeing temporaries and lexicals from. =item panic: pad_sv po -(P) An invalid scratch pad offset was detected internally. +(P) A zero scratch pad offset was detected internally. Most likely +an operator needed a target but that target had not been allocated +for whatever reason. =item panic: pad_swipe curpad, %p!=%p -- cgit v1.2.1