[Bug 287302] www/mod_perl2: panic: MUTEX_LOCK (22) [Magic.xs:525] during global destruction.

From: <bugzilla-noreply_at_freebsd.org>
Date: Mon, 30 Mar 2026 16:07:21 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=287302

--- Comment #6 from Mirek Lauš <mirek@laus.cz> ---
Set this in httpd.conf:

PerlSetEnv B_HOOKS_ENDOFSCOPE_IMPLEMENTATION PP

This forces Variable::Magic to use PurePerl implementation instead of XS. Now
DateTime works without crashing mod_perl. Verified with lang/perl5.42.

-- 
You are receiving this mail because:
You are the assignee for the bug.