You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If InetAddress hasn't been initialized yet and provider is set to dnscontrol any call to the DNSControl will trigger the constructor which attempts to lookup default dns servers making calls back to InetAddress which intern attempts to initialize by calling the NameService, which requires DNSControl instance to register. This loop throw a null pointer exception.
DNSControl constructor should not make any calls that yield to InetAddress getting loaded.
The text was updated successfully, but these errors were encountered:
If InetAddress hasn't been initialized yet and provider is set to dnscontrol any call to the DNSControl will trigger the constructor which attempts to lookup default dns servers making calls back to InetAddress which intern attempts to initialize by calling the NameService, which requires DNSControl instance to register. This loop throw a null pointer exception.
DNSControl constructor should not make any calls that yield to InetAddress getting loaded.
The text was updated successfully, but these errors were encountered: