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

error logs from system extension process and potential memory leak #8

Open
xilu-wang opened this issue Dec 4, 2023 · 1 comment
Open

Comments

@xilu-wang
Copy link

xilu-wang commented Dec 4, 2023

@objective-see , Thank you very much for providing the link Network Extensions for the Modern Mac.; the talk was truly excellent.

I try the DNSMonitor on my local laptop. I saw there are many os logs in error level dumped out, especially when I surfing the internet using browser, such as:

nw_path_necp_check_for_updates Failed to copy updated result (22)

(3808614902): flow is closed for writes, cannot write 578 bytes of data

writeDatagrams ERROR: Error Domain=NEAppProxyFlowErrorDomain Code=1 "The operation could not be completed because the flow is not connected" UserInfo={NSLocalizedDescription=The operation could not be completed because the flow is not connected}


nw_path_evaluator_create_flow_inner NECP_CLIENT_ACTION_ADD_FLOW C5B15EDA-0A1C-48E4-AA7E-A5CF7053D1B9 [28: No space left on device]

wondering if you have any clues about these errors ?

Also I saw the memory of the extension process keeps increasing after opening several web pages. It is potentially some memory leak (but I am not quite sure about this)

I am running the program on

14.1.1 (23B81)

@xilu-wang
Copy link
Author

Screenshot 2023-12-03 at 22 55 28

objective-see added a commit that referenced this issue Apr 11, 2024
free memory (maybe related to #8)
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

1 participant