Subject: | Bus error / Segfault in a wird situation |
I've found that passing an undefined value to open() produce a not
managed error.
I've tested on two different environments (perl 5.8.8 and 5.10) having
the same results.
See attached script to reproduce the error.
Subject: | geoip_crash.pl |
#!/usr/bin/perl
use Geo::IP;
my $geoip = Geo::IP->open( undef ) || die 'Error: ' . $!;