-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
5
-
StorEng - Defined Pipeline
In a patch build, I faced the following error:
[2021/12/13 19:36:06.742] File "../test/wt_hang_analyzer/wt_hang_analyzer.py", line 646, in avoid_asan_dump [2021/12/13 19:36:06.742] with open(f"/proc/{pid}/coredump_filter", "w+") as f: [2021/12/13 19:36:06.742] PermissionError: [Errno 13] Permission denied: '/proc/627/coredump_filter' ... [2021/12/13 19:36:06.743] Message: 'Error encountered when removing ASAN mappings from core dump' [2021/12/13 19:36:06.743] Arguments: (PermissionError(13, 'Permission denied'),)