https://sourceware.org/bugzilla/show_bug.cgi?id=29434
--- Comment #4 from Pablo Galindo Salgado <pablogsal at gmail dot com> --- The first result is already 0 in int result = __libdw_visit_scopes (0, &cu, NULL, &pc_match, &pc_record, &a); I think this is because walk_children finds no "real children" so it returns with the last return (ret < 0 ? -1 : 0;) every single time. -- You are receiving this mail because: You are on the CC list for the bug.