Subject: | SEGV in test suite |
t/concrete-methods.t fails on some systems with a segmentation fault:
...
t/concrete-methods.t ........
No subtests run
...
Test Summary Report
-------------------
t/concrete-methods.t (Wstat: 11 Tests: 0 Failed: 0)
Non-zero wait status: 11
Parse errors: No plan found in TAP output
...
A gdb backtrace:
(gdb) bt
#0 0x0000000000445c26 in Perl_gv_init_pvn ()
#1 0x0000000000446ac2 in Perl_gv_fetchpvn_flags ()
#2 0x00000000004483b9 in Perl_gv_fetchsv ()
#3 0x00000000004c27f0 in Perl_sv_2cv ()
#4 0x00000000004e4574 in Perl_pp_exists ()
#5 0x00000000004b4fa3 in Perl_runops_standard ()
#6 0x00000000004442a6 in perl_run ()
#7 0x000000000041ff85 in main ()