-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#2566 anon text: Use the app path instead of maps comments
For the application module, we use the application path obtained from early injection or /proc/self/exe on Linux, rather than /proc/self/maps comments. The maps comments can be unreliable in the face of anonymous or deleted-file mremaps used for hugepage backing and other features. Adds a test case to the existing "burst_maps" test. Having the right module full_path helps many cases, including the forthcoming restartable sequences ("rseq") support for #2350. Issue: #2566, #2350
- Loading branch information
1 parent
f76f144
commit c44e0f9
Showing
2 changed files
with
29 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters