On the new MoM server: ``` $ dpkg-query -W libapache2-mod-python libapache2-mod-python 3.5.0+git20211031-0ubuntu3 ```
Then ``` wget -O - -S "https://merges.ubuntu.com/new_mom_py3/main.html?showProposed=true&showMergeNeeded=true&showLongBinaries=true" ``` This is working just fine, with all the pages loading consistently. In `/var/log/apache2/error.log`, I no longer see the following error that was produced consistently before: ``` [Fri Feb 28 10:16:40.107571 2025] [core:notice] [pid 929192:tid 139989923239808] AH00051: child pid 929201 exit signal Segmentation fault (11), possible coredump in /etc/apache2 ``` Loading and playing with comments in the following page works fine too: https://merges.ubuntu.com/new_mom_py3/main.html . This means that the server side Python code is processed correctly by `mod_python`, and not just served directly by apache2. Everything is fine from my point of view, and autopkgtest is now happy (armhf issue was on the infra, and is now fixed). ** Tags removed: verification-needed verification-needed-jammy ** Tags added: verification-done verification-done-jammy -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2100590 Title: [SRU] Segfault when releasing a thread with Python 3.9+ To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/libapache2-mod-python/+bug/2100590/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
