Uploaded image for project: 'Spark'
  1. Spark
  2. SPARK-30629

cleanClosure on recursive call leads to node stack overflow

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 3.0.0
    • None
    • SparkR
    • None

    Description

      This problem surfaced while handling SPARK-22817. In theory there are tests, which cover that problem, but it seems like they have been dead for some reason.

      Reproducible example

      f <- function(x) {
        f(x)
      }
      
      SparkR:::cleanClosure(f)
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            zero323 Maciej Szymkiewicz
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: