ProxymanApp / ProxymanApp/Proxyman
Software crashes when ending a java application
@NghiaTranUIT is already working on this.
Since Aug 1, 2024.
- Dominant language
- No language data
- Stars
- 7k
- Forks
- 237
- PR merge metrics
- No merged PRs in 30d
Description
Description
Software crashes when ending a java application
Steps to Reproduce
1.Starting a java application,connecting with scoks5
java -agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005 -DsocksProxyHost=127.0.0.1 -DsocksProxyPort=8889 -DsocksNonProxyHosts="localhost|127.0.0.1|192.168.99.151|43.143.243.117|8.142.73.178|etax.hebei.chinatax.gov.cn" -Dhttp.nonProxyHosts="localhost|127.0.0.1|43.143.243.117|8.142.73.178|etax.hebei.chinatax.gov.cn" -jar test.jar --spring.profiles.active=prod
2.End this application
3.Software crashes
Current Behavior
Software crashes
Expected Behavior
Software up and running
Environment
- App version: Proxyman 5.6.1
- macOS version: macOS 14.5 (23F79)
1.log
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.