Opened 10 years ago
Last modified 8 years ago
#11396 assigned bug
[Network] hangs after clicking Renegotiate several times
Reported by: | diver | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Servers/net_server | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Clicking Renegotiate button several times hangs the preflet.
Change History (4)
comment:1 by , 10 years ago
comment:2 by , 10 years ago
Component: | Preferences/Network → Servers/net_server |
---|
The window is locked in BNetworkInterface::ConfigureInterface, which waits for a reply from the net_server. The net_server is itself locked in NetServer::_QuitLooperForDevice trying to lock the looper. It seems the looper is locked waiting for DHCP negociation.
comment:3 by , 10 years ago
For me (Acer W500 tablet, WiFi network) pressing "Negotiate" button once cause 100% reproduceable freesing network related preflets until reboot. Trying to select network in Deskbar Network replicant cause freese of deskbar. net_server is quitting longer than usually on shutdown. Internet is still working if don't change any settings.
Some other actions also cause network freese, but I can't reproduce it.
comment:4 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
Here (hrev48535) it hangs on first click. Not sure it really does renegotiate, a notification does appear at any rate, and vulcan-death-killing the preflet, I can open a new one with no problem. Network keeps working.