-
Bug
-
Resolution: Fixed
-
P4
-
23
-
b21
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8332207 | 22.0.2 | Matthias Baesken | P4 | Resolved | Fixed | b06 |
JDK-8332294 | 21.0.4 | Matthias Baesken | P4 | Resolved | Fixed | b04 |
When configuring with '--enable-ubsan' and doing a macOS x86_64 fastdebug build, I run into this build error after very short time :
jdk/src/hotspot/share/adlc/adlparse.cpp:5228:36: runtime error: applying non-zero offset 1 to null pointer
#0 0x103fa4b4b in ADLParser::skipws_common(bool) adlparse.cpp:5228
#1 0x103f76aed in ADLParser::skipws() adlparse.hpp:271
#2 0x103f763c6 in ADLParser::parse() adlparse.cpp:95
#3 0x10407054d in main main.cpp:178
#4 0x7fff2044ef3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c)
So it seems that UBSan support is currently not working, should be fixed.
jdk/src/hotspot/share/adlc/adlparse.cpp:5228:36: runtime error: applying non-zero offset 1 to null pointer
#0 0x103fa4b4b in ADLParser::skipws_common(bool) adlparse.cpp:5228
#1 0x103f76aed in ADLParser::skipws() adlparse.hpp:271
#2 0x103f763c6 in ADLParser::parse() adlparse.cpp:95
#3 0x10407054d in main main.cpp:178
#4 0x7fff2044ef3c in start+0x0 (libdyld.dylib:x86_64+0x15f3c)
So it seems that UBSan support is currently not working, should be fixed.
- backported by
-
JDK-8332207 UBSan enabled build fails in adlc on macOS
- Resolved
-
JDK-8332294 UBSan enabled build fails in adlc on macOS
- Resolved
- relates to
-
JDK-8298448 UndefinedBehaviorSanitizer
- Resolved
- links to
-
Commit openjdk/jdk21u-dev/30f0779c
-
Commit openjdk/jdk22u/bb3651fb
-
Commit openjdk/jdk/4edac349
-
Review openjdk/jdk21u-dev/556
-
Review openjdk/jdk22u/185
-
Review openjdk/jdk/18976
(4 links to)