Subject: | Segmentation faults in test suite |
On some of my debian & ubuntu smokers I see the following segfaults when running "make test":
...
Segmentation fault
# Failed test at t/1Word2phrase.t line 62.
# Failed test at t/1Word2phrase.t line 63.
Segmentation fault
# Failed test at t/1Word2phrase.t line 77.
# Failed test at t/1Word2phrase.t line 78.
# Looks like you failed 4 tests of 24.
t/1Word2phrase.t .......
Dubious, test returned 4 (wstat 1024, 0x400)
Failed 4/24 subtests
...
Segmentation fault
# Failed test at t/2Interface.t line 140.
# Failed test at t/2Interface.t line 141.
# Looks like you failed 2 tests of 74.
t/2Interface.t .........
Dubious, test returned 2 (wstat 512, 0x200)
Failed 2/74 subtests
...