[Bug general/29141] New: _FORTIFY_SOURCE=3 fail for gcc 12/glibc 2.35

2022-05-11 Thread ptr--- via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29141 Bug ID: 29141 Summary: _FORTIFY_SOURCE=3 fail for gcc 12/glibc 2.35 Product: elfutils Version: unspecified Status: UNCONFIRMED Severity: normal Priority: P2 C

[Bug general/29141] _FORTIFY_SOURCE=3 fail for gcc 12/glibc 2.35

2022-05-11 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29141 Mark Wielaard changed: What|Removed |Added CC||mark at klomp dot org,

[Bug general/29141] _FORTIFY_SOURCE=3 fail for gcc 12/glibc 2.35

2022-05-11 Thread siddhesh at sourceware dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29141 --- Comment #2 from Siddhesh Poyarekar --- I can see that it happens with the latest glibc snapshot in rawhide too. For some reason the fortified function doesn't get simplified (i.e. choose between __pread_alias and __pread_chk at compile ti

Re: [PATCH] debuginfod: Try without MHD_USE_DUAL_STACK if MHD_start_daemon fails

2022-05-11 Thread Mark Wielaard
Hi, On Fri, May 06, 2022 at 12:37:35AM +0200, Mark Wielaard wrote: > On a systems that have ipv6 disabled debuginfod doesn't start up > anymore because libhttpd MHD_USE_DUAL_STACK only works if it can > open an ipv6 socket. If MHD_start_daemon with MHD_USE_DUAL_STACK > fails try again without that

[Bug debuginfod/29122] MHD_USE_DUAL_STACK doesn't work when ipv6 is disabled

2022-05-11 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29122 Mark Wielaard changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

Re: [PATCH] debuginfod: Use MHD_USE_EPOLL for libmicrohttpd version 0.9.51 or higher

2022-05-11 Thread Mark Wielaard
On Fri, May 06, 2022 at 12:38:40AM +0200, Mark Wielaard wrote: > Also disable MHD_USE_THREAD_PER_CONNECTION when using MHD_USE_EPOLL. Pushed after OK from Frank on irc and some testing in Fedora. Cheers, Mark

[Bug debuginfod/29123] MHD_USE_EPOLL doesn't work

2022-05-11 Thread mark at klomp dot org via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29123 Mark Wielaard changed: What|Removed |Added Resolution|--- |FIXED Status|ASSIGNED