Re: [pcre-dev] Release candidate for 8.37

Top Page
Delete this message
Author: Petr Pisar
Date:  
To: pcre-dev
Subject: Re: [pcre-dev] Release candidate for 8.37
On Wed, Apr 22, 2015 at 02:14:10PM +0200, Petr Pisar wrote:
> FAIL: RunTest
> =============
> PCRE C library tests using test data from ./testdata
> PCRE version 8.37-RC1 2015-04-14
> ---- Testing 8-bit library ----
> Test 1: Main functionality (Compatible with Perl >= 5.10)
>   OK
>   OK with study
>   OK with JIT study
> Test 2: API, errors, internals, and non-Perl stuff (not UTF-8)
>   OK
>   OK with study
> ./RunTest: line 443: 27666 Bus error               (core dumped) $sim $valgrind ./pcretest -q $bmode $opt $testdata/testinput2 testtry

>
> It looks like the same issue I reported for PCRE2-10.10. I will try to find
> time and a machine to bisect it.
>

The commit which broke it is:

commit 68dfb979bd99c518fa96c9ee2883a66a73672177
Author: zherczeg <zherczeg@2f5784b3-3f2a-0410-8824-cb99058d5e15>
Date: Sat Sep 27 06:25:26 2014 +0000

    Major JIT compiler update.


    git-svn-id: svn://vcs.exim.org/pcre/code/trunk@1506 2f5784b3-3f2a-0410-8824-cb99058d5e15


It's the fist commit after "Final tidies for 8.36".

-- Petr