I have had the webgui stop responding several times but it has turned out to be my own doing. On each occasion it was caused by a rogue php process. Mostly this was some experimental code in a package but can also be caused by running a command, in the gui command prompt box, that never finishes. You can usually recover from that via the console with 'killall php'.
Steve