On Fri, Jan 26, 2018 at 12:36:12PM -0800, slaven@rezic.de wrote: > The Geo-StreetAddress-US-1.04 started to segfault while running > the test suite: > > t/01_parser.t (Wstat: 139 Tests: 5 Failed: 0) > Non-zero wait status: 139 It reduces to this: my $a = "A"; my $s = "A"; $s =~ /$a(?{ $_."X" })/; It needs a run-time-compiled pattern with a code block which contains a multiconcat op. I'm looking further into this now. -- The crew of the Enterprise encounter an alien life form which is surprisingly neither humanoid nor made from pure energy. -- Things That Never Happen in "Star Trek" #22Thread Previous | Thread Next