You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@groovy.apache.org by "Eric Milles (Jira)" <ji...@apache.org> on 2021/12/18 15:37:00 UTC

[jira] [Updated] (GROOVY-6871) Running :show all command throws StackOverflowError

     [ https://issues.apache.org/jira/browse/GROOVY-6871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Eric Milles updated GROOVY-6871:
--------------------------------
    Labels: StackOverflowError  (was: )

> Running :show all command throws StackOverflowError
> ---------------------------------------------------
>
>                 Key: GROOVY-6871
>                 URL: https://issues.apache.org/jira/browse/GROOVY-6871
>             Project: Groovy
>          Issue Type: Bug
>          Components: Groovysh
>    Affects Versions: 2.3.2, 2.4.0-beta-1
>         Environment: Windows 7
>            Reporter: Alexandre Rafalovitch
>            Priority: Minor
>              Labels: StackOverflowError
>
> {quote}
> E:\Downloads\groovy-2.4.0-beta-1>bin\groovysh
> Groovy Shell (2.4.0-beta-1, JVM: 1.7.0_25)
> Type ':help' or ':h' for help.
> -----------------------------------------------------------
> groovy:000> :show all
> No variables defined
> No classes have been loaded
> No custom imports have been defined
> No preferences are set
> ===> [null, null, null, null]
> groovy:000> :show all
> Variables:
>   _ = [null, null, null, null]
> No classes have been loaded
> No custom imports have been defined
> No preferences are set
> ===> [[_:[null, null, null, null]], null, null, null]
> groovy:000> :show all
> Variables:
> ERROR java.lang.StackOverflowError:
> null
> groovy:000> :show all
> Variables:
> ERROR java.lang.StackOverflowError:
> null
> groovy:000>
> {quote}
> Can also be triggered faster by starting a recording session.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)