Skip to content

Commit

Permalink
Explanation of rationale for two stages
Browse files Browse the repository at this point in the history
Committer: small textual modifications
  • Loading branch information
hvds authored and jkeenan committed Feb 27, 2022
1 parent 3f3333b commit 1d5c1f6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion Porting/bisect-runner.pl
Expand Up @@ -933,7 +933,8 @@ =head2 Interaction of debug flags caused crash on C<-DDEBUGGING> builds
=item * Problem
In C<-DDEBUGGING> builds, the debug flags C<Xvt> would crash a program when F<strict.pm> was loaded via C<require> or C<use>.
In C<-DDEBUGGING> builds, the debug flags C<Xvt> would crash a program when
F<strict.pm> was loaded via C<require> or C<use>.
=item * Solution
Expand Down Expand Up @@ -975,6 +976,11 @@ =head2 Interaction of debug flags caused crash on C<-DDEBUGGING> builds
=back
The first bisect determined the point at which code was introduced to
F<strict.pm> that triggered the problem. With an understanding of the trigger,
the second bisect then determined the point at which such a trigger started
causing a crash.
* Reference
L<GH issue 193463|https://github.com/Perl/perl5/issues/19463>
Expand Down

0 comments on commit 1d5c1f6

Please sign in to comment.