Giter VIP home page Giter VIP logo

Comments (6)

alalamav avatar alalamav commented on July 28, 2024

Tested on iOS 10.0 and 10.2.1, using XCode 8.2.1

I ran a simple memory allocation test in the app extension, without linking to NEKit. I allocated >42MiB (an upper bound for the alleged VPN memory limit). The app extension terminates with the following error:

neagent(NetworkExtension)<Info>: Error while calling extension: Error Domain=NSCocoaErrorDomain Code=4097 "connection from pid 535" UserInfo={NSDebugDescription=connection from pid 535}
neagent(PlugInKit)<Notice>: connection to plug-in <private>(E01000D8-AE64-4014-95BD-6E85AA6A7AB7) lost
neagent(PlugInKit)<Notice>: connection to plug-in <private>(<private>) lost
neagent(Foundation)<Notice>: extension connection was interrupted
neagent(NetworkExtension)<Error>: Extension org.xxx.yyy.extension died unexpectedly

The termination error code and exhibited behavior are the same as when NEKit is imported.

from nekit.

zhuhaow avatar zhuhaow commented on July 28, 2024

I think any wrong configuration that prohibits the start of the extension would yield the same error. Maybe you forgot to link some frameworks in extension.

from nekit.

alalamav avatar alalamav commented on July 28, 2024

You are absolutely right, there were some missing dependencies.
I was thrown off by the lack of a crash report.

from nekit.

mcfedr avatar mcfedr commented on July 28, 2024

I see this error from time to time, 90% of the time tunnel is working just fine, and then it will just randomly stop working at some point

from nekit.

zkhCreator avatar zkhCreator commented on July 28, 2024

@albertolalama can you tell me what dependence you missing? I get the same problem!

from nekit.

zkhCreator avatar zkhCreator commented on July 28, 2024

I solved the problem by add link all framework to the extension. THX @zhuhaow so much

from nekit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.