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

Alessandro Tedesco <alessandro.tedesco...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alessandro.tedesco.it@gmail
                   |                            |.com

--- Comment #12 from Alessandro Tedesco <alessandro.tedesco...@gmail.com> ---
Hi,

I encounter the same issue.

In my case, Koha 22.11.15 (Debian Package) on Ubuntu 22.04.1(MariaDB +
RabbitMQ), the issue occurs when I do:

From Koha Staff Interface
1) Stage records for import (everything goes fine)
2) Manage staged MARC records (everything goes fine)

FromShell
3) # ps aux | grep 'Z'
find the "background_jobs" as Zombie <defunct> with a PID (e.g. 54679)

From Koha Staff Interface
4) Stage records for import (everything goes fine)
5) Manage staged MARC records (everything goes well)

FromShell
6) # ps aux | grep 'Z'
find the "background_jobs" as Zombie <defunct> with another PID (e.g. 54679)

So, the fact that "background_jobs" remains a zombie does not actually prevent
other processes from operating in Koha (simply once the new process has
started, that zombie is killed and a new zombie is created).

A reboot of the server kills the zombie process.

Since it seems like a problem that doesn't affect everyone, could it be
something related to the Server settings?

Thanks

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to