Details

    • Sub-task
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • SystemML 0.10
    • Parser
    • None

    Description

      Suppose we have a DML file named "example.dml" that contains a source call to itself:

      source("./example.dml") as example;
      

      This produces an infinite loop that gives:

      Exception in thread "main" java.lang.StackOverflowError
      

      Similar error occurs for other types of circular references such as script1 imports script2 imports script3 imports1.

      Attachments

        Activity

          People

            gweidner Glenn Weidner
            deron Jon Deron Eriksson
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: