[hibernate-issues] [Hibernate-JIRA] Commented: (HHH-6907) Long "in" lists in queries results in a Java stack overflow exception.

Vyacheslav (JIRA) noreply at atlassian.com
Mon Dec 19 10:06:19 EST 2011


    [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-6907?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44625#comment-44625 ] 

Vyacheslav commented on HHH-6907:
---------------------------------

jdk 6 is used

> Long "in" lists in queries results in a Java stack overflow exception.
> ----------------------------------------------------------------------
>
>                 Key: HHH-6907
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-6907
>             Project: Hibernate Core
>          Issue Type: Bug
>          Components: core
>    Affects Versions: 3.6.8, 3.6.9
>         Environment: Windows 7 x64, apache-maven-3.0.3, downloaded from github sources
>            Reporter: Vyacheslav
>              Labels: hibernate
>
> Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 3.038 sec <<< FAILURE!
> testLongInElementsByHQL(org.hibernate.test.criteria.LongInElementsTest)  Time elapsed: 2.561 sec  <<< ERROR!
> java.lang.StackOverflowError
> 	at java.lang.AbstractStringBuilder.append(AbstractStringBuilder.java:391)
> 	at java.lang.StringBuffer.append(StringBuffer.java:224)
> 	at antlr.BaseAST.toStringList(BaseAST.java:341)
> 	at antlr.BaseAST.toStringList(BaseAST.java:347)
> 	at antlr.BaseAST.toStringList(BaseAST.java:347)
> 	at antlr.BaseAST.toStringList(BaseAST.java:347)
> 	at antlr.BaseAST.toStringList(BaseAST.java:347)
> 	at antlr.BaseAST.toStringList(BaseAST.java:347)
> 	at antlr.BaseAST.toStringList(BaseAST.java:347)
> 	at antlr.BaseAST.toStringList(BaseAST.java:347)
> The same as in https://hibernate.onjira.com/browse/HHH-2166 but in 3.6.8, 3.6.9 build.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list