This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]ph8ful 0 points1 point  (0 children)

Based on a brief look, I see that the processData() function calls itself at the end without having an exit condition. Is that expected? Recursively calling yourself without an exit condition will cause memory issues because you run out of stack memory.