--disable-source-scan disables scanning of the dwarf source info
of debuginfo sections. The source info is not required in setups
without source code access.
Signed-off-by: Michael Trapp
---
This option should save some scan cycles and DB space. If there
is no access to source code, the source i
Hello,
Please find the debuginfod.service manual page patch attached.
Thanks
Noah
From 88c355011a78b5030fefedd10630bc99cecaceb6 Mon Sep 17 00:00:00 2001
From: Noah Sanci
Date: Thu, 2 Jun 2022 14:26:46 -0400
Subject: [PATCH] Added debuginfod.service.8 manual page.
Signed-off-by: Noah Sanci
---
Hi Noah,
On Mon, 2022-05-30 at 17:36 +0200, Mark Wielaard wrote:
> > Please find the new patch attached.
>
> Thanks for adding all the comments. Looks good.
The only issue is that although it seems to work well on Fedora I am
having problems getting to test to work on an older CentOS 7 install.
Hi Noah,
Adding the mailinglist back to CC so other can jump in if there is
anything obvious from the logs.
On Fri, 2022-06-03 at 10:51 -0400, Noah Sanci wrote:
> Nothing immediately jumps out, would you mind sending the entire log?
Attached.
Cheers,
Mark
curl is /usr/bin/curl
rpm2cpio is /usr
Updates:
Labels: ClusterFuzz-Verified
Status: Verified
Comment #1 on issue 46513 by ClusterFuzz-External: elfutils:fuzz-libdwfl:
Out-of-memory in fuzz-libdwfl
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=46513#c1
ClusterFuzz testcase 5920608711475200 is verified as fixed
Hi,
On Fri, 2022-06-03 at 17:02 +0200, Mark Wielaard wrote:
> On Fri, 2022-06-03 at 10:51 -0400, Noah Sanci wrote:
> > Nothing immediately jumps out, would you mind sending the entire
> > log?
>
> Attached.
And Noah figured it out. The machine where it failed has /tmp 92% full
and the default mi
Hi -
> --disable-source-scan disables scanning of the dwarf source info
> of debuginfo sections. The source info is not required in setups
> without source code access.
Thanks, merged (with a bit of ChangeLoggery added afterwards).
- FChE