Package: libapache2-mod-gnutls
Version: 0.9.0-1
Severity: grave
Tags: upstream
Justification: renders package unusable
Dear Maintainer,
I have updated apache2 & mod gnutls application. In testing with a basic html
page,
I notice that apache2 process loops infinitly, "ps" output:
www-data 6103 92.8 0.1 29696 9708 ? R 19:37 28:24
/usr/sbin/apache2 -k start
I try with ssl module:
<IfModule mod_ssl.c>
SSLEngine On
SSLCertificateFile /etc/apache2/ssl/domain.com.crt
SSLCertificateKeyFile /etc/apache2/ssl/domain.com.key
</IfModule>
<IfModule mod_gnutls.c>
GnuTLSEnable on
GnuTLSCertificateFile /etc/apache2/ssl/domain.com.crt
GnuTLSKeyFile /etc/apache2/ssl/domain.com.key
GnuTLSPriorities
PFS:-VERS-ALL:+VERS-TLS1.3:+VERS-TLS1.2:%SERVER_PRECEDENCE
</IfModule>
I have the issue only with gnutls module.
To check, I attach a gdb session:
(gdb) bt
#0 0x00007f78b4cfb92f in ?? () from
target:/usr/lib/x86_64-linux-gnu/libgnutls.so.30
#1 0x00007f78b4cfdf7c in ?? () from
target:/usr/lib/x86_64-linux-gnu/libgnutls.so.30
#2 0x00007f78b4e90f38 in ?? () from
target:/usr/lib/apache2/modules/mod_gnutls.so
#3 0x00007f78b4e91ad2 in mgs_filter_input () from
target:/usr/lib/apache2/modules/mod_gnutls.so
#4 0x000055c220cd08e1 in ap_rgetline_core ()
#5 0x000055c220cd336c in ap_read_request ()
#6 0x000055c220cfe7a8 in ?? ()
#7 0x000055c220cf38b0 in ap_run_process_connection ()
#8 0x00007f78b3bd23df in ?? () from
target:/usr/lib/apache2/modules/mod_mpm_prefork.so
#9 0x00007f78b3bd26d4 in ?? () from
target:/usr/lib/apache2/modules/mod_mpm_prefork.so
#10 0x00007f78b3bd272f in ?? () from
target:/usr/lib/apache2/modules/mod_mpm_prefork.so
#11 0x00007f78b3bd32f3 in ?? () from
target:/usr/lib/apache2/modules/mod_mpm_prefork.so
#12 0x000055c220ccc67e in ap_run_mpm ()
#13 0x000055c220cc4f57 in main ()
I don't know how to fix the issue and how to help you.
-- System Information:
Debian Release: 10.1
APT prefers stable-updates
APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)
Kernel: Linux 4.19.0-6-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8),
LANGUAGE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages libapache2-mod-gnutls depends on:
ii apache2-bin [apache2-api-20120211] 2.4.38-3+deb10u3
ii libc6 2.28-10
ii libgnutls30 3.6.7-4
ii libmsv1 1.1.1-3
libapache2-mod-gnutls recommends no packages.
libapache2-mod-gnutls suggests no packages.
-- no debconf information
Available to do tests and more.
Nico