You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running a Java app using mirrord via IntelliJ with JDK Azul Zulu 1.8.0_275 (can be obtained from Azul site) java gets sigkill, probably because we try to hook in a signed application. I don't know why it doesn't happen in newer builds (maybe less protected code signing?)
Seems we need to have some sort of SIP patch, since same command line IntelliJ executes works via cli (mirrord exec azul/java..) so it probably patches successfully there.
To reproduce you need the same JDK and make sure to use IntelliJ build system (not Gradle)
The text was updated successfully, but these errors were encountered:
When running a Java app using mirrord via IntelliJ with JDK Azul Zulu 1.8.0_275 (can be obtained from Azul site) java gets sigkill, probably because we try to hook in a signed application. I don't know why it doesn't happen in newer builds (maybe less protected code signing?)
Seems we need to have some sort of SIP patch, since same command line IntelliJ executes works via cli (
mirrord exec azul/java..
) so it probably patches successfully there.To reproduce you need the same JDK and make sure to use IntelliJ build system (not Gradle)
The text was updated successfully, but these errors were encountered: