Menu

#7 Fatal error: Maximum function nesting level of '100'

closed-fixed
nobody
None
5
2011-08-08
2011-08-05
monyer
No

rips 0.40
continue with :https://sourceforge.net/tracker/?func=detail&aid=3075359&group_id=324405&atid=1362557

$line .= getmultiline($lines_pointer, $linenr+1, ++$count);

instead of

$line .= getmultiline($lines_pointer, $linenr+1, $count++);

because $count always 0.

Discussion

  • Johannes Dahse

    Johannes Dahse - 2011-08-08
    • status: open --> closed-fixed
     
  • Johannes Dahse

    Johannes Dahse - 2011-08-08

    This is fixed in the new version that will come soon. RIPS now handles instruction blocks instead of code lines which fixes several more bugs. Thank you very much for your report.

     

Log in to post a comment.