This commit is contained in:
Tiago Rodrigues 2023-12-06 12:32:37 -05:00
parent b835d73590
commit 24b6c649d3

View File

@ -4284,8 +4284,8 @@ dwarf_fileline (struct backtrace_state *state, uintptr_t pc,
return ret;
}
// if we failed to obtain an entry in range, it can mean that the address map has been cahnges and new entries
// have been loaded in the meantime. Request a refresh and try again
// if we failed to obtain an entry in range, it can mean that the address map has been changed and new entries
// have been loaded in the meantime. Request a refresh and try again.
if (state->request_known_address_ranges_refresh_fn)
{
int new_range_count = state->request_known_address_ranges_refresh_fn(state, pc);