Fred Moyer wrote:
Or maybe this is a bug in getegid where it's not clearing a previous
memory state. What platform is this on?
sun4-solaris
His first post had a list of modules in a stack trace, which is where I
grabbed that.
I googled, but didn't find anything relevant. :(
See if fgrep -r 'perl' * | grep '-T' in you modules directory returns
anything. Also make sure PerlTaintCheck On isn't in your config. Also,
a lot of times I'll put -T in the shebang line of my handler.pl or
startup.pl, which will enable Taint checking.
Rob