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

2010-03-11 Thread mara raram
Hi Mike, On Sat, Feb 20, 2010 at 3:59 AM, Mike Schilli wrote: > 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:Pro

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

2010-03-11 Thread Mike Schilli
On Thu, 11 Mar 2010, mara raram wrote: > I was so busy profiling that I completely forgot to thank you for that > tip. So, thanks a lot, works brilliant. Glad to hear it worked out! -- Mike Mike Schilli [email protected] --

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

[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