You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@systemml.apache.org by "Glenn Weidner (JIRA)" <ji...@apache.org> on 2017/09/09 05:29:00 UTC

[jira] [Updated] (SYSTEMML-1756) Potential infinite recursion in Explain#explain(DMLProgram, Program, ExplainType)

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

Glenn Weidner updated SYSTEMML-1756:
------------------------------------
    Fix Version/s:     (was: SystemML 1.0)
                   SystemML 0.15

> Potential infinite recursion in Explain#explain(DMLProgram, Program, ExplainType)
> ---------------------------------------------------------------------------------
>
>                 Key: SYSTEMML-1756
>                 URL: https://issues.apache.org/jira/browse/SYSTEMML-1756
>             Project: SystemML
>          Issue Type: Bug
>            Reporter: Ted Yu
>            Assignee: Ted Yu
>             Fix For: SystemML 0.15
>
>
> Here is related code:
> {code}
>         public static String explain(DMLProgram prog, Program rtprog, ExplainType type)
>                 throws HopsException, DMLRuntimeException, LanguageException {
>                 return explain(prog, rtprog, type);
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)