[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 debuginfod/32701] gdb is attempting to write to / and write to rpm's database for no reason.

2025-02-16 Thread vries at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=32701 Tom de Vries changed: What|Removed |Added CC||elfutils-devel at sourceware dot o

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

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

2025-02-16 Thread nkkra...@uni-sofia.bg
https://sourceware.org/bugzilla/show_bug.cgi?id=32701 PlaceholderName changed: What|Removed |Added Resolution|NOTABUG |FIXED --- Comment #5 from Placehold

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

2025-02-16 Thread nkkra...@uni-sofia.bg
https://sourceware.org/bugzilla/show_bug.cgi?id=32701 --- Comment #6 from PlaceholderName --- (In reply to Frank Ch. Eigler from comment #3) > An environment that has no $HOME nor $XDG_CACHE_HOME set is unusual enough > not to warrant error messages even better than what gdb already printed > (EP

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

2025-02-16 Thread nkkra...@uni-sofia.bg
https://sourceware.org/bugzilla/show_bug.cgi?id=32701 PlaceholderName changed: What|Removed |Added Resolution|NOTABUG |FIXED --- Comment #9 from Placehold

[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 vries at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=32701 Tom de Vries changed: What|Removed |Added Resolution|FIXED |NOTABUG --- Comment #8 from Tom de Vri