On Mon, 03 Jun 2019 17:14:02 -0700, jkeenan@pobox.com wrote: > The following smoke test indicates that a recent change to blead is > causing failures in t/op/sprintf2.t on FreeBSD-11. [...] > op/sprintf2.t (Wstat: 2304 Tests: 1699 Failed: 0) > Non-zero exit status: 9 It's this non-zero exit status that's making it a fail. That's reporting that it terminated with a SEGV. It's a bit strange that a change is causing a segv only after that test has run successfully, but definitely a good reason for calling it failure. I can't yet reproduce it here, but you should be getting a core dump. If you can generate one (ideally on a debugging perl) and get a stack trace out of gdb it should be possible to diagnose the problem. Hugo --- via perlbug: queue: perl5 status: new https://rt.perl.org/Ticket/Display.html?id=134172Thread Previous | Thread Next