in reply to Re^3: Hard to Debug windows memory error
in thread Hard to Debug windows memory error

Yep, good point with Devel::SizeMe and Devel::cst, thanks, I searched this kind of modules too :)

Maybe you can also use autodie, to quit the application maybe before your current issue and get a possible source of the error...
Edit: check Devel::Size, seems to have the same methods that Devel::SizeMe, but release in 2015 with less dependencies.
  • Comment on Re^4: Hard to Debug windows memory error