[Bug debuginfod/27532] debuginfod should ask the user for permission before downloading files

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

[Bug debuginfod/27531] Support retry of failed downloads

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

[Bug debuginfod/27531] Support retry of failed downloads

2021-03-06 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27531 --- Comment #2 from Frank Ch. Eigler --- BTW env DEBUGINFOD_VERBOSE=1 can assist collection of client side diagnostics -- You are receiving this mail because: You are on the CC list for the bug.

[Bug debuginfod/27531] Support retry of failed downloads

2021-03-07 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27531 --- Comment #4 from Frank Ch. Eigler --- > having a big timeout does not necessarily mean that the download will > succeeded, therefore having the possibility of retrying makes a lot of sense. OK, retrying for an outright aborted connection

[Bug debuginfod/27571] New: debuginfod client cache should consist of 444 perm files

2021-03-12 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27571 Bug ID: 27571 Summary: debuginfod client cache should consist of 444 perm files Product: elfutils Version: unspecified Status: NEW Severity: normal

[Bug tools/27573] eu-unstrip: assemble debugable executable for a core file

2021-03-12 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27573 --- Comment #3 from Frank Ch. Eigler --- A single coredump executable that contains all the solib bits + all the debuginfo for all the solibs ... is that even possible in principle? If the use case is letting a gdb user without debuginfod con

[Bug tools/27573] eu-unstrip: assemble debugable executable for a core file

2021-03-12 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27573 --- Comment #4 from Frank Ch. Eigler --- see also perf-archive(1) -- You are receiving this mail because: You are on the CC list for the bug.

[Bug debuginfod/27531] Support retry of failed downloads

2021-03-14 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27531 --- Comment #7 from Frank Ch. Eigler --- OK, it looks like four separate instances of "Timer expired (err=-62)" errors, indicating that the system did wait the 90 seconds (each time). Doing a retry on our own initiative after this would be pos

[Bug debuginfod/27531] Support retry of failed downloads

2021-03-14 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27531 --- Comment #10 from Frank Ch. Eigler --- OK, for your use case, a retry possibly would not help, but an enlarged timeout does. Interesting. Should we keep this RFE open or close it? -- You are receiving this mail because: You are on the C

[Bug tools/27573] eu-unstrip: assemble debugable executable for a core file

2021-03-15 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27573 --- Comment #6 from Frank Ch. Eigler --- > To be honest, gdb should be able to load all these with libdebuginfod-client > library. It can - as long as $DEBUGINFOD_URLS is set to something, anything, the client library will gladly check out t

[Bug tools/27573] eu-unstrip: assemble debugable executable for a core file

2021-03-15 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27573 --- Comment #8 from Frank Ch. Eigler --- OK - once gdb fixes that shortcoming, the .cache should contain both executables and debuginfo, and then zip-packing up the cache should fulfill this use case with existing elfutils code. -- You are r

[Bug debuginfod/27571] debuginfod client cache should consist of 444 perm files

2021-03-18 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27571 Frank Ch. Eigler changed: What|Removed |Added Assignee|unassigned at sourceware dot org |alizhang at redhat dot com

[Bug debuginfod/27531] Support retry of failed downloads

2021-03-18 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27531 Frank Ch. Eigler changed: What|Removed |Added Assignee|unassigned at sourceware dot org |alizhang at redhat dot com

[Bug debuginfod/25628] client should cache negative results

2021-03-18 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=25628 Frank Ch. Eigler changed: What|Removed |Added Assignee|amerey at redhat dot com |alizhang at redhat dot com

[Bug debuginfod/26125] during debuginfod cache cleanup, try harder to rmdir empty dirs

2021-03-18 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=26125 Frank Ch. Eigler changed: What|Removed |Added Severity|normal |critical Assignee|unassi

[Bug debuginfod/27277] support HEAD query for debuginfod content probe requests

2021-03-30 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27277 --- Comment #2 from Frank Ch. Eigler --- A related idea: extend the webapi so that returned content includes response headers that identify the archive & file name where the content was extracted from. For server privacy, maybe pass back just

[Bug debuginfod/27669] New: extend webapi for partial match source queries

2021-03-30 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27669 Bug ID: 27669 Summary: extend webapi for partial match source queries Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2 Compone

[Bug debuginfod/27669] extend webapi for partial match source queries

2021-03-31 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27669 --- Comment #2 from Frank Ch. Eigler --- > But how exactly does one get just the buildid and a source file (base) name? You do not want to know. :-) To find self-buildid: https://github.com/systemd/systemd/pull/19160 To find self source n

[Bug debuginfod/27673] [debuginfod] Handle source requests for same buildid more efficiently

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

[Bug debuginfod/27673] [debuginfod] Handle source requests for same buildid more efficiently

2021-03-31 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27673 Frank Ch. Eigler changed: What|Removed |Added Status|NEW |WAITING --- Comment #2 from Frank

[Bug debuginfod/27673] [debuginfod] Handle source requests for same buildid more efficiently

2021-03-31 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27673 --- Comment #4 from Frank Ch. Eigler --- > The time it takes for the client to see the response of the server to the > request consist of: > - time for request to travel to server (latency) > - time for server to react to request > - time for

[Bug debuginfod/27701] New: use long lived debuginfod-client objects & curl handles

2021-04-06 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27701 Bug ID: 27701 Summary: use long lived debuginfod-client objects & curl handles Product: elfutils Version: unspecified Status: NEW Severity: normal

[Bug debuginfod/27711] New: grooming should process -I/-X

2021-04-08 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27711 Bug ID: 27711 Summary: grooming should process -I/-X Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: debuginfod

[Bug debuginfod/27758] New: security idea: DEBUGINFOD_VERIFY mode

2021-04-20 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27758 Bug ID: 27758 Summary: security idea: DEBUGINFOD_VERIFY mode Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: debug

[Bug debuginfod/27758] security idea: DEBUGINFOD_VERIFY mode

2021-04-20 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27758 --- Comment #2 from Frank Ch. Eigler --- Yeah. It may comfort those who are worried about the integrity of their previously downloaded cached files, but is not robust against local attacker who currently has control over the filesystem or pro

[Bug debuginfod/27758] security idea: DEBUGINFOD_VERIFY mode

2021-04-21 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27758 --- Comment #5 from Frank Ch. Eigler --- (In reply to Vitaly Chikunov from comment #3) > Instead of `X-Debuginfod-Hash` you can use `ETag` where you can put anything > including sha256 (can be prescribed in webapi description), then GET reques

[Bug debuginfod/27783] New: file-based default DEBUGINFOD_URLS

2021-04-27 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27783 Bug ID: 27783 Summary: file-based default DEBUGINFOD_URLS Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: debuginf

[Bug debuginfod/27784] New: debuginfod client-use notification

2021-04-27 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27784 Bug ID: 27784 Summary: debuginfod client-use notification Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: debuginf

[Bug debuginfod/27784] debuginfod first-client-use notification

2021-04-27 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27784 Frank Ch. Eigler changed: What|Removed |Added Summary|debuginfod client-use |debuginfod first-client-use

[Bug debuginfod/27701] use long lived debuginfod-client objects & curl handles

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

[Bug debuginfod/26125] during debuginfod cache cleanup, try harder to rmdir empty dirs

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

[Bug debuginfod/27571] debuginfod client cache should consist of 444 perm files

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

[Bug debuginfod/25628] client should cache negative results

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

[Bug debuginfod/27859] New: reused debuginfod_client objects don't clean out curl handles enough

2021-05-12 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27859 Bug ID: 27859 Summary: reused debuginfod_client objects don't clean out curl handles enough Product: elfutils Version: unspecified Status: NEW Severity: norm

[Bug debuginfod/27859] reused debuginfod_client objects don't clean out curl handles enough

2021-05-12 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27859 Frank Ch. Eigler changed: What|Removed |Added See Also||https://sourceware.org/bugz

[Bug debuginfod/27701] use long lived debuginfod-client objects & curl handles

2021-05-12 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27701 Frank Ch. Eigler changed: What|Removed |Added See Also||https://sourceware.org/bugz

[Bug debuginfod/27863] New: server optimization for identical concurrent requests

2021-05-13 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27863 Bug ID: 27863 Summary: server optimization for identical concurrent requests Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2

[Bug debuginfod/27867] Support ostree archive format (.filez)

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

[Bug debuginfod/27859] reused debuginfod_client objects don't clean out curl handles enough

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

[Bug debuginfod/27783] file-based default DEBUGINFOD_URLS

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

[Bug debuginfod/27784] debuginfod first-client-use notification

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

[Bug debuginfod/27758] security idea: DEBUGINFOD_VERIFY mode

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

[Bug debuginfod/27867] Support ostree archive format (.filez)

2021-05-25 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27867 Frank Ch. Eigler changed: What|Removed |Added Status|UNCONFIRMED |WAITING Ever confirmed|0

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

2021-05-25 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27913 Bug ID: 27913 Summary: extend webapi for gdb-index queries Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: debugin

[Bug debuginfod/27917] New: protect against federation loops

2021-05-26 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27917 Bug ID: 27917 Summary: protect against federation loops Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: debuginfod

[Bug debuginfod/27918] New: add control file for triggered traversal

2021-05-26 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27918 Bug ID: 27918 Summary: add control file for triggered traversal Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: de

[Bug debuginfod/27950] New: separate common "debuginfod-client" docs into a new man page

2021-06-03 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27950 Bug ID: 27950 Summary: separate common "debuginfod-client" docs into a new man page Product: elfutils Version: unspecified Status: NEW Severity: normal

[Bug debuginfod/27863] server optimization for identical concurrent requests

2021-06-03 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27863 Frank Ch. Eigler changed: What|Removed |Added Assignee|unassigned at sourceware dot org |fche at redhat dot com --

[Bug debuginfod/27863] server optimization for identical concurrent requests

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

[Bug debuginfod/27783] file-based default DEBUGINFOD_URLS

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

[Bug debuginfod/27982] New: debuginfod client maximum-transfer-size and -time parameters

2021-06-14 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27982 Bug ID: 27982 Summary: debuginfod client maximum-transfer-size and -time parameters Product: elfutils Version: unspecified Status: NEW Severity: normal

[Bug debuginfod/27983] New: debuginfod client should eliminate duplicate outgoing server urls

2021-06-14 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27983 Bug ID: 27983 Summary: debuginfod client should eliminate duplicate outgoing server urls Product: elfutils Version: unspecified Status: NEW Severity: normal

[Bug debuginfod/27982] debuginfod client maximum-transfer-size and -time parameters

2021-06-15 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27982 --- Comment #1 from Frank Ch. Eigler --- possible representation in the apis: -> $DEBUGINFOD_MAXSIZE (in bytes) -> outgoing request header X-DEBUGINFOD-MAXSIZE: (number) <- http response code 406 (Not Acceptable) if rejected <- posix API rc E

[Bug debuginfod/28034] New: debuginfod server: preserve + etc. elements in incoming webapi url

2021-06-30 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28034 Bug ID: 28034 Summary: debuginfod server: preserve + etc. elements in incoming webapi url Product: elfutils Version: unspecified Status: NEW Severity: normal

[Bug debuginfod/28034] debuginfod server: preserve + etc. elements in incoming webapi url

2021-06-30 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28034 --- Comment #1 from Frank Ch. Eigler --- RFC3986 appears to mandate %-escaping many characters in order to pass through a textbook URI/URL path string. So formally noting this in the webapi and calling curl_easy_escape() on the outgoing URLs

[Bug debuginfod/28034] debuginfod server: preserve + etc. elements in incoming webapi url

2021-07-07 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28034 --- Comment #3 from Frank Ch. Eigler --- > This assumes that + -> ' ' escaping is normally unwanted (because to proper > way > is to encode a space as %20). I can't find it in current RFCs but traditional use of '+' to encode ' ' is still ve

[Bug debuginfod/27277] support HEAD query for debuginfod content probe requests

2021-07-27 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27277 --- Comment #3 from Frank Ch. Eigler --- The initial #c0 impetus is now pretty moot with env DEBUGINFOD_MAXSIZE=0 support. The server should give us a 404 or a 406 depending on whether the file exists, but not download content. The #c2 "debu

[Bug debuginfod/28194] New: confirm cross-building works

2021-08-05 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28194 Bug ID: 28194 Summary: confirm cross-building works Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: debuginfod

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

2021-08-06 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28204 Bug ID: 28204 Summary: extend webapi / verification with forthcoming signed-contents archives Product: elfutils Version: unspecified Status: NEW Severity: no

[Bug debuginfod/27950] separate common "debuginfod-client" docs into a new man page

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

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

2021-08-12 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28204 --- Comment #1 from Frank Ch. Eigler --- https://bugzilla.redhat.com/show_bug.cgi?id=1896046#c10 (private, sorry) contains instructions on generating IMA-signed RPMs via % rpm --addsign --signfiles --fskpath=FOO.pem foo.rpm -- You are recei

[Bug debuginfod/28240] New: debuginfod client cache falsely sticky for root user

2021-08-17 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28240 Bug ID: 28240 Summary: debuginfod client cache falsely sticky for root user Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2 C

[Bug debuginfod/28242] New: extend server http-response metrics with result code

2021-08-17 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28242 Bug ID: 28242 Summary: extend server http-response metrics with result code Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2 C

[Bug debuginfod/28249] New: httpd-buildid-after-you gadget locks on wrong url

2021-08-19 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28249 Bug ID: 28249 Summary: httpd-buildid-after-you gadget locks on wrong url Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2 Comp

[Bug debuginfod/28249] httpd-buildid-after-you gadget locks on wrong url

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

[Bug debuginfod/28034] debuginfod server: preserve + etc. elements in incoming webapi url

2021-08-25 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28034 --- Comment #5 from Frank Ch. Eigler --- We should probably tweak this to avoid %-escaping the '/' characters, which default apache httpd mod_proxy configurations treat as sus. -- You are receiving this mail because: You are on the CC list f

[Bug debuginfod/28284] support description functionality through HEAD

2021-08-27 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||fche at redhat dot com --- Comment

[Bug debuginfod/27983] debuginfod client should eliminate duplicate outgoing server urls

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

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

2021-09-08 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28204 --- Comment #3 from Frank Ch. Eigler --- > How would this be used together with debuginfod? > Where/how would the user get the signatures >From debuginfod, possibly via additional response headers, when extracting files from IMA-signed archiv

[Bug debuginfod/28325] New: create new debuginfod.service.8 man page

2021-09-09 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28325 Bug ID: 28325 Summary: create new debuginfod.service.8 man page Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: de

[Bug debuginfod/28339] New: groom/scan race condition

2021-09-14 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28339 Bug ID: 28339 Summary: groom/scan race condition Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: debuginfod

[Bug debuginfod/28339] groom/scan race condition

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

[Bug debuginfod/27982] debuginfod client maximum-transfer-size and -time parameters

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

[Bug debuginfod/28430] New: debuginfod should support a read-only database mode

2021-10-06 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28430 Bug ID: 28430 Summary: debuginfod should support a read-only database mode Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2 Co

[Bug debuginfod/28242] extend server http-response metrics with artifact-type content

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

[Bug debuginfod/27783] file-based default DEBUGINFOD_URLS

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

[Bug debuginfod/28240] debuginfod client cache falsely sticky for root user

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

[Bug debuginfod/28514] New: limit grooming time for many stale files

2021-10-28 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28514 Bug ID: 28514 Summary: limit grooming time for many stale files Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: de

[Bug debuginfod/28514] limit grooming time for many stale files

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

[Bug debuginfod/27673] [debuginfod] Handle source requests for same buildid more efficiently

2021-12-03 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=27673 Frank Ch. Eigler changed: What|Removed |Added Status|UNCONFIRMED |WAITING Ever confirmed|0

[Bug debuginfod/28577] Make run-debuginfod-fd-prefetch-caches.sh test something

2021-12-03 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28577 Frank Ch. Eigler changed: What|Removed |Added Component|general |debuginfod CC|

[Bug debuginfod/28661] New: support thread-pool model

2021-12-06 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28661 Bug ID: 28661 Summary: support thread-pool model Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: debuginfod

[Bug debuginfod/28661] support thread-pool model

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

[Bug debuginfod/28708] run-debuginfod-webapi-concurrency.sh seems to be flaky

2021-12-16 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28708 Frank Ch. Eigler changed: What|Removed |Added Last reconfirmed||2021-12-17 CC|

[Bug debuginfod/28708] run-debuginfod-webapi-concurrency.sh seems to be flaky

2021-12-17 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28708 --- Comment #5 from Frank Ch. Eigler --- (In reply to Mark Wielaard from comment #4) > Note that packit doesn't use real hardware for various architectures but > "container emulation" which causes various testcases to fail. > > Although in thi

[Bug debuginfod/28708] run-debuginfod-webapi-concurrency.sh seems to be flaky

2021-12-17 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28708 --- Comment #5 from Frank Ch. Eigler --- (In reply to Mark Wielaard from comment #4) > Note that packit doesn't use real hardware for various architectures but > "container emulation" which causes various testcases to fail. > > Although in thi

[Bug debuginfod/28708] run-debuginfod-webapi-concurrency.sh seems to be flaky

2021-12-17 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28708 Frank Ch. Eigler changed: What|Removed |Added Status|NEW |WAITING -- You are receiving this

[Bug debuginfod/28708] run-debuginfod-webapi-concurrency.sh seems to be flaky

2021-12-19 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28708 --- Comment #8 from Frank Ch. Eigler --- This test creates up to 100+few threads in debuginfod, and also 100 concurrent curl processes to talk to debuginfod. -- You are receiving this mail because: You are on the CC list for the bug.

[Bug debuginfod/27673] [debuginfod] Handle source requests for same buildid more efficiently

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

[Bug debuginfod/28284] support description functionality through HEAD

2022-01-19 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28284 --- Comment #3 from Frank Ch. Eigler --- The problem of federation reminded me that we haven't solved this problem yet. > int debuginfod_info_debuginfo (debuginfod_client *client, >const unsigned char *build_id

[Bug tools/28951] New: eu-addr2line produces relative path names, should be absolute

2022-03-08 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28951 Bug ID: 28951 Summary: eu-addr2line produces relative path names, should be absolute Product: elfutils Version: unspecified Status: NEW Severity: normal

[Bug tools/28951] eu-addr2line produces relative path names, should be absolute

2022-03-08 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28951 --- Comment #2 from Frank Ch. Eigler --- Sorry for not noticing the flag. Making it default would let it match binutils. (Both also have the "-s" option for basename.) -- You are receiving this mail because: You are on the CC list for the

[Bug debuginfod/28708] run-debuginfod-webapi-concurrency.sh seems to be flaky

2022-04-02 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=28708 Frank Ch. Eigler changed: What|Removed |Added Status|WAITING |ASSIGNED --- Comment #11 from Fran

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

[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/29098] New: debuginfod - set default prefetch limits to >0

2022-04-27 Thread fche at redhat dot com via Elfutils-devel
https://sourceware.org/bugzilla/show_bug.cgi?id=29098 Bug ID: 29098 Summary: debuginfod - set default prefetch limits to >0 Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2 Compone

[Bug debuginfod/29117] New: 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 Bug ID: 29117 Summary: debuginfod client leaking fd's for cache misses Product: elfutils Version: unspecified Status: NEW Severity: normal Priority: P2 Compon

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

<    1   2   3   >