in reply to Re^4: panic: regfree data code 'ð' during global destruction. error when joining threads
in thread panic: regfree data code 'ð' during global destruction. error when joining threads
but it is a combination of using: use Data::Dumper; $Data::Dumper::Deparse=1;
Yep! That'd do it. From the docs for D::D:
Caution : use this option only if you know that your coderefs will be properly reconstructed by B::Deparse.
I seriously doubt if that option or B::Deparse have ever been tested seriously in a threaded environment.
If you can see your way clear to producing a small tst case demonstrating the panic, and raising a perlbug, it might be get fixed sometime.
|
|---|