Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kernel Security Check Failure when run java System.getProperty("java.security.properties") #8469

Closed
1 of 2 tasks
AntonioSun opened this issue Jun 3, 2022 · 1 comment
Closed
1 of 2 tasks

Comments

@AntonioSun
Copy link

Version

Microsoft Windows [Version 10.0.22000.675]

WSL Version

  • WSL 2
  • WSL 1

Kernel Version

Linux version 4.4.0-22000-Microsoft

Distro Version

Debian GNU/Linux 11 (bullseye)

Other Software

$ java -version
java version "17.0.3" 2022-04-19 LTS
Java(TM) SE Runtime Environment (build 17.0.3+8-LTS-111)
Java HotSpot(TM) 64-Bit Server VM (build 17.0.3+8-LTS-111, mixed mode, sharing)

Repro Steps

Run the following java program within WSL:

public class SecurityProperties {
    public static void main( String[] args ) {
      System.out.println( System.getProperty("java.security.properties") );
    }
}

Expected Behavior

Report where the java.security.properties file is.

Actual Behavior

will get BSOD Kernel Security Check Failure after a while.

Diagnostic Logs

No response

@AntonioSun
Copy link
Author

Do not open Github issues for Windows crashes (BSODs) or security issues.. Instead, send Windows crashes or other security-related issues to [email protected].

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant