[jboss-jira] [JBoss JIRA] (JBRULES-3534) DSL expander causes a StackOverflowError on Solaris
RH Bugzilla Integration (JIRA)
jira-events at lists.jboss.org
Wed Jun 13 05:33:08 EDT 2012
[ https://issues.jboss.org/browse/JBRULES-3534?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12700962#comment-12700962 ]
RH Bugzilla Integration commented on JBRULES-3534:
--------------------------------------------------
Ryan Zhang <rzhang at redhat.com> made a comment on [bug 824830|https://bugzilla.redhat.com/show_bug.cgi?id=824830]
This issue's fixes have been picked by ER9. Please verify them on ER9.
> DSL expander causes a StackOverflowError on Solaris
> ---------------------------------------------------
>
> Key: JBRULES-3534
> URL: https://issues.jboss.org/browse/JBRULES-3534
> Project: Drools
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Reporter: Mario Fusco
> Assignee: Mario Fusco
> Fix For: 5.3.2.Final, 5.5.0.Beta1
>
>
> When running Drools unit tests on Solaris with Sun JDK 6, the following test throws a SOE:
> org.drools.jsr94.rules.StatefulRuleSessionTest.testContainsObject
> java.lang.StackOverflowError
> at java.util.regex.Pattern$Loop.match(Pattern.java:4275)
> at java.util.regex.Pattern$GroupTail.match(Pattern.java:4227)
> at java.util.regex.Pattern$BranchConn.match(Pattern.java:4078)
> at java.util.regex.Pattern$CharProperty.match(Pattern.java:3345)
> at java.util.regex.Pattern$Branch.match(Pattern.java:4114)
> at java.util.regex.Pattern$GroupHead.match(Pattern.java:4168)
> at java.util.regex.Pattern$Loop.match(Pattern.java:4295)
> ...
> Turns out this is because of a bug in Sun JDK that will never be fixed:
> http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5050507
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list