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

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.
  • Comment on Re^2: perl crashes when processing xml with XML::Twig

Replies are listed 'Best First'.
Re^3: perl crashes when processing xml with XML::Twig
by Anonymous Monk on Mar 13, 2012 at 09:39 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'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.

        Did you reboot? Sometimes that will help (windows is fun).

        What is the exact crash message (might need to look for it in eventvwr.msc)?