https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39295 --- Comment #8 from David Cook <dcook@prosentient.com.au> --- (In reply to Marcel de Rooy from comment #4)
while (1) {
Nothing beats this kind of constructs ;)
I'm glad that someone else feels my pain haha. (In reply to Marcel de Rooy from comment #6)
Should it be critical? Perhaps major would be enough ;)
I wondered about this as well. I marked it as critical because it has the ability to make a Koha instance unusable with a couple of clicks. I think a person could argue "major" since hopefully most people won't create the necessary conditions to trigger it, but it's really bad when it is triggered. 100% CPU for the Starman worker processes and no responsiveness for the user. (In reply to Marcel de Rooy from comment #7)
This code is horrible. This is kind of a trust signoff :)
Merci :). This code is horrible. Sometimes, I wonder what it'll take for us to replace it. It limps along as "good enough" I think... -- You are receiving this mail because: You are watching all bug changes.