macOS 14.4 causes JVM crashes
51–60 of 160 posts
Re: macOS 14.4 causes JVM crashes
#52Re: macOS 14.4 causes JVM crashes
#53> macOS on Apple silicon processors (M1, M2, and M3) includes a feature which controls how and when dynamically generated code can be either produced (written) or executed on a per-thread basis. […] With macOS 14.4, when a thread is operating in the write mode, if a memory access to a protected memory region is attempted, macOS will send the signal SIGKILL instead. This isn’t just any old thread triggering SIGKILL, i…
Re: macOS 14.4 causes JVM crashes
#54Earlier quoted context omitted.
This is what I do when my job forced me to use a mac. I think the only thing I installed on the mac outside of it was Firefox. Worked great for years before I changed jobs that let me bring my own hardware finally.
What is your preferred hardware and flavor of Linux for this? I'm trying to do the same
Re: macOS 14.4 causes JVM crashes
#55Apple and macOS is slowly becoming another Windows in terms of stability. There was a HN post about a hashicorp founder using Linux within a vm on their mbp. Might adopt that same approach, if I can find the og post.
When's the last time you had a BSOD on Windows? I honestly can't recall.
Re: macOS 14.4 causes JVM crashes
#56Re: macOS 14.4 causes JVM crashes
#57An issue introduced by macOS 14.4, which causes Java process to terminate unexpectedly, is affecting all Java versions from Java 8 to the early access builds of JDK 22 If this affects so many versions of Java and nobody notices, is anyone even using Java on macOS?
Sonoma has been out for only one week!
Re: macOS 14.4 causes JVM crashes
#58A gross and low performance option for now might be to run Java under Rosetta, but I’m saying that based on them saying that this is apple silicon specifically and processes under rosetta have a bunch of quirks to support intel semantics. This would allow you to work around this for now. That said I’m curious what the exact scenario that leads to this is, I’m assuming it’s not common as you would expect it to have co…
The article specifically says that the issue was not present in early access releases, so it was not possible to discover it before the actual release.
Re: macOS 14.4 causes JVM crashes
#59An issue introduced by macOS 14.4, which causes Java process to terminate unexpectedly, is affecting all Java versions from Java 8 to the early access builds of JDK 22 If this affects so many versions of Java and nobody notices, is anyone even using Java on macOS?
For one, it doesn't affect all versions of Java. Java 20 (an LTS release) and 21, for example, don't have this problem.