Disable libunwind caching
This commit is contained in:
parent
8b09fabf5a
commit
f91dbfea0d
1 changed files with 1 additions and 1 deletions
|
@ -639,7 +639,7 @@ static int _unwind__prepare_access(struct thread *thread)
|
||||||
return -ENOMEM;
|
return -ENOMEM;
|
||||||
}
|
}
|
||||||
|
|
||||||
unw_set_caching_policy(thread->addr_space, UNW_CACHE_GLOBAL);
|
unw_set_caching_policy(thread->addr_space, UNW_CACHE_NONE);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue