Does this ring a bell with anyone - on a clean/fresh install of FreeBSD
11.0-RELEASE-p2 with Amanda 3.3.6 (default from Ports) things like
amtapetype -f /dev/nst0
et.al. all started to dump core:
Segmentation fault (core dumped)
With a fairly plain stacktrace:
> (gdb) bt
> #0 0x0000000800b01e6b in Perl_mg_find () from
> /usr/local/lib/perl5/5.20/mach/CORE/libperl.so.5.20
> #1 0x0000000806ec6681 in boot_Amanda__Debug ()
> from /usr/local/lib/perl5/site_perl/auto/Amanda/Debug/libDebug.so
> #2 0x0000000800b1ea1c in Perl_pp_entersub () from
> /usr/local/lib/perl5/5.20/mach/CORE/libperl.so.5.20
> #3 0x0000000800b17a56 in Perl_runops_standard () from
> /usr/local/lib/perl5/5.20/mach/CORE/libperl.so.5.20
> #4 0x0000000800a9d704 in Perl_call_sv () from
> /usr/local/lib/perl5/5.20/mach/CORE/libperl.so.5.20
> #5 0x0000000800a9a1d9 in Perl_call_list () from
> /usr/local/lib/perl5/5.20/mach/CORE/libperl.so.5.20
> #6 0x0000000800a8dfc5 in Perl_newCONSTSUB_flags () from
> /usr/local/lib/perl5/5.20/mach/CORE/libperl.so.5.20
> #7 0x0000000800a87168 in Perl_newATTRSUB_x () from
> /usr/local/lib/perl5/5.20/mach/CORE/libperl.so.5.20
> #8 0x0000000800a87bc4 in Perl_utilize () from
> /usr/local/lib/perl5/5.20/mach/CORE/libperl.so.5.20
> #9 0x0000000800acc9e7 in Perl_yyparse () from
> /usr/local/lib/perl5/5.20/mach/CORE/libperl.so.5.20
> #10 0x0000000800a9c3e1 in perl_parse () from
> /usr/local/lib/perl5/5.20/mach/CORE/libperl.so.5.20
> #11 0x0000000000400f08 in main ()
Does this ring a bell with anyone ? Before I start taking things apart - does
this ring a bell with anyone ?
Dw