1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-16 23:11:44 +02: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:
hp.com!davidm 2004-11-03 19:44:44 +00:00
parent 61421373d7
commit 346b85ec54

View file

@ -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);