Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: reduce ASLR entropy #3461

Merged
merged 1 commit into from
Mar 14, 2024

Conversation

njzjz
Copy link
Member

@njzjz njzjz commented Mar 14, 2024

This week, a random segfault occurred in GHA when using -fsanitize=leak. It seems related to actions/runner-images#9491. Workaround: actions/runner-images#9491 (comment)
See also: https://stackoverflow.com/questions/77894856/possible-bug-in-gcc-sanitizers

Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
Copy link

codecov bot commented Mar 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 77.35%. Comparing base (571ddec) to head (4208133).

Additional details and impacted files
@@           Coverage Diff           @@
##            devel    #3461   +/-   ##
=======================================
  Coverage   77.35%   77.35%           
=======================================
  Files         428      428           
  Lines       37000    37000           
  Branches     1621     1620    -1     
=======================================
  Hits        28622    28622           
  Misses       7510     7510           
  Partials      868      868           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@wanghan-iapcm wanghan-iapcm added this pull request to the merge queue Mar 14, 2024
Merged via the queue into deepmodeling:devel with commit 487f85c Mar 14, 2024
48 checks passed
@njzjz njzjz mentioned this pull request Apr 2, 2024
@njzjz njzjz added this to the v2.2.10 milestone Apr 6, 2024
njzjz added a commit to njzjz/deepmd-kit that referenced this pull request Apr 6, 2024
This week, a random segfault occurred in GHA when using
`-fsanitize=leak`. It seems related to
actions/runner-images#9491. Workaround:
actions/runner-images#9491 (comment)
See also:
https://stackoverflow.com/questions/77894856/possible-bug-in-gcc-sanitizers

Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
(cherry picked from commit 487f85c)
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
@njzjz njzjz mentioned this pull request Apr 6, 2024
njzjz added a commit that referenced this pull request Apr 6, 2024
This week, a random segfault occurred in GHA when using
`-fsanitize=leak`. It seems related to
actions/runner-images#9491. Workaround:
actions/runner-images#9491 (comment)
See also:
https://stackoverflow.com/questions/77894856/possible-bug-in-gcc-sanitizers

Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
(cherry picked from commit 487f85c)
Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants