Uploaded image for project: 'Groovy'
  1. Groovy
  2. GROOVY-6871

Running :show all command throws StackOverflowError

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.3.2, 2.4.0-beta-1
    • 4.0.4
    • Groovysh
    • Windows 7

    Description

      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>

      Can also be triggered faster by starting a recording session.

      Attachments

        Activity

          People

            paulk Paul King
            arafalov Alexandre Rafalovitch
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: