Debugging Out of Memory Errors
[prev]
[thread]
[next]
[Date index for 2005/01/26]
A module I wrote is somehow running out of memory and I need to find
out why and where the problem is occurring. Searching through the
archives, I discovered that in mod_perl 1.0 you could set the
Apache::Debug level to 4:
use Apache::Debug level => 4;
(see the mod_perl book: http://modperlbook.org/html/ch22_03.html)
Doing this would cause a special memory allocator to be used so that
Carp could print out a stack trace in the event of an out of memory
error.
Is there an equivalent in mod_perl?
Thanks,
Ken
--
MailChannels: Assured Messaging
--
Eliminate Critical False Positives
http://www.mailchannels.com
MailChannels Corporation
Suite 1600, 1188 West Georgia St.
Vancouver, BC, Canada
Ken Simpson, CEO
+1-604-729-1741
Sent by MailChannels: http://www.mailchannels.com
 |
Debugging Out of Memory Errors
Ken Simpson 18:49 on 26 Jan 2005
|