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
Area of Cosmos - What area of Cosmos are we dealing with?
Networking
Expected Behaviour - What do you think that should happen?
Returned null
Actual Behaviour - What unexpectedly happens?
Crashes with NullReferenceException
Reproduction - How did you get this error to appear?
Minimal reproduction sample below
using(vare=newDHCPClient()){e.SendDiscoverPacket();// since this is a minimal sample we'll just assume this successfully fetches an IP}using(vare=newDnsClient()){e.Connect(newAddress(1,1,1,1));e.SendAsk("googler.com");// fine until here - this is one of the domains where if I nslookup it from powershell it doesn't return a non existent domain but it also doesn't return an IPAddressdestination=e.Receive(5000);// crashes here with a CPU exception}
And if anyone is wondering it isn't the timeout causing the crash as it crashes in way less than 5 seconds
Version - Were you using the User Kit or Dev Kit? And what User Kit version or Dev Kit commit (Cosmos, IL2CPU, X#)?
Yeah, google.com works fine but I was testing if, say, I made a typo in the command and happened to hit that because in my actual code the domain is user inputted
Area of Cosmos - What area of Cosmos are we dealing with?
Networking
Expected Behaviour - What do you think that should happen?
Returned null
Actual Behaviour - What unexpectedly happens?
Crashes with NullReferenceException
Reproduction - How did you get this error to appear?
Minimal reproduction sample below
And if anyone is wondering it isn't the timeout causing the crash as it crashes in way less than 5 seconds
Version - Were you using the User Kit or Dev Kit? And what User Kit version or Dev Kit commit (Cosmos, IL2CPU, X#)?
DevKit commit 20b0880
The text was updated successfully, but these errors were encountered: