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

App stalls when opening the WiFiManger lib on firmware 4.0 #34

Open
GoogleCodeExporter opened this issue Mar 13, 2016 · 0 comments
Open

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?

When running code under iphone firmware 4.0

When code hits the instruction  libHandle = 
dlopen("/System/Library/SystemConfiguration/WiFiManager.bundle/WiFiManager", 
RTLD_LAZY);

control is never returned, app just hang.   Debugger Console gives the 
following message :

Current language:  auto; currently objective-c
warning: UUID mismatch detected with the loaded library - on disk is:
    /Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS4.0.sdk/System/Library
/PrivateFrameworks/CaptiveNetwork.framework/CaptiveNetwork
warning: Unable to read symbols for 
"/Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.0 
(8A230m)/Symbols/System/Library/SystemConfiguration/WiFiManager.bundle/WiFiManag
er" (file 
not found).


What is the expected output? What do you see instead?
This same code works for firmware version 3.1.3, shouldn't the call return NULL 
if it's not found 
?

What version of the product are you using? On what operating system?
4.0 (8A230m) for iPod touch 2nd generation


Please provide any additional information below.
Same code works under 3.1.3(7E18).

Original issue reported on code.google.com by [email protected] on 9 Apr 2010 at 6:13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant