tags 416266 +help thanks This one time, at band camp, Philipp Kolmann said: > and a minimal /etc/freeradius/dtcheck.pm: > > ==== > use strict; > > # This is very important ! Without this script will not get the filled > # hashesh from main. > use vars qw(%RAD_REQUEST %RAD_REPLY %RAD_CHECK); > use Data::Dumper; > ==== > > should crash.
It does. Thanks for the test case. This doesn't crash, interestingly: ================================================== use strict; # This is very important ! Without this script will not get the filled # hashesh from main. use vars qw(%RAD_REQUEST %RAD_REPLY %RAD_CHECK); require Data::Dumper; $Data::Dumper::Useperl = 1; import Data::Dumper; ================================================== Which suggests to me this may be an AutoLoader/XSLoader type issue, about which I know very little. I am not sure at this point whose bug this is, but I am tagging it help until someone with some bright ideas comes along. -- ----------------------------------------------------------------- | ,''`. Stephen Gran | | : :' : [EMAIL PROTECTED] | | `. `' Debian user, admin, and developer | | `- http://www.debian.org | -----------------------------------------------------------------
signature.asc
Description: Digital signature

