You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Marko A. Rodriguez (JIRA)" <ji...@apache.org> on 2016/10/11 14:30:22 UTC

[jira] [Commented] (TINKERPOP-1498) choose() can throw StackOverflowErrors

    [ https://issues.apache.org/jira/browse/TINKERPOP-1498?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15565573#comment-15565573 ] 

Marko A. Rodriguez commented on TINKERPOP-1498:
-----------------------------------------------

Can you add a bit more information please.

1.) the stack trace.
2.) a test case.
3.) does this work with previous versions.

I looked at the stack trace and it seems that this is a Groovy issue not being able to resolve a method... 

> choose() can throw StackOverflowErrors
> --------------------------------------
>
>                 Key: TINKERPOP-1498
>                 URL: https://issues.apache.org/jira/browse/TINKERPOP-1498
>             Project: TinkerPop
>          Issue Type: Bug
>          Components: process
>    Affects Versions: 3.2.2
>            Reporter: Daniel Kuppitz
>
> {noformat}
> gremlin> g = TinkerFactory.createModern().traversal()
> ==>graphtraversalsource[tinkergraph[vertices:6 edges:6], standard]
> gremlin> g.V().choose(select("x"), select("x"), constant("not x")).store("x")
> java.lang.StackOverflowError
> Type ':help' or ':h' for help.
> Display stack trace? [yN]
> {noformat}



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