When running ubsan-enabled binaries on macOS aarch64, the following issue is show e.g. in test
tools/jpackage/macosx/ArgumentsFilteringTest.java
src/jdk.jpackage/share/native/applauncher/JvmLauncher.cpp:262:52: runtime error: applying non-zero offset 40 to null pointer
UndefinedBehaviorSanitizer:DEADLYSIGNAL
UndefinedBehaviorSanitizer: nested bug in the same thread, aborting.
tools/jpackage/macosx/ArgumentsFilteringTest.java
src/jdk.jpackage/share/native/applauncher/JvmLauncher.cpp:262:52: runtime error: applying non-zero offset 40 to null pointer
UndefinedBehaviorSanitizer:DEADLYSIGNAL
UndefinedBehaviorSanitizer: nested bug in the same thread, aborting.
- links to
-
Commit(master) openjdk/jdk/fb066cae
-
Review(master) openjdk/jdk/23320