https://bugs.kde.org/show_bug.cgi?id=385413
--- Comment #25 from RJVB <rjvber...@gmail.com> --- Created attachment 108516 --> https://bugs.kde.org/attachment.cgi?id=108516&action=edit tryCondition() version that seems to avoid the stack unwind crash I tried a bit of a kludge to avoid popping the "while stack" just before returning from the function. Lo and behold, returning from within the while loop seems to something sufficiently differently internally that the crash is avoided. That "break" does cause processing to continue after the while, right? Leaving the break in place and just adding the `else if` check of the 2 loop variables works too, btw. -- You are receiving this mail because: You are watching all bug changes.