I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2009-06-11 18:21:34-07 by gerogeheller
Segmentation Fault with stack_depth
Hi all, I realized my mechanize agent was hogging up all my memory. I am trying to set the stack_depth to a low value.
my $cookie = HTTP::Cookies->new(file => 'cookie',autosave => 1,); my $agent = WWW::Mechanize->new(cookie_jar=>$cookie,autocheck=>1,stack_depth=>1,); $agent->timeout(50);
It grabs one page, and then gives me a segmentation fault. Any help appreciated. Thanks George
Direct Responses: Write a response