mirror of
https://github.com/ProxymanApp/Proxyman.git
synced 2026-04-26 00:25:56 +03:00
[GH-ISSUE #924] Proxyman for iOS is forcibly terminated by jetsam. #918
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#918
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 @forcemax on GitHub (Jul 7, 2021).
Original GitHub issue: https://github.com/ProxymanApp/Proxyman/issues/924
Originally assigned to: @NghiaTranUIT on GitHub.
Proxyman version? (Ex. Proxyman 1.4.3)
Proxyman 1.4.0 (10400) for iOS
macOS Version? (Ex. mac 10.14)
iOS 15.0 beta 2 (iPhone 7), iOS 14.6 (iPhone 2020 SE)
Steps to reproduce
I'm trying to log HTTPS requests with proxyman app on iPhone. The proxyman app was set with the following process, and then there was a problem that the recording stopped while testing with the Amazon Shopping app.
Checking the log with the idevicesyslog command shows that the PacketTunnel process was forcibly terminated by jetsam.
Jul 7 15:07:58 osanalyticshelper(OSAnalytics)[248] <Notice>: Process PacketTunnel [850] killed by jetsam reason per-process-limitExpected behavior
HTTPS request logging must not have been stopped.
Screenshots (optional)
Sorry for the bad English.
@NghiaTranUIT commented on GitHub (Jul 7, 2021):
Look like the VPN extension is crashed somewhere when intercepting the Amazon Shopping app.
Just wondering: Are you able to see HTTPS Traffic from other apps/websites? Such as visiting google.com in Safari? 🤔
@NghiaTranUIT commented on GitHub (Jul 7, 2021):
Preliminary investigation shows that "Kill by jetsam" because Proxyman VPN exceeds the memory limitation (https://developer.apple.com/forums/thread/106377)
Look like because you're using iPhone 7. Is there any chance that you can test it on the newest model?
@forcemax commented on GitHub (Jul 7, 2021):
Same thing happened when I tested on iPhone 2020 SE (iOS 14.6).
@forcemax commented on GitHub (Jul 7, 2021):
Yes. I was able to see HTTPS traffic from Safari to google.com using Proxyman for iOS.
However, when testing through the Amazon Shopping app, Proxyman for iOS stopped, so an issue was registered.