In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/b3d7d86513d56fd205d6766e579023fe4c12eeea?hp=e3962106e93fa80bf960e71ac7c7727e7e15eee8>
- Log ----------------------------------------------------------------- commit b3d7d86513d56fd205d6766e579023fe4c12eeea Author: Tony Cook <[email protected]> Date: Thu Dec 17 17:05:33 2015 +1100 perldelta for e3962106e93f ----------------------------------------------------------------------- Summary of changes: pod/perldelta.pod | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 8a0e533..e66a8b5 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -378,6 +378,17 @@ change. We do not believe any such files are in existence, but if you do have one, submit a ticket at L<mailto:[email protected]>, and we will write a conversion script for you. +=item OS X/Darwin + +Builds with both -DDEBUGGING and threading enabled would fail with a +"panic: free from wrong pool" error when built or tested from Terminal +on OS X. This was caused by perl's internal management of the +environment conflicting with an atfork handler using the libc +setenv() function to update the environment. + +Perl now uses setenv()/unsetenv() to update the environment on OS X. +[perl #126240] + =back =head1 Internal Changes -- Perl5 Master Repository
