Summary: | Cannot find bounds of current function after executing strrchr in glibc | ||
---|---|---|---|
Product: | glibc | Reporter: | Vijay Nag <vijunag> |
Component: | libc | Assignee: | Not yet assigned to anyone <unassigned> |
Status: | RESOLVED WORKSFORME | ||
Severity: | normal | CC: | drepper.fsp, neleai |
Priority: | P2 | Flags: | fweimer:
security-
|
Version: | 2.17 | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Last reconfirmed: |
Description
Vijay Nag
2013-06-25 06:19:48 UTC
First question do you have glibc-dbg or equivalent package? If not it is just because there are no debugging symbols available. Second cause could be that you stepped into ifunc which confused gdb. Then it is better to report in gdb. As there was no reply in this bug I assume that this is a gdb problem. |