-
Notifications
You must be signed in to change notification settings - Fork 49
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
Some hooks cause Java programs to crash or hang #31
Comments
Thanks for testing/supplying the hooks that cause the issues - this helps a lot. I'll attempt to get to the bottom of this. |
Great, thanks |
Any progress on this? Some additional info that may be of use: Running on NT6.3, |
by NT6.3 do you mean Windows 8.1?! |
Yes, and Server 2012 R2. Same behavior on Windows 10. Just thought the Win 8.1 and 2012 R2 tests would help trace the issue. |
Ah ok thanks for the clarification. I will test with Windows 10. Finding the relevant Java installer is proving non-trivial. |
I've been using this installer for my CAPE env. https://download.oracle.com/java/17/archive/jdk-17.0.1_windows-x64_bin.exe |
Sorry to let this slide for so long - looking again now I see that I could avoid the need to set up Java in advance by testing against one of your launch4j binaries - any chance you could share one please? |
Current Behavior
.jars and Java based .exes crash unless I use
exclude-apis=RtlDispatchException:NtProtectVirtualMemory
Steps to Reproduce
To make sure it wasn't an issue specific with the samples that I'm using, I compiled a simple jar file that just prints "hello world"
exclude-apis=RtlDispatchException:NtProtectVirtualMemory
Individually, I noticed that:
RtlDispatchException
causes Java to crashNtProtectVirtualMemory
causes Java to hangContext
The text was updated successfully, but these errors were encountered: