Re: [pcre-dev] Release candidate for 10.10

Top Page
Delete this message
Author: Petr Pisar
Date:  
To: pcre-dev
Subject: Re: [pcre-dev] Release candidate for 10.10
On Fri, Feb 20, 2015 at 06:49:08PM +0100, Petr Pisar wrote:
> On Fri, Feb 20, 2015 at 12:26:21PM +0000, ph10@??? wrote:
> > I have put a release candidate for PCRE2 release 10.10 on the FTP site:
> >
> Later, I will try MIPS64 n32 and AArch64.
>

The release candidate passes all tests on n32 MIPS64 with enabled JIT. It only
spits the same warning about printing size_t as 32-bit variable.

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.

-- Petr