Skip to content

Commit 199e75d

Browse files
committed
do not disable permanently on a single remap fail
1 parent 64502de commit 199e75d

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Modules/_remote_debugging/alias_read.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,7 @@ alias_maybe_probe_entry(RemoteUnwinderObject *unwinder,
137137
entry->remote_page_base,
138138
&objid, &offset);
139139
if (rc < 0) {
140-
STATS_INC(unwinder, alias_identity_mismatches);
141-
alias_disable_runtime(unwinder);
140+
alias_invalidate_entry(entry);
142141
return -1;
143142
}
144143
if (rc == 0 && objid == entry->map_objid &&

0 commit comments

Comments
 (0)