Summary: | Debugger hangs on a shared library in memory-mapped file. | ||
---|---|---|---|
Product: | gdb | Reporter: | Marcin Copik <mcopik> |
Component: | shlibs | Assignee: | Not yet assigned to anyone <unassigned> |
Status: | UNCONFIRMED --- | ||
Severity: | normal | CC: | asaffisher.dev |
Priority: | P2 | ||
Version: | 12.1 | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Last reconfirmed: |
Description
Marcin Copik
2022-09-19 13:03:04 UTC
The reason this happens is because /proc/self is different between inferior and GDB. I proposed a patch to fix it today. |