Subject: | Looking at a version object crashes the debugger |
This is perl, v5.8.4 built for i386-linux-thread-multi
When looking at a version object, or anything containing them, in the debugger, the version object triggers a critical error in dumpvar.pl, resulting in a crash of the debugger.
DB<3> x version::qv(5.005)
0 version=HASH(0x8926e9c)
'qv' => 1
Bizarre copy of ARRAY in sassign at /usr/share/perl/5.8/dumpvar.pl line 206.
END failed--call queue aborted.
This should not effect normal running code, but makes it practically impossible to debug anything that uses version.pm