[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mod_perl-2.0.2 causing segfaults


On Sun, 10 Dec 2006, Grant wrote:
[ ... ]
you need to find out why die_page is  being called.

Do you have any advice on the best way to do that?

You could start by using caller():
   my ($package, $filename, $line) = caller;
within the sub, in order to see where it's being
called from.

--
best regards,
Randy Kobes


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.