Skip Menu |

This queue is for tickets about the DB_File CPAN distribution.

Report information
The Basics
Id: 84184
Status: resolved
Priority: 0/
Queue: DB_File

People
Owner: Nobody in particular
Requestors: florent.angly [...] gmail.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: 1.823



Subject: Implement Storable hooks to prevent segmentation faults
As discussed on the Perl Maintainers bug tracker, DB_File would benefit from implementing hooks for Storable: https://rt.perl.org/rt3//Public/Bug/Display.html?id=115972 Hooks are described at http://search.cpan.org/~ams/Storable-2.39/Storable.pm#Hooks and implementing them in DB_File would make it possible to use freeze/thaw operations on objects that are linked to a DB_File object without segfaulting. Cheers, Florent