mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-26 00:57:39 +01:00
(get_list_addr): Don't fail with -UNW_ENOINFO just because something
in /proc/maps isn't mappable. (Logical change 1.279)
This commit is contained in:
parent
61421373d7
commit
346b85ec54
1 changed files with 2 additions and 4 deletions
|
@ -55,10 +55,8 @@ get_list_addr (unw_addr_space_t as, unw_word_t *dil_addr, void *arg,
|
|||
}
|
||||
|
||||
if (elf_map_image (&ui->ei, path) < 0)
|
||||
{
|
||||
maps_close (&mi);
|
||||
return -UNW_ENOINFO;
|
||||
}
|
||||
/* ignore unmappable stuff like "/SYSV00001b58 (deleted)" */
|
||||
continue;
|
||||
|
||||
Debug (16, "checking object %s\n", path);
|
||||
|
||||
|
|
Loading…
Reference in a new issue