You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Arun Ramakrishnan (JIRA)" <ji...@apache.org> on 2008/06/18 13:10:45 UTC

[jira] Commented: (HARMONY-5712) [classlib][regex] Stack overflow when matching over a long sequence

    [ https://issues.apache.org/jira/browse/HARMONY-5712?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12605909#action_12605909 ] 

Arun Ramakrishnan commented on HARMONY-5712:
--------------------------------------------

When is a fix for this defect planned?

> [classlib][regex] Stack overflow when matching over a long sequence
> -------------------------------------------------------------------
>
>                 Key: HARMONY-5712
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5712
>             Project: Harmony
>          Issue Type: Bug
>          Components: Classlib
>            Reporter: Tim Ellison
>         Attachments: TestMatch.java
>
>
> See the example (attached) which works ok on the RI but fails with a stack overflow exception on harmony.
> The incidence of overflow seems to be related to the distance between the first and last match ("one" and "two" in the example) since reducing the count of "something" strings to 100 makes the example work ok.
> Looks like a better way of tracking the matched subsequences for backtracking is required.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.