[Bug 1897561] Re: libperl.so.5.30.0 causes nginx to segfault

2022-04-09 Thread Xing Li
Confirmed issue still persists with Ubuntu 22.04 and Nginx 1.18.0 with letsencrypt certbot renewal checks. [3861805.583095] nginx[254589]: segfault at 10 ip 7fadfd915593 sp 7ffcca68cc30 error 4 in libperl.so.5.30.0[7fadfd8ad000+166000] -- You received this bug notification because you

[Bug 1897561] Re: libperl.so.5.30.0 causes nginx to segfault

2021-11-15 Thread Alexis Lecocq
Hello, I also found my Nginx server down after several hours. Nowadays certificates have short life time, their issuance is automated and the reloading of the servers is mandatory to update the certificates. In short, an automated action is making the web server crash. In my opinion, the

[Bug 1897561] Re: libperl.so.5.30.0 causes nginx to segfault

2021-10-06 Thread cptX
Hi, I can confirm that after upgrading ubuntu 18.04 to 20.04.03 when certbot tried to reload the nginx it had issues. After disabling the file 50-mod-http-perl.conf to 50-mod-http-perl.conf_bak the issue was solved!! -- You received this bug notification because you are a member of Ubuntu

[Bug 1897561] Re: libperl.so.5.30.0 causes nginx to segfault

2021-06-18 Thread Enno Ritz
Hello everyone, I have the same issue running the following setup: Ubuntu 20.04.2 LTS kernel 5.4.0-73-generic nginx/1.18.0 naxsi 1.3 Latest Both systemctl reload and the reload through letsencrypt potentially triggers this. My previous assumption was the usage of naxsi in this, but that's

[Bug 1897561] Re: libperl.so.5.30.0 causes nginx to segfault

2021-05-04 Thread Claudio Kuenzler
Can confirm, this bug is still a reality in Ubuntu 20.04 (focal) and is triggered by two reloads in a row. root@nginx:~# ps aux|grep nginx root 3356067 0.0 0.1 71600 9788 ?Ss 15:46 0:00 nginx: master process /usr/sbin/nginx -g daemon on; master_process on; www-data 3356068

[Bug 1897561] Re: libperl.so.5.30.0 causes nginx to segfault

2021-03-18 Thread Martinique
This issue affects other applications as well, such as Pidgin with Perl plugins segfaulting. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1897561 Title: libperl.so.5.30.0 causes nginx to segfault

[Bug 1897561] Re: libperl.so.5.30.0 causes nginx to segfault

2021-02-13 Thread peacecop kalmer:
The suggested solution for removing "libnginx-mod-http-perl" doesn't probably make the situation better but worse because it would uninstall "onlyoffice-documentserver" which is unwanted: "kalmer@test:~$ sudo apt remove libnginx-mod-http-perl Reading package lists... Done Building dependency

[Bug 1897561] Re: libperl.so.5.30.0 causes nginx to segfault

2021-02-11 Thread Sami-Pekka Hallikas
In my original report I did say that this really is NOT nginx problem, but Perl problem. Problem is in perl 5.30 and it is 5.32 (Perl5 commit bf0) and people are asking backport to 5.30 to get fix also to nginx. More in https://github.com/Perl/perl5/issues/17154 My biggest issue is that this

[Bug 1897561] Re: libperl.so.5.30.0 causes nginx to segfault

2021-02-10 Thread Thomas Ward
** Changed in: perl (Ubuntu) Status: Incomplete => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1897561 Title: libperl.so.5.30.0 causes nginx to segfault To manage notifications

[Bug 1897561] Re: libperl.so.5.30.0 causes nginx to segfault

2021-02-10 Thread Thomas Ward
@Kraut Further, the linked patch at the end of the upstream bug is **not** yet part of the Perl codebase, so it's not been accepted upstream, which is another consideration point and probably why this hasn't had much movement on it yet (and why it's marked 'Incomplete' for Perl) -- You received

[Bug 1897561] Re: libperl.so.5.30.0 causes nginx to segfault

2021-02-10 Thread Thomas Ward
@Kraut That would work for *testing* but Perl is interlaced in **a huge portion** of the Ubuntu OS. Which means for any SRU, **all** autopkgtests need to pass, which is a lot more painful if anything fails. There's more than just NGINX that needs tested with *any* Perl SRU. Which is why I say

[Bug 1897561] Re: libperl.so.5.30.0 causes nginx to segfault

2021-02-10 Thread Kraut.Hosting
@teward Thanks for your thoughts :) Would like to know more about packaging. Pushing patched Perl packages to PPA and then build NGINX against won't work? What functions would we loose by just Recommends Perl module instead Depends. @all We first need a test case for reproducing those NGINX

[Bug 1897561] Re: libperl.so.5.30.0 causes nginx to segfault

2021-02-09 Thread Thomas Ward
I have no insights into whether the linked GitHub issue fixes anything. That's a Perl package problem, and not an NGINX one. We could potentially stop requiring the Perl module but a segfault in libperl is a Perl issue, not an nginx one. However, we don't have a *clear* reproduction solution

[Bug 1897561] Re: libperl.so.5.30.0 causes nginx to segfault

2021-02-09 Thread Kraut.Hosting
Confirming here we found today dead NGINX hanging on certbot renewals: Feb 09 15:04:50 focal kernel: Code: 48 89 43 10 48 83 c4 18 5b 5d 41 5c 41 5d 41 5e 41 5f c3 0f 1f 40 00 0f b6 7f 30 48 c1 e8 03 48 29 f8 48 89 c3 74 89 48 8b 02 <4c> 8b 68 10 4d 85 ed 0f 84 28 01 00 00 0f b6 40 30 49 c1 ed

[Bug 1897561] Re: libperl.so.5.30.0 causes nginx to segfault

2021-02-07 Thread Nigel
Actually, the issue does present on Ubuntu 18.04 (with NGINX EXTRAS) as well. Just not with Cerbot. Simply just restart nginx six times or so and it will throw the fault. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1897561] Re: libperl.so.5.30.0 causes nginx to segfault

2021-02-07 Thread Nigel
Just throwing my 2cents in and confirming that this is an issue with Ubuntu 20.04 & NGINX (Extras) when adding a certificate with CERTBOT. Issue does not occur on Ubuntu 18.04. Unlike the prior reports that include NGINX, it looks like NGINX actually "hangs" in the background and any attempts to

[Bug 1897561] Re: libperl.so.5.30.0 causes nginx to segfault

2021-01-30 Thread Surya Prakash
Hi, I'm also getting this error while renewal of the SSL certificates from the LetsEncrpt. Looking forward for a fix. I can't remove the perl module as it's required for nginx-extras. Thanks, Surya -- You received this bug notification because you are a member of Ubuntu Bugs, which is

[Bug 1897561] Re: libperl.so.5.30.0 causes nginx to segfault

2021-01-09 Thread Stefan Zuban
Having the same issue, Ubuntu 20.04 LTS kernel 5.4.0-58-generic. Happens with a Onlyoffice document server. As a workaround, I scheduled daily service restart. Here is teh kern.log about. Jan 7 00:00:08 onlyoffice kernel: [107181.395999] nginx[1025]: segfault at 10 ip 7f51157ae593 sp

[Bug 1897561] Re: libperl.so.5.30.0 causes nginx to segfault

2021-01-04 Thread David Frendo
I can also confirm having this issue with nginx on Ubuntu 20.04 since it was released. Confirmed today (4th January 2021) on a fully installation of Ubuntu 20.04.1 LTS Server perl5 (revision 5 version 30 subversion 0) Screenshot taken from server (from /var/log/syslog) attached. Issue appears

[Bug 1897561] Re: libperl.so.5.30.0 causes nginx to segfault

2020-12-09 Thread Victor Rodriguez
Another workaround is just to delete the symbolic link at /etc/nginx/modules-enabled/50-mod-http-perl.conf and restart Nginx. Now, Nginx wont load the Perl module and will reload correctly. In my case I'm using "nginx-extras" and can't purge the package libnginx-mod-http-perl due to

[Bug 1897561] Re: libperl.so.5.30.0 causes nginx to segfault

2020-10-13 Thread Sami-Pekka Hallikas
apport information ** Tags added: apport-collected uec-images ** Description changed: [Steps to reproduce] 1) launch a focal container $ lxc launch images:ubuntu/focal focal-1897561 2) enter the container $ lxc shell focal-1897561 3) install libnginx-mod-http-perl # apt-get

[Bug 1897561] Re: libperl.so.5.30.0 causes nginx to segfault

2020-10-13 Thread Simon Déziel
** Description changed: + [Steps to reproduce] + + 1) launch a focal container + $ lxc launch images:ubuntu/focal focal-1897561 + 2) enter the container + $ lxc shell focal-1897561 + 3) install libnginx-mod-http-perl + # apt-get install -y nginx-core libnginx-mod-http-perl + 4) check nginx

[Bug 1897561] Re: libperl.so.5.30.0 causes nginx to segfault

2020-10-13 Thread Thomas Ward
** Changed in: perl (Ubuntu) Importance: High => Undecided ** Changed in: perl (Ubuntu) Status: Confirmed => Incomplete -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1897561 Title:

[Bug 1897561] Re: libperl.so.5.30.0 causes nginx to segfault

2020-10-13 Thread lotuspsychje
Thank you for reporting this bug and make ubuntu better! Please run apport-collect 1897561 from a terminal to pull relevant info into your bug so developers can debug better -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1897561] Re: libperl.so.5.30.0 causes nginx to segfault

2020-10-13 Thread Thomas Ward
** Changed in: perl (Ubuntu) Importance: Undecided => High -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1897561 Title: libperl.so.5.30.0 causes nginx to segfault To manage notifications about

[Bug 1897561] Re: libperl.so.5.30.0 causes nginx to segfault

2020-10-08 Thread Ilya Kruchinin
Experiencing the same issue with nginx from official Ubuntu repositories in 20.04 failing every 3rd-4th time on reload signal. ** Changed in: perl (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1897561] Re: libperl.so.5.30.0 causes nginx to segfault

2020-09-28 Thread Hans Joachim Desserud
** Tags added: focal -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1897561 Title: libperl.so.5.30.0 causes nginx to segfault To manage notifications about this bug go to: