[Koha-bugs] [Bug 32393] background job worker explodes if JSON is incorrect

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 16 13:27:19 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=32393

Tomás Cohen Arazi <tomascohen at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Signoff               |Failed QA

--- Comment #5 from Tomás Cohen Arazi <tomascohen at gmail.com> ---
Hi

I tried this:

kohadev-koha at kohadevbox:/kohadevbox/koha$ perl -MTry::Tiny -e 'try { die "Boo";
} catch { warn "catch"; } finally { warn "finally" if $@; };'
catch at -e line 1.
kohadev-koha at kohadevbox:/kohadevbox/koha$ perl -MTry::Tiny -e 'try { die "Boo";
} catch { warn "catch"; } finally { warn "finally" if $_; };'
catch at -e line 1.


In both cases it never prints "finally", so I guess the error buffer is cleared
after the catch block. Do you think it would work if we just move the
$job->status('failed') to the catch block? It looks cleaner too.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list