[log4perl-devel] Problem with Log::Dispatch::FileRotate-Appender and -d:Profile

2010-02-19 Thread mara raram
Hello, I just ran into a problem trying to profile one of my perl scripts using 'perl -d:Profile'. I cooked it down to this: ---8<--- #!/usr/bin/env perl # --- crashes when used with -d:Profile use warnings; use strict; use Log::Dispatch::FileRotate; use Log::Log4perl; # logging behaviour conf

Re: [log4perl-devel] Problem with Log::Dispatch::FileRotate-Appender and -d:Profile

2010-02-19 Thread Mike Schilli
On Fri, 19 Feb 2010, mara raram wrote: I just ran into a problem trying to profile one of my perl scripts using 'perl -d:Profile'. I cooked it down to this: ---8<--- #!/usr/bin/env perl # --- crashes when used with -d:Profile Hi Mara, it's fairly unlikely that this has anything to do with Lo