Deron Eriksson created SYSTEMML-625:
---------------------------------------
Summary: DML file that sources itself produces infinite loop
Key: SYSTEMML-625
URL: https://issues.apache.org/jira/browse/SYSTEMML-625
Project: SystemML
Issue Type: Bug
Components: Parser
Reporter: Deron Eriksson
Suppose we have a DML file named "example.dml" that contains a source call to
itself:
{code}
source("./example.dml") as example;
{code}
This produces an infinite loop that gives:
{code}
Exception in thread "main" java.lang.StackOverflowError
{code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)