[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/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/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/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/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 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 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-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 #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 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 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/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/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/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/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-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-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-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/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/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-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/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-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 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/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 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 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 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 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 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 libelf/23528] When executing ./eu-nm or ./eu-readelf -aAdehIlnrsSVcp -w, AddressSanitizer catch a double-free crash.

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

[Bug backends/24488] ebl_openbackend might use wrong library search path

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

[Bug libdw/24856] dwarf_diename() cannot get correct name

2020-01-10 Thread fche at redhat dot com
||fche at redhat dot com Resolution|--- |INVALID --- Comment #4 from Frank Ch. Eigler --- as per comment #3, the test was based on a misunderstanding of the libdw api -- You are receiving this mail because: You are on the CC list for the bug.

[Bug debuginfod/25365] New: debuginfod client cleanup safety: restrict to client-pattern files

2020-01-10 Thread fche at redhat dot com
: normal Priority: P2 Component: debuginfod Assignee: amerey at redhat dot com Reporter: fche at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- During cache cleanup, we should only erase files that match the pattern of

[Bug debuginfod/25366] New: debuginfod scan: more progress/status

2020-01-10 Thread fche at redhat dot com
: debuginfod Assignee: fche at redhat dot com Reporter: fche at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- With the workqueue based scanning, there is less progress information available on the console. A periodic report should

[Bug debuginfod/25367] New: web request status logging improvements

2020-01-10 Thread fche at redhat dot com
: debuginfod Assignee: unassigned at sourceware dot org Reporter: fche at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- debuginfod log webapi GET requests after completion, so they can include a data amount and precise service-time

[Bug debuginfod/25368] New: handle native golang buildids

2020-01-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: --- Native golang puts unique buildids into a .note.go.buildid section, with a much longer textual string than our normal 20

[Bug debuginfod/25369] New: make DEBUGINFOD_PROGRESS prettier

2020-01-10 Thread fche at redhat dot com
: debuginfod Assignee: unassigned at sourceware dot org Reporter: fche at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- It would be interesting to also print the URL being fetched, or other such textual status. This is probably most

[Bug debuginfod/25370] New: container image/registry scanning

2020-01-10 Thread fche at redhat dot com
: debuginfod Assignee: unassigned at sourceware dot org Reporter: fche at redhat dot com CC: elfutils-devel at sourceware dot org, lberk at redhat dot com Target Milestone: --- There may be a use case where debuginfo-carrying container images are available on registries

[Bug debuginfod/25375] New: optimization: speculative fdcache'ing of peers in decompressed archive

2020-01-12 Thread fche at redhat dot com
erity: 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: --- Consider a systemtap test run against debuginfod. Ther

[Bug debuginfod/25394] New: groom vs. scan race condition

2020-01-15 Thread fche at redhat dot com
Assignee: fche at redhat dot com Reporter: fche at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- The grooming thread tries to nuke orphan buildid records (those with no d/e/s type payload records pointing to them). This can race

[Bug debuginfod/25415] New: segv on empty search path

2020-01-18 Thread fche at redhat dot com
Assignee: fche at redhat dot com Reporter: fche at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- commit 32ed4e6f8 (unreleased) introduced a bug with runs such as % debuginfod -R without a path, because fts(3) is not defined to

[Bug debuginfod/25415] segv on empty search path

2020-01-18 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25415 Frank Ch. Eigler changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug debuginfod/25394] groom vs. scan race condition

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

[Bug debuginfod/25375] optimization: speculative fdcache'ing of peers in decompressed archive

2020-01-25 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25375 --- Comment #1 from Frank Ch. Eigler --- prototype is commit b5ba87c835ba -- You are receiving this mail because: You are on the CC list for the bug.

[Bug debuginfod/25461] New: add /etc/profile.d/* files for default $DEBUGINFOD_ env var settings for distro

2020-01-25 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: --- -- You are receiving this mail because: You are on

[Bug debuginfod/25493] --enable-debuginfod fails if CXX is set

2020-02-03 Thread fche at redhat dot com
||fche at redhat dot com Resolution|--- |FIXED --- Comment #1 from Frank Ch. Eigler --- https://sourceware.org/git/?p=elfutils.git;a=commitdiff;h=14d5b412dc3baef19bc993c83acdb750fc7e194f fixes --- a/configure.ac +++ b/configure.ac @@ -687,18

[Bug libdw/25498] New: support reading /usr/src/kernels/...../vmlinux.id as buildid for kernel images

2020-02-03 Thread fche at redhat dot com
Severity: normal Priority: P2 Component: libdw Assignee: unassigned at sourceware dot org Reporter: fche at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- Some linux kernel install images lack anything resembling

[Bug debuginfod/25509] Break a cyclic dependency by core packages

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

[Bug general/25525] configure: error: gcc with GNU99 support required

2020-02-09 Thread fche at redhat dot com
||2020-02-10 CC||fche at redhat dot com Ever confirmed|0 |1 --- Comment #1 from Frank Ch. Eigler --- key bits: x86_64-apple-darwin18.7.0 I wonder if on this machine, llvm pretends to be gcc. What does

[Bug debuginfod/25548] New: also support canonicalized source-file name lookups in webapi

2020-02-13 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, jan.kratochvil at redhat dot com, kkleine at redhat dot com Target

[Bug debuginfod/25365] debuginfod client cleanup safety: restrict to client-pattern files

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

[Bug debuginfod/25583] Use libarchive to extract packages?

2020-02-21 Thread fche at redhat dot com
||2020-02-22 CC||fche at redhat dot com Ever confirmed|0 |1 --- Comment #1 from Frank Ch. Eigler --- Interesting idea. OTOH, rpm2cpio and dpkg binaries are not too hard to come by. One can experiment

[Bug debuginfod/25369] make DEBUGINFOD_PROGRESS prettier

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

[Bug debuginfod/25583] Use libarchive to extract packages?

2020-02-25 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25583 Frank Ch. Eigler changed: What|Removed |Added Status|WAITING |ASSIGNED --- Comment #3 from Frank

[Bug debuginfod/25375] optimization: speculative fdcache'ing of peers in decompressed archive

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

[Bug debuginfod/25583] Use libarchive to extract packages?

2020-02-25 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25583 Frank Ch. Eigler changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug debuginfod/25600] New: debuginfo-client should handle file:// URLs

2020-02-25 Thread fche at redhat dot com
: debuginfod Assignee: unassigned at sourceware dot org Reporter: fche at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- While this may be useful only for local testing, it's still good to have. It's being blocke

[Bug debuginfod/25607] New: debuginfod-client: paranoid federation mode

2020-02-27 Thread fche at redhat dot com
: debuginfod Assignee: unassigned at sourceware dot org Reporter: fche at redhat dot com CC: elfutils-devel at sourceware dot org Target Milestone: --- It may be helpful to have a debuginfod_client option (env var? api?) that adds a degree of paranoia to

[Bug debuginfod/25509] Break a cyclic dependency by core packages

2020-03-01 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25509 --- Comment #6 from Frank Ch. Eigler --- (In reply to Eli Schwartz from comment #5) > > # Look for libmicrohttpd, libcurl, libarchive, sqlite for debuginfo server > > # minimum versions as per rhel7. Single --enable-* option arranges to build

[Bug debuginfod/25548] also support canonicalized source-file name lookups in webapi

2020-03-01 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25548 --- Comment #4 from Frank Ch. Eigler --- Related to this, Eli Schwartz helped identify two separate outright bugs in the code that touch on this problem. The debuginfod-client.c curl api code neglects to pass CURLOPT_PATH_AS_IS, so source fil

[Bug debuginfod/25583] Use libarchive to extract .deb packages?

2020-03-03 Thread fche at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=25583 --- Comment #6 from Frank Ch. Eigler --- > -# For /usr/bin/cpio2rpm > -Requires: rpm Heh, that was always moot on an rpm based system (.spec file!). > +# To extract .deb files with dpkg-deb --fsys-tarfile > +# Can be Recommends if rpm suppor

[Bug debuginfod/25628] client should cache negative results

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

[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] 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/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/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] 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 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/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 Resolution|FIXED |NOTABUG --- Comment #10 from Frank

[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/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/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/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/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/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/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/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 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 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 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 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/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/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/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/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 --- 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/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/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-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-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/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/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

  1   2   3   >