[koha-commits] main Koha release repository branch 3.22.x updated. v3.22.09-139-g5c36b13

Git repo owner gitmaster at git.koha-community.org
Wed Aug 24 12:27:11 CEST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, 3.22.x has been updated
       via  5c36b1391ad7c08280fe89a60de70c47cd853849 (commit)
      from  63ae15ac02fbc6dbf472265a334944b08cdf1fb6 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5c36b1391ad7c08280fe89a60de70c47cd853849
Author: Olli-Antti Kivilahti <olli-antti.kivilahti at jns.fi>
Date:   Thu Sep 17 13:23:49 2015 +0300

    Bug 14844: Corrupted storable string. When adding/editing an Item, cookie LastCreatedItem might be corrupted.
    
    No idea how to replicate this issue but we have been getting several reports
    about the following error:
    
    Software error:
    
    Corrupted storable string (binary v2.9) at /usr/lib/perl/5.18/Storable.pm line
    417, at /home/koha/kohaclone/cataloguing/additem.pl line 375.
    
    TEST PLAN:
    1. Add or modify an Item.
    2. No observed changes.
    ?. We don't know what causes this but we know that add/modify Item occasionally
       crashes due to failure of a cookie thawing.
    
    This patch prevents the whole program from dying, because this error is not
    critical enough to warrant dying.
    Also there is no centralized mechanism in Koha for showing messages to the
    user, so there is no easy and convenient way to warn the user that the:
    'LastCreatedItem'-cookie or the systempreference 'PrefillItem' is
    malfunctioning.
    
    So we instead just warn to the server logs with the malfunctioning cookie in
    hopes of nailing down what causes the issues.
    
    Signed-off-by: Tomas Cohen Arazi <tomascohen at theke.io>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    (cherry picked from commit 9237fe676336f5908a9acc26a3b70b70d25602ae)
    Signed-off-by: Frédéric Demians <f.demians at tamil.fr>
    (cherry picked from commit d9def60267c1eb8aaacf4958de3bbddbace27621)
    Signed-off-by: Julian Maurice <julian.maurice at biblibre.com>

-----------------------------------------------------------------------

Summary of changes:
 cataloguing/additem.pl |   12 +++++++++---
 1 file changed, 9 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list