-
Notifications
You must be signed in to change notification settings - Fork 40
8360478: libjsig related tier3 jtreg tests fail when asan is configured #35
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
base: master
Are you sure you want to change the base?
8360478: libjsig related tier3 jtreg tests fail when asan is configured #35
Conversation
👋 Welcome back mbaesken! A progress list of the required criteria for merging this PR into |
❗ This change is not yet ready to be integrated. |
This backport pull request has now been updated with issue from the original commit. |
|
Hmmm... If ASAN does not come first, libjsig comes first, and libjsig uses malloc, it will use the malloc implementation from the C-Runtime, not the one ASAN interposes. That, in turn, could cause weird errors or crashes when later memory is freed at a place where ASAN interposition of malloc holds, since we use a different free(). I would probably just disable the libjsig tests for ASAN completely. |
Hi Thomas, never saw that really happening in practise when running tests with ASAN enabled binaries. |
Maybe we should just wait some more time with the backport; in case we really see issues with setting this ASAN flag, we can adjust this setting. |
Also, does this not switch off the warning for all tests, not only the libjsig tests? |
For all tests; but the jsig tests are the ones where we really saw this. |
@MBaesken This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply issue a |
Progress
Warning
8360478: libjsig related tier3 jtreg tests fail when asan is configured
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk25u.git pull/35/head:pull/35
$ git checkout pull/35
Update a local copy of the PR:
$ git checkout pull/35
$ git pull https://git.openjdk.org/jdk25u.git pull/35/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 35
View PR using the GUI difftool:
$ git pr show -t 35
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk25u/pull/35.diff
Using Webrev
Link to Webrev Comment