Re: [pcre-dev] Release candidate for 10.10

Top Page
Delete this message
Author: Petr Pisar
Date:  
To: pcre-dev
Old-Topics: Re: [pcre-dev] Release candidate for 10.10
Subject: Re: [pcre-dev] Release candidate for 10.10
On Thu, Feb 26, 2015 at 12:39:13PM +0100, Zoltán Herczeg wrote:
> >The AArch64 is worse. It compiles with JIT but crashes on tests:
> >
> >FAIL: RunTest
> >=============
> >PCRE2 C library tests using test data from ./testdata
> >PCRE2 version 10.10-RC1 2015-02-20
> >---- Testing 8-bit library ----
> >Test 0: Unchecked pcre2test argument tests (to improve coverage)
> >  OK
> >Test 1: Main non-UTF, non-UCP functionality (compatible with Perl >= 5.10)
> >  OK
> >  OK with JIT
> >Test 2: API, errors, internals, and non-Perl stuff (excluding UTF-8)
> >  OK
> >./RunTest: line 446: 18631 Bus error               (core dumped) $sim $valgrind ./pcre2test -q $test2stack $bmode $opt $testdata/testinput2 testtry

> >
> >I don't have time to debug it now. But it worked in 8.36 version.
>

Bisecting git tree shows:

GIT ID      SVN  Commit message                                         Test2
f5b0b52c    r92  Break global loop in pcre2test if matching             sigbus
29d39f10    r91  Starting commit of the JIT compiler.                   segfault
1a2a9574    r90  Save compile-time work when PCRE2_NO_START_OPTIMIZE    good


-- Petr