Details
Diff Detail
- Repository
- R11 FreeBSD ports repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
java/openjdk23/Makefile | ||
---|---|---|
15 | I think we should mention a short snippet from the error messages which helps others to solve the problem as they might have already faced and might have a solution. In our case we might say the message like: bash: line 1: 29793 Segmentation fault Also maybe with a bigger comment on top like what is happening. |
Ah sorry I am not sure why the wrong line was copied. It should be:
Build failed for target 'images' in configuration 'bsd-x86-server-release'`
Update patch based on feedback.
- Drop increment of BSD_JDK_VERSION
- Better broken-messages
- Added comment with more info and link to log.
java/openjdk23/Makefile | ||
---|---|---|
19 | These logs actually lasts for only 90 days. So it will vaporize in course of time. :) |
It might help to get a look at the hs_err_pidXXXX.log file from the build to see more details about the error, but that won't affect this change. FWIW I believe that upstream have flagged that they are removing support for x86 in Java 25, so given that Java 23 isn't an LTS release (and 25 is the next LTS release) it probably isn't worth the effort to fix it.
@glewis With debug enabled I get this more useful message:
# Internal Error (/home/haraldei/src/openjdk/src/hotspot/cpu/x86/macroAssembler_x86.cpp:4206), pid=14704, tid=109565 # assert(is_aligned(set.size() * xmm_save_size(), StackAlignmentInBytes)) failed: must be
Have to look at it more tomorrow or next year.