in reply to perl crashes when processing xml with XML::Twig

Make sure Task::Weaken is installed
  • Comment on Re: perl crashes when processing xml with XML::Twig

Replies are listed 'Best First'.
Re^2: perl crashes when processing xml with XML::Twig
by justibus (Acolyte) on Mar 13, 2012 at 09:00 UTC
    It is already installed: "Task::Weaken is up to date (1.04)". According to the readme of XML::Twig, to reduce memory leaks, I also have Scalar::Util and WeakRef installed. The problem still persists.

      It is already installed: "Task::Weaken is up to date (1.04)". According to the readme of XML::Twig, to reduce memory leaks, I also have Scalar::Util and WeakRef installed. The problem still persists.

      It's not that I don't believe you , but, well, I don't :)

      Any perl I try it just works, 5.12.2,5.14.1,5.14.2, even just now for curiosity sakes strawberryperl 5.12.3.0, no problem whatsoever.

      Try uninstalling WeakRef?

        There seems to be something wrong with my perl installation then. I just tried perl on cygwin and it works fine. And uninstalling WeakRef didn't help. I'll uninstall perl and reinstall it. See if that helps.