8360478: libjsig related tier3 jtreg tests fail when asan is configured#35
8360478: libjsig related tier3 jtreg tests fail when asan is configured#35MBaesken wants to merge 1 commit intoopenjdk:masterfrom
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 |
|
@MBaesken This pull request has been inactive for more than 8 weeks and will now be automatically closed. If you would like to continue working on this pull request in the future, feel free to reopen it! This can be done using the |
Progress
Warning
8360478: libjsig related tier3 jtreg tests fail when asan is configuredIssue
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk25u.git pull/35/head:pull/35$ git checkout pull/35Update a local copy of the PR:
$ git checkout pull/35$ git pull https://git.openjdk.org/jdk25u.git pull/35/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 35View PR using the GUI difftool:
$ git pr show -t 35Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk25u/pull/35.diff
Using Webrev
Link to Webrev Comment