Re: mod_http2 crashes in 2.4.66
"Stefan Eissing via dev" <[email protected]> Fri, 6 Feb 2026 10:24:32 +0100
| Newsgroups | gmane.comp.apache.devel |
|---|---|
| Message-ID | <[email protected]> |
> Am 05.02.2026 um 20:04 schrieb Robert L Mathews <[email protected]>: > > Since upgrading from 2.4.65 to 2.4.66 on Debian, I've seen occasional crashes like this: > > apache2[453094]: segfault at 7f3a29bdc0b8 > ip 00007f3a2ebd5dbb sp 00007f39fdfdcb20 error 4 > in mod_http2.so[7f3a2ebc5000+29000] > > gdb on the coredump shows: > > Program terminated with signal SIGSEGV, Segmentation fault. > #0 c1_purge_streams (m=0x7f3a2af26738) at ./modules/http2/h2_mplx.c:606 > > Is this the bug that's fixed with this patch, or is it something different? > > https://github.com/icing/mod_h2/commit/b18fc7d2f8f5efe1336ba05ef25ada52fdaf3967 Yes, this is the fix. > > If it's something different I can try and collect more information about it. > > -- > Robert L Mathews >