-
Bug
-
Resolution: Fixed
-
P4
-
None
-
b21
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8266922 | 11.0.12 | Arthur Eubanks | P4 | Resolved | Fixed | b02 |
The ASAN build, enabled with --enable-asan, is broken. At some point during the build, the following message appears:
ERROR: Invalid value for bool option: '0"'
ERROR: Flag parsing failed.
This is in ASAN's flag parsing code, caused by the ASAN_OPTIONS environment variable having an extra quote at the end.
ERROR: Invalid value for bool option: '0"'
ERROR: Flag parsing failed.
This is in ASAN's flag parsing code, caused by the ASAN_OPTIONS environment variable having an extra quote at the end.
- backported by
-
JDK-8266922 ASAN build broken
- Resolved