in reply to Problem serializing Net::Patricia object

p>Please do three things. First: add

use warnings FATAL => qw(all); use strict; use Data::Dump qw(dump pp);

Second: eliminate the undef $pt line, try restoring to a different variable using my $pt2 for example. Third: could you supply an example of a minimal set of input data that causes a SEGV on your system? The easiest way would be via dump(). Thanks