mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 16:45:57 +03:00
[GH-ISSUE #1688] v4.8.1 hangs on launch for multiple minutes #1681
Labels
No labels
Discussion
Feature request
In Progress...
Plugins
Waiting response
Windows
Windows
bug
duplicate
enhancement
feature
good first issue
iOS
macOS 10.11
question
wontfix
✅ Done
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Proxyman#1681
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @raxityo on GitHub (Jun 21, 2023).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/1688
Description
The app hangs on launch and stays unresponsive for a while.
This has started happening recently and I have been using this build to be able to toggle Proxyman programmatically.
I disabled all tools (breakpoints, map local/remote, etc.) but the hang still persists on launch.
Steps to Reproduce
Current Behavior
Expected Behavior
Environment
@NghiaTranUIT commented on GitHub (Jun 21, 2023):
Hm, it's odd. Can you reproduce it when using the old beta build(v4.8.0)?
@raxityo commented on GitHub (Jun 21, 2023):
Yes, actually, it also happens in 4.8.0. Here's a video from 4.8.1 of the wait during the start-up.
https://github.com/ProxymanApp/Proxyman/assets/767683/30876247-ab0a-4192-b8cc-54fcf7c1f991
It may be some other tool interfering with Proxyman. Let me try to go further back in the builds to see if I can find anything helpful for you.
@raxityo commented on GitHub (Jun 21, 2023):
No luck in finding the root cause, but I noticed that
mDNSResponderjumped to 100% CPU usage when Proxyman started, and killingmDNSResponderwould make Proxyman responsive again. The problem went away after rebooting the machine, so it must be due to some process triggering tons of DNS queries.I will close this since it's not a bug in Proxyman.