https://bugs.winehq.org/show_bug.cgi?id=52492
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |NEW Ever confirmed|0 |1
--- Comment #7 from Fabian Maurer dark.shadow4@web.de ---
It looks like this patch makes my PC crash.
Yeah sorry, looks like there is an endless loop that just eats up more and more memory.
I don't know how correct it is but, personally, to re-write this function, I'd try to construct it into a quadratic loop.
for(initial;constraint;advance){ for (initial;constraint;advance) {
} }
Not sure how exactly you mean. Although I begin to suspect that the stackoverflow is due to an infinite loop, not the recursion itself. I'll keep looking.