[Bug gdb/34566] GDB cannot interrupt debuginofd until server responds, stuck waiting 1.5 min for ubuntu
k4lizen at proton dot me via Gdb-prs <[email protected]>
| Newsgroups | gmane.comp.gdb.bugs.discuss |
|---|---|
| Message-ID | <[email protected]/bugzilla/> |
https://sourceware.org/bugzilla/show_bug.cgi?id=34566 --- Comment #1 from k4lizen <k4lizen at proton dot me> --- Oh wau I really typed this out in a rush, sorry. A few corrections: ~~More details / upstream:~~ -> downstream Repro without ubuntu: ```bash socat TCP-LISTEN:45678,bind=127.0.0.1,reuseaddr,fork EXEC:'sleep 120' ``` In a second terminal: ```bash DEBUGINFOD_CACHE_PATH=$(mktemp -d /tmp/gdb-debuginfod-test.XXXXXX) DEBUGINFOD_URLS=https://127.0.0.1:45678/ gdb --nx /bin/sh ``` -- You are receiving this mail because: You are on the CC list for the bug.