[Bug debuginfod/31862] debuginfod client should cache received x-debuginfod-* headers

2025-02-21 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31862 --- Comment #1 from Frank Ch. Eigler --- proposed patch https://inbox.sourceware.org/elfutils-devel/20250221200714.ga7...@redhat.com/T/#u -- You are receiving this mail because: You are on the CC list for the bug.

[Bug debuginfod/32318] client should avoid url duplication for different ima:FOO modes

2025-02-20 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32318 Frank Ch. Eigler changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug debuginfod/32701] gdb is attempting to write to / and write to rpm's database for no reason.

2025-02-16 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32701 Frank Ch. Eigler changed: What|Removed |Added Resolution|FIXED |NOTABUG --- Comment #10 from Frank

[Bug debuginfod/32701] gdb is attempting to write to / and write to rpm's database for no reason.

2025-02-16 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32701 --- Comment #7 from Frank Ch. Eigler --- It is normal to build paths like getenv("HOME") + "/" + str(something), so if $HOME is unset, you still get a "/" to start with. -- You are receiving this mail because: You are on the CC list for th

[Bug debuginfod/32701] gdb is attempting to write to / and write to rpm's database for no reason.

2025-02-16 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32701 Frank Ch. Eigler changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug debuginfod/32701] gdb is attempting to write to / and write to rpm's database for no reason.

2025-02-16 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32701 Frank Ch. Eigler changed: What|Removed |Added CC||fche at redhat dot com

[Bug debuginfod/32318] client should avoid url duplication for different ima:FOO modes

2025-02-14 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32318 --- Comment #2 from Frank Ch. Eigler --- While thinking through implications of this change and the preexisting configuration possibilities, I happened across this unfortunate finding, added to doc/debuginfod-client-config.7 It is possibl

[Bug debuginfod/32318] client should avoid url duplication for different ima:FOO modes

2025-02-14 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32318 Frank Ch. Eigler changed: What|Removed |Added Assignee|unassigned at sourceware dot org |fche at redhat dot com

[Bug general/32682] in configure, __asm__ should be used instead of asm

2025-02-11 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32682 Frank Ch. Eigler changed: What|Removed |Added CC||fche at redhat dot com

[Bug debuginfod/32629] add setter functions to debuginfod_client object as alternative to getenv/setenv

2025-02-03 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32629 --- Comment #2 from Frank Ch. Eigler --- The _begin function is already a constructor, :-) it just doesn't take such parameters. There are other env vars that we take as inputs too, and it would be odd to take just one as a function parameter

[Bug debuginfod/32629] add setter functions to debuginfod_client object as alternative to getenv/setenv

2025-02-02 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32629 Frank Ch. Eigler changed: What|Removed |Added Summary|add setter functions to |add setter functions to

[Bug debuginfod/32629] New: add setter functions to debuginfod_client object as alternative go getenv/setenv

2025-02-02 Thread fche at redhat dot com
Severity: normal Priority: P2 Component: debuginfod Assignee: unassigned at sourceware dot org Reporter: fche at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- We'd need a cumulative environ-like array-of-st

[Bug libdw/32540] dwarf_errno() error codes are private

2025-01-21 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32540 Frank Ch. Eigler changed: What|Removed |Added CC||fche at redhat dot com

[Bug debuginfod/32559] New: nit: debuginfod client callback size parameter sometimes wrong

2025-01-14 Thread fche at redhat dot com
Priority: P2 Component: debuginfod Assignee: unassigned at sourceware dot org Reporter: fche at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- While testing out the IMA recipe on the elfutils/Debuginfod.html page

[Bug debuginfod/32318] New: client should avoid url duplication for different ima:FOO modes

2024-10-28 Thread fche at redhat dot com
Priority: P2 Component: debuginfod Assignee: unassigned at sourceware dot org Reporter: fche at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- Even with IMA stuff going into debuginfod/-client in 0.192ish, we

[Bug tools/32186] New: eu-unstrip should search for debuginfo via debuginfod

2024-09-18 Thread fche at redhat dot com
Component: tools Assignee: unassigned at sourceware dot org Reporter: fche at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- eu-unstrip always requires two files on its command line. If one's a normal stripped binary on a P

[Bug debuginfod/32184] add dwo/dwp support

2024-09-17 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=32184 --- Comment #1 from Frank Ch. Eigler --- See also: https://inbox.sourceware.org/elfutils-devel/cak2qhjefgpty1a77jwt-avrxpen8wi+am85wuagd-xv+8df...@mail.gmail.com/#r bug #31360 bug #19914 -- You are receiving this mail because: You are on t

[Bug debuginfod/32184] New: add dwo/dwp support

2024-09-17 Thread fche at redhat dot com
Assignee: unassigned at sourceware dot org Reporter: fche at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- Assuming consumer tools like gdb would contemplate using it, debuginfod could in principle also accept ".dwo" files

[Bug debuginfod/32063] New: let debuginfod-find locate pre-installed (/usr/lib/.debug or similar) exec / .debug files

2024-08-08 Thread fche at redhat dot com
Severity: normal Priority: P2 Component: debuginfod Assignee: unassigned at sourceware dot org Reporter: fche at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- Sometimes a user will go to the trouble of

[Bug tools/32062] New: analyze eu-stacktrace w.r.t. debuginfod

2024-08-08 Thread fche at redhat dot com
: tools Assignee: unassigned at sourceware dot org Reporter: fche at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- May need debuginfod help in case of: - lack of buildid-matching executable (for .eh_frame) - lack of buildid-matching

[Bug libdw/31944] New: RFE: dwfl_linux_proc_self_attach

2024-07-02 Thread fche at redhat dot com
Assignee: unassigned at sourceware dot org Reporter: fche at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- Elfutils/dwfl operation startup can be costly, as elfutils loads and processes files on disk. In the case of a self

[Bug general/31866] --enable-libdebuginfod=dummy does not work

2024-06-08 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31866 Frank Ch. Eigler changed: What|Removed |Added CC||fche at redhat dot com

[Bug debuginfod/31862] New: debuginfod client should cache received x-debuginfod-* headers

2024-06-07 Thread fche at redhat dot com
Priority: P2 Component: debuginfod Assignee: unassigned at sourceware dot org Reporter: fche at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- Caching alongside the payload would permit the client to repeat IMA

[Bug debuginfod/31842] New: add "permissive" mode for debuginfod signature verification

2024-06-03 Thread fche at redhat dot com
ty: normal Priority: P2 Component: debuginfod Assignee: unassigned at sourceware dot org Reporter: fche at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- Follow up on bug #28204 in hope of arriving at a mode

[Bug general/31729] New: the huge-file test is too sloooow

2024-05-10 Thread fche at redhat dot com
Assignee: unassigned at sourceware dot org Reporter: fche at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- run-large-elf-file.sh does a little speed gating predicate before launching its 4GB I/O test, but it is IMO too optimistic

[Bug debuginfod/31620] debuginfod should not require ssl support from libcurl

2024-04-12 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31620 --- Comment #9 from Frank Ch. Eigler --- This version looks okay to me too, FWIW, just a little bit more work. I'd appreciate a pointer to any curl documentation that suggests upcoming deprecation of the curl_version_info_data->ssl_version fi

[Bug debuginfod/31637] segmentation fault when calling 'debuginfod-find -v'

2024-04-12 Thread fche at redhat dot com
|UNCONFIRMED |RESOLVED CC||fche at redhat dot com --- Comment #1 from Frank Ch. Eigler --- Fixed with commit d9f38a7052c22c7762aa5b98b401e8a324336bce, committed as obvious. diff --git a/debuginfod/debuginfod-find.c b/debuginfod/debuginfod-find.c

[Bug debuginfod/31620] debuginfod should not require ssl support from libcurl

2024-04-11 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31620 --- Comment #6 from Frank Ch. Eigler --- Note that the "modern way" is not necessarily the desirable way. If the old way will keep working, I'd rather use that than a using a version-conditionalized query. -- You are receiving this mail bec

[Bug debuginfod/31620] debuginfod should not require ssl support from libcurl

2024-04-08 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31620 --- Comment #3 from Frank Ch. Eigler --- like this? can you test? diff --git a/debuginfod/debuginfod-client.c b/debuginfod/debuginfod-client.c index 0ee7db3d6638..a3468f534656 100644 --- a/debuginfod/debuginfod-client.c +++ b/debuginfod/deb

[Bug debuginfod/31620] debuginfod should not require ssl support from libcurl

2024-04-08 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31620 Frank Ch. Eigler changed: What|Removed |Added CC||fche at redhat dot com

[Bug debuginfod/31103] periodically malloc_trim()

2024-03-19 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31103 Frank Ch. Eigler changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug debuginfod/31103] periodically malloc_trim()

2024-03-15 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31103 --- Comment #9 from Frank Ch. Eigler --- Yeah, OK, for a not-too-busy one, that sounds okay. Can you show a proposed final diff? -- You are receiving this mail because: You are on the CC list for the bug.

[Bug debuginfod/31103] periodically malloc_trim()

2024-03-14 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31103 --- Comment #7 from Frank Ch. Eigler --- Right, the linux kernel does not share enough memory consumption data in rusage, so you need to read /proc/self/statm or such and compare its snapshots. For memory release, it's not so much the size of

[Bug debuginfod/31103] periodically malloc_trim()

2024-03-12 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31103 --- Comment #5 from Frank Ch. Eigler --- Yeah, not surprised that there are no leaks. What this malloc_trim() and the preceding sqlite3_db_release_memory() calls are supposed to do is to release memory back to the operating system. So perhap

[Bug debuginfod/31103] periodically malloc_trim()

2024-03-01 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=31103 --- Comment #2 from Frank Ch. Eigler --- Right, but the sqlite3* calls are still needed. I'm especially curious whether any impact from the malloc_trim() is measurable. -- You are receiving this mail because: You are on the CC list for the

[Bug debuginfod/27913] extend webapi for gdb-index queries

2024-02-21 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=27913 Frank Ch. Eigler changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug debuginfod/31265] New: improve cache retention logic to prefer small / frequent / slow files

2024-01-18 Thread fche at redhat dot com
: normal Priority: P2 Component: debuginfod Assignee: unassigned at sourceware dot org Reporter: fche at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- In light of https://bugzilla.redhat.com/show_bug.cgi?id=1970578

[Bug debuginfod/31248] New: debuginfod_find_* may return fd with file-offset at end

2024-01-15 Thread fche at redhat dot com
Priority: P2 Component: debuginfod Assignee: unassigned at sourceware dot org Reporter: fche at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- During the srcfiles test case diagnosis, studying the reason for occasional 0

[Bug debuginfod/31103] New: periodically malloc_trim()

2023-11-30 Thread fche at redhat dot com
Assignee: unassigned at sourceware dot org Reporter: fche at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- debuginfod's memory usage can fluctuate widely during the scan & groom phases. In the same places wher

[Bug libdw/30967] Discriminator in Dwarf_Line_s may exceed 24 bits

2023-10-26 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30967 --- Comment #11 from Frank Ch. Eigler --- > I'm more interested in this: what is worst that can happen on discriminator > collision? We are not using discriminator at all in ABI monitoring, so I'm > not familiar with its use cases. That's a g

[Bug libdw/30967] Discriminator in Dwarf_Line_s may exceed 24 bits

2023-10-26 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30967 --- Comment #8 from Frank Ch. Eigler --- > The issue here is that we create (very) large arrays of struct Dwarf_Line_s > and we do that eagerly, see bug #27405 > So we would like to keep that struct as small as possible. Do we have an estimat

[Bug libdw/30967] Discriminator in Dwarf_Line_s may exceed 24 bits

2023-10-26 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30967 --- Comment #7 from Frank Ch. Eigler --- > So my preferred workaround: appears to be based on the assumption that truncated bitfields will not collide. Has this assumption been tested? -- You are receiving this mail because: You are on the

[Bug libdw/30967] Discriminator in Dwarf_Line_s may exceed 24 bits

2023-10-25 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30967 Frank Ch. Eigler changed: What|Removed |Added CC||fche at redhat dot com

[Bug debuginfod/30978] debuginfod-client security: optionally(?) verify downloaded binaries

2023-10-18 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30978 --- Comment #4 from Frank Ch. Eigler --- Note that the main problem with this sort of scheme is not the checksum (whether CRC or a hash). That part can help provide some assurance against accidental corruption. (Plus you'd need external chec

[Bug debuginfod/30978] debuginfod-client security: optionally(?) verify downloaded binaries

2023-10-17 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30978 Frank Ch. Eigler changed: What|Removed |Added CC||fche at redhat dot com

[Bug debuginfod/30962] ensure x-debuginfod-file / -archive headers always return full path names

2023-10-12 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30962 Frank Ch. Eigler changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug debuginfod/30962] New: ensure x-debuginfod-file / -archive headers always return full path names

2023-10-10 Thread fche at redhat dot com
: normal Priority: P2 Component: debuginfod Assignee: unassigned at sourceware dot org Reporter: fche at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- We kind of decided haphazardly to `basename` some of those

[Bug debuginfod/30879] intermittent failure (libstdc++ uncaught exception terminate) during testsuite on sparc-gentoo

2023-10-03 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=30879 Frank Ch. Eigler changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug debuginfod/30000] introduce new srcfiles tool

2023-09-26 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=3 --- Comment #1 from Frank Ch. Eigler --- Work is now proceeding instead toward a tool src/srcfiles to list names of source files from dwarf content. A hypothetical followup idea: an option for srcfiles and/or debuginfod-find that uses this li

[Bug debuginfod/30000] introduce new srcfiles tool

2023-09-26 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=3 Frank Ch. Eigler changed: What|Removed |Added Summary|debuginfod-find should have |introduce new srcfiles tool

[Bug debuginfod/30879] New: intermittent failure (libstdc++ uncaught exception terminate) during testsuite on sparc-gentoo

2023-09-22 Thread fche at redhat dot com via Elfutils-devel
: NEW Severity: normal Priority: P2 Component: debuginfod Assignee: unassigned at sourceware dot org Reporter: fche at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- A particularly high-cpu-count buildbot

[Bug debuginfod/30809] improve debuginfod-client progress callback parameters

2023-08-29 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=30809 Frank Ch. Eigler changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug debuginfod/30809] New: improve debuginfod-client progress callback parameters

2023-08-29 Thread fche at redhat dot com via Elfutils-devel
Component: debuginfod Assignee: unassigned at sourceware dot org Reporter: fche at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- For the compressed case, we can/should compute proper download-progress metrics even of compressed

[Bug debuginfod/28204] extend webapi / verification with forthcoming signed-contents archives

2023-08-07 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28204 --- Comment #18 from Frank Ch. Eigler --- > Doesn't that give a false sense of "security"? > It still rejects some stuff, but doesn't really protect against "falsifying" > files, all a server has to do is not provide an IMA Yes, but trusted

[Bug debuginfod/30589] debuginfod can't find sources even though they exist on disk

2023-06-26 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=30589 Frank Ch. Eigler changed: What|Removed |Added CC||fche at redhat dot com Last

[Bug debuginfod/29696] intermittent libmicrohttpd assertion failures related to socket fd closing

2023-06-16 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29696 Frank Ch. Eigler changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug debuginfod/30316] debuginfod server should checkpoint WAL manually

2023-05-09 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=30316 Frank Ch. Eigler changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug debuginfod/30378] need better compression of the _files table

2023-05-09 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=30378 Frank Ch. Eigler changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug debuginfod/30377] -r (groom w/ regex) ignores -X

2023-04-22 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=30377 Frank Ch. Eigler changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug debuginfod/30378] New: need better compression of the _files table

2023-04-21 Thread fche at redhat dot com via Elfutils-devel
: debuginfod Assignee: unassigned at sourceware dot org Reporter: fche at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- Enumerating each file name (whether an archive name or a file within an archive or a source file name

[Bug debuginfod/30377] New: -r (groom w/ regex) ignores -X

2023-04-21 Thread fche at redhat dot com via Elfutils-devel
Assignee: fche at redhat dot com Reporter: fche at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- There's a logic bug in the groom process wherein artifacts related to a file excluded via the -X regex are not actually re

[Bug debuginfod/30221] Negative cache should differentiate failure types

2023-04-20 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=30221 Frank Ch. Eigler changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug debuginfod/30348] New: debuginfod should retry scanning archives that suffered exceptions

2023-04-13 Thread fche at redhat dot com via Elfutils-devel
: normal Priority: P2 Component: debuginfod Assignee: fche at redhat dot com Reporter: fche at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- _file_mtime_scanned rows get emplaced even for exception-afflicted archive

[Bug debuginfod/30316] New: debuginfod server should checkpoint WAL manually

2023-04-05 Thread fche at redhat dot com via Elfutils-devel
Component: debuginfod Assignee: unassigned at sourceware dot org Reporter: fche at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- On a very large corpus, initial scan operations can take a long time, and build up quite a large

[Bug debuginfod/30221] Negative cache should differentiate failure types

2023-03-24 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=30221 --- Comment #12 from Frank Ch. Eigler --- There was a wild performance regression in sqlite 3.41 that archlinux's debuginfod server got hit with. This was identified and corrected yesterday. (It had nothing to do with caching.) https://sqli

[Bug general/30241] RFE add APIs to elfutis libdw

2023-03-17 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=30241 Frank Ch. Eigler changed: What|Removed |Added CC||fche at redhat dot com

[Bug debuginfod/30221] Negative cache should differentiate failure types

2023-03-16 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=30221 --- Comment #6 from Frank Ch. Eigler --- (In reply to Vicki Pfau from comment #2) > 404 and the like *may* be transient, but the fact of the matter is that > *most* of the time it won't be And it's a cache, not a definitive answer > saying thi

[Bug debuginfod/30221] Negative cache should differentiate failure types

2023-03-16 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=30221 --- Comment #4 from Frank Ch. Eigler --- (In reply to Vicki Pfau from comment #3) > I have a proof of concept patch that I can attach here or submit to the > mailing list if you think the xattrs approach is a good way to go. > Alternatively, a

[Bug debuginfod/30221] Negative cache should differentiate failure types

2023-03-13 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=30221 Frank Ch. Eigler changed: What|Removed |Added CC||fche at redhat dot com

[Bug debuginfod/30000] New: debuginfod-find should have a source-list verb

2023-01-13 Thread fche at redhat dot com via Elfutils-devel
Component: debuginfod Assignee: unassigned at sourceware dot org Reporter: fche at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- Let's implement % debuginfod-find source-list PATH|BUILDID so it fetches the debuginfo, then run

[Bug debuginfod/29975] Search concurrency doesn't respect CPU affinity

2023-01-11 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29975 Frank Ch. Eigler changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug debuginfod/29976] webapi connection pool eats all file handles

2023-01-11 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29976 Frank Ch. Eigler changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug debuginfod/29975] Search concurrency doesn't respect CPU affinity

2023-01-10 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29975 --- Comment #3 from Frank Ch. Eigler --- please check out commit 7399e3bd7eb72d045 on elfutils.git for a test patch -- You are receiving this mail because: You are on the CC list for the bug.

[Bug debuginfod/29976] webapi connection pool eats all file handles

2023-01-10 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29976 --- Comment #6 from Frank Ch. Eigler --- please check out commit 7399e3bd7eb72d045 on elfutils.git for a test patch -- You are receiving this mail because: You are on the CC list for the bug.

[Bug debuginfod/29982] sqlite errors when searching

2023-01-10 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29982 --- Comment #9 from Frank Ch. Eigler --- Perhaps a complete highly verbose trace (-vvv) would help identify the cause. Scanning threads should not be able to lock each other out for O(1sec) from sqlite operations in normal circumstances. OTOH

[Bug debuginfod/29982] sqlite errors when searching

2023-01-10 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29982 --- Comment #6 from Frank Ch. Eigler --- Please confirm the complete command line. % debuginfod -d:memory creates a file named ":memory", not an in-memory sqlite database alias ":memory:") -- You are receiving this mail because: You are on

[Bug debuginfod/29982] sqlite errors when searching

2023-01-10 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29982 Frank Ch. Eigler changed: What|Removed |Added CC||fche at redhat dot com Ever

[Bug debuginfod/29976] webapi connection pool eats all file handles

2023-01-09 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29976 --- Comment #4 from Frank Ch. Eigler --- I assume "debuginfod -C $num -d $num" still works for you, in this battle of distro/site defaults. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug debuginfod/29976] webapi connection pool eats all file handles

2023-01-09 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29976 Frank Ch. Eigler changed: What|Removed |Added CC||fche at redhat dot com

[Bug debuginfod/29975] Search concurrency doesn't respect CPU affinity

2023-01-09 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29975 Frank Ch. Eigler changed: What|Removed |Added CC||fche at redhat dot com

[Bug debuginfod/29926] debuginfod using deprecated curl (since 7.55.0) API, fails to build with 7.87.0

2022-12-21 Thread fche at redhat dot com via Elfutils-devel
|--- |FIXED CC||fche at redhat dot com --- Comment #2 from Frank Ch. Eigler --- Thanks, merged! -- You are receiving this mail because: You are on the CC list for the bug.

[Bug tools/29786] Unable to understand, in objdump, the user is not using the name, so using a.out

2022-11-15 Thread fche at redhat dot com via Elfutils-devel
||fche at redhat dot com Status|UNCONFIRMED |RESOLVED --- Comment #1 from Frank Ch. Eigler --- Why not use an empty string as a filename? A user can type eu-objdump "" to pass an empty string if that's really what she wants

[Bug libdw/29711] In libdw.h struct Dwarf, struct Dwarf_Abbrev is defined using typedef and not using #include is not the way to comply with the specification?

2022-10-20 Thread fche at redhat dot com via Elfutils-devel
||2022-10-21 Ever confirmed|0 |1 CC||fche at redhat dot com --- Comment #1 from Frank Ch. Eigler --- No specification requires elfutils to provide an other than forward declaration of these types

[Bug debuginfod/29696] New: intermittent libmicrohttpd assertion failures related to socket fd closing

2022-10-17 Thread fche at redhat dot com via Elfutils-devel
Severity: normal Priority: P2 Component: debuginfod Assignee: unassigned at sourceware dot org Reporter: fche at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- In a range of libmicrohttpd versions, up to and including

[Bug debuginfod/28284] support description functionality through HEAD

2022-09-07 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28284 Frank Ch. Eigler changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug debuginfod/29474] Server returns 404 for concurrent requests when leading to a same .rpm

2022-08-15 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29474 Frank Ch. Eigler changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug debuginfod/29478] Slow query of a debuginfo in a big rpm with very many files

2022-08-12 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29478 Frank Ch. Eigler changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug debuginfod/28284] support description functionality through HEAD

2022-08-11 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28284 Frank Ch. Eigler changed: What|Removed |Added CC||mliska at suse dot cz --- Comment

[Bug debuginfod/29469] Add /buildid/BUILDID/header WEBAPI

2022-08-11 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29469 Frank Ch. Eigler changed: What|Removed |Added Resolution|--- |DUPLICATE Status|UNCON

[Bug debuginfod/28204] extend webapi / verification with forthcoming signed-contents archives

2022-07-14 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28204 Frank Ch. Eigler changed: What|Removed |Added Assignee|unassigned at sourceware dot org |rgoldber at redhat dot com

[Bug tools/29282] eu-addr2line -k doesn't display correct file:line in arm.

2022-06-23 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29282 Frank Ch. Eigler changed: What|Removed |Added CC||fche at redhat dot com

[Bug debuginfod/28204] extend webapi / verification with forthcoming signed-contents archives

2022-06-10 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28204 --- Comment #4 from Frank Ch. Eigler --- some more references https://fedoraproject.org/wiki/Changes/Signed_RPM_Contents, https://man.archlinux.org/man/rpmsign.8.en rpmfiFSignature(), lib/

[Bug general/29154] elfutils version is not showing in BlackDuck scans BOM

2022-05-17 Thread fche at redhat dot com via Elfutils-devel
|UNCONFIRMED |RESOLVED CC||fche at redhat dot com --- Comment #1 from Frank Ch. Eigler --- Please contact your distribution provider for this information. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug debuginfod/29123] MHD_USE_EPOLL doesn't work

2022-05-05 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29123 Frank Ch. Eigler changed: What|Removed |Added CC||fche at redhat dot com

[Bug debuginfod/29117] debuginfod client leaking fd's for cache misses

2022-05-04 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29117 Frank Ch. Eigler changed: What|Removed |Added Resolution|--- |FIXED Status|NEW

[Bug debuginfod/29117] debuginfod client leaking fd's for cache misses

2022-05-03 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29117 --- Comment #1 from Frank Ch. Eigler --- Created attachment 14089 --> https://sourceware.org/bugzilla/attachment.cgi?id=14089&action=edit possible patch By inspection, in the unlink too-old negative-hit cache file case, we don't close the f

[Bug debuginfod/29117] New: debuginfod client leaking fd's for cache misses

2022-05-03 Thread fche at redhat dot com via Elfutils-devel
y: P2 Component: debuginfod Assignee: unassigned at sourceware dot org Reporter: fche at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- There appears to be an fd leak in the debuginfod client cache-miss code path. This can exhau

[Bug debuginfod/29098] New: debuginfod - set default prefetch limits to >0

2022-04-27 Thread fche at redhat dot com via Elfutils-devel
P2 Component: debuginfod Assignee: unassigned at sourceware dot org Reporter: fche at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- When the prefetch-fd cache was separated from the main one, the prefetch default parameters ended up w

[Bug debuginfod/29022] 000-permissions files cause problems for backups

2022-04-05 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29022 --- Comment #3 from Frank Ch. Eigler --- I can't come up with a convincing example why 0-length files would be bad, just general unease at the ambiguity. I don't mind switching to it for now; at worst, later on we may have to revise and then

[Bug debuginfod/29022] 000-permissions files cause problems for backups

2022-04-04 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29022 Frank Ch. Eigler changed: What|Removed |Added CC||fche at redhat dot com

  1   2   3   >