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

Crash on VPN disconnect #12

Closed
philippseith opened this issue Jan 20, 2023 · 4 comments
Closed

Crash on VPN disconnect #12

philippseith opened this issue Jan 20, 2023 · 4 comments

Comments

@philippseith
Copy link

WinFoom (or the java runtime?) crashed while a Cisco VPN disconnect. The corporate proxy was accessed over this VPN.
For details, see hs_err_pid30652.log

@ecovaci
Copy link
Owner

ecovaci commented Jan 21, 2023

I don't think it has something to do with Cisco VPN disconnect. The AWT layer crashed for some reason. Try to use a LTS JRE version like JRE 17.
Also, try removing some launch arguments by replacing:

set ARGS=-server -XX:+UseG1GC -XX:MaxHeapFreeRatio=30 -XX:MinHeapFreeRatio=10 -Dswing.aatext=true -Dspring.profiles.active=gui

with:

set ARGS=-server -Dswing.aatext=true -Dspring.profiles.active=gui

@philippseith
Copy link
Author

Ok, I will do that. For the last 3 month I was using winfoom on daily basis over vpn against our corporate proxy. Other than px, which often hung, winfoom ran flawlessly and fast. So I think the crash was really caused by a problem in OpenJDK which was updated by chocolatey on 2023-01-18

@ecovaci
Copy link
Owner

ecovaci commented Jan 22, 2023

What actually is "px"?

@philippseith
Copy link
Author

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

2 participants