You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucy.apache.org by "Nick Wellnhofer (JIRA)" <ji...@apache.org> on 2016/07/15 20:34:20 UTC

[lucy-issues] [jira] [Updated] (CLOWNFISH-92) Skip threaded tests under Perl < 5.8.7

     [ https://issues.apache.org/jira/browse/CLOWNFISH-92?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nick Wellnhofer updated CLOWNFISH-92:
-------------------------------------
    Fix Version/s: 0.6.0

> Skip threaded tests under Perl < 5.8.7
> --------------------------------------
>
>                 Key: CLOWNFISH-92
>                 URL: https://issues.apache.org/jira/browse/CLOWNFISH-92
>             Project: Apache Lucy-Clownfish
>          Issue Type: Bug
>            Reporter: Nick Wellnhofer
>             Fix For: 0.6.0
>
>
> Our Perl thread support relies on the CLONE_SKIP mechanism which was introduced in Perl 5.8.7. Without CLONE_SKIP, pointers to Clownfish objects get cloned for every Perl thread and can be destroyed muiltiple times. See this failing test for example:
> http://www.cpantesters.org/cpan/report/d073d51a-088b-11e6-a27a-892312a8f2ac
> We should disable this test under unsupported Perl versions and maybe document this deficiency somewhere.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)