ecovaci / winfoom

Winfoom is an HTTP(s) proxy server facade that allows applications to authenticate through the proxy without having to deal with the actual handshake.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crash on VPN disconnect

philippseith opened this issue · comments

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

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

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

What actually is "px"?