Session corruption in koha-testing-docker master
Hi all, The last two days I've noticed that my session is getting corrupted while I'm working on master in koha-testing-docker. I'm not touching the session myself, but seemingly randomly the session gets all kinds of DIBC data stuffed into it, and Koha seems to be parse it and Koha throws a fatal error, which can only be resolved by deleting the problematic session from the table. Just curious if anyone else is seeing this. I really don't think it's related to anything I'm working on, but I also can't reliably reproduce it. David Cook Senior Software Engineer Prosentient Systems Suite 7.03 6a Glen St Milsons Point NSW 2061 Australia Office: 02 9212 0899 Online: 02 8005 0595
Koha throws a fatal error, which can only be resolved by deleting the problematic session from the table.
Did the error look like this? https://paste.koha-community.org/37943 If so then yes I've seen it! But I don't know what happened to trigger it. I was able to resolve it by deleting cookies and local storage for the domain. -- Owen -- Web Developer Athens County Public Libraries (740) 737-6006 https://www.myacpl.org
That's interesting! I've seen such situation on stuck STOMP messages, so I guess we are breaking userenv somewhere! El lun, 12 feb 2024 a las 21:36, David Cook via Koha-devel (< koha-devel@lists.koha-community.org>) escribió:
Hi all,
The last two days I’ve noticed that my session is getting corrupted while I’m working on master in koha-testing-docker. I’m not touching the session myself, but seemingly randomly the session gets all kinds of DIBC data stuffed into it, and Koha seems to be parse it and Koha throws a fatal error, which can only be resolved by deleting the problematic session from the table.
Just curious if anyone else is seeing this. I really don’t think it’s related to anything I’m working on, but I also can’t reliably reproduce it.
David Cook
Senior Software Engineer
Prosentient Systems
Suite 7.03
6a Glen St
Milsons Point NSW 2061
Australia
Office: 02 9212 0899
Online: 02 8005 0595
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git : https://git.koha-community.org/ bugs : https://bugs.koha-community.org/
-- Tomás Cohen Arazi Theke Solutions (https://theke.io) ✆ +54 9351 3513384 GPG: B2F3C15F
Seen it for the first time right now. It is inside "cas_ticket" and it contains the columns for Koha::Patrons Seems related to bug 34893 Le mar. 13 févr. 2024 à 01:36, David Cook via Koha-devel < koha-devel@lists.koha-community.org> a écrit :
Hi all,
The last two days I’ve noticed that my session is getting corrupted while I’m working on master in koha-testing-docker. I’m not touching the session myself, but seemingly randomly the session gets all kinds of DIBC data stuffed into it, and Koha seems to be parse it and Koha throws a fatal error, which can only be resolved by deleting the problematic session from the table.
Just curious if anyone else is seeing this. I really don’t think it’s related to anything I’m working on, but I also can’t reliably reproduce it.
David Cook
Senior Software Engineer
Prosentient Systems
Suite 7.03
6a Glen St
Milsons Point NSW 2061
Australia
Office: 02 9212 0899
Online: 02 8005 0595
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git : https://git.koha-community.org/ bugs : https://bugs.koha-community.org/
As I wrote on bug 36034, with binary logging enabled, this can quickly fill up the disk space. I think that an extra release with the fix is justified. /Andreas Den 2024-02-13 kl. 15:39, skrev Jonathan Druart via Koha-devel:
Seen it for the first time right now. It is inside "cas_ticket" and it contains the columns for Koha::Patrons Seems related to bug 34893
Le mar. 13 févr. 2024 à 01:36, David Cook via Koha-devel <koha-devel@lists.koha-community.org> a écrit :
Hi all,
The last two days I’ve noticed that my session is getting corrupted while I’m working on master in koha-testing-docker. I’m not touching the session myself, but seemingly randomly the session gets all kinds of DIBC data stuffed into it, and Koha seems to be parse it and Koha throws a fatal error, which can only be resolved by deleting the problematic session from the table.
Just curious if anyone else is seeing this. I really don’t think it’s related to anything I’m working on, but I also can’t reliably reproduce it.
David Cook
Senior Software Engineer
Prosentient Systems
Suite 7.03
6a Glen St
Milsons Point NSW 2061
Australia
Office: 02 9212 0899
Online: 02 8005 0595
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website : https://www.koha-community.org/ git : https://git.koha-community.org/ bugs : https://bugs.koha-community.org/
_______________________________________________ Koha-devel mailing list Koha-devel@lists.koha-community.org https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-devel website :https://www.koha-community.org/ git :https://git.koha-community.org/ bugs :https://bugs.koha-community.org/
participants (5)
-
Andreas Jonsson -
David Cook -
Jonathan Druart -
Owen Leonard -
Tomas Cohen Arazi