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

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

Daniel Kuppitz created TINKERPOP-1498:
-----------------------------------------

             Summary: 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)