Error in log - can't find ANONSUB's 'anon3' entry. - plus 500 response from server

2023-10-18 Thread Alex Masidlover
use gdb with threads? I've not (yet) raised a bug since at the moment we can't make this easily reproducible - we just know that, on our existing systems with plenty of data, if we enable mpm_event instead of mpm_prefork we get these errors. We're trying to narrow down the circumstances

Re: Bug - Strange issue with mod_perl 2.0.10 / Apache 2.4 corrupting nfreeze data

2016-08-07 Thread Alex Masidlover
On Sun, 2016-04-03 at 17:03 +0200, Vincent Veyron wrote: > On Sun, 03 Apr 2016 14:11:23 +0100 > Alex Masidlover wrote: > > > > > > > This has all worked perfectly up until I upgraded to Apache 2.4 / > > mod_perl 2.0.10 -  > After upgrading to Apache 2.4 and

Bug - Strange issue with mod_perl 2.0.10 / Apache 2.4 corrupting nfreeze data

2016-04-03 Thread Alex Masidlover
-8<-- Start Bug Report 8<-- 1. Problem Description: I'm running Perl 5.20.2 on a Gentoo virtual machine. We've had some code in place that uses a mod_perl handler to send complex hashref based structures between two servers using nfreeze / thaw; the code ne