diff --git a/doc/bugs/webapp_hang.mdwn b/doc/bugs/webapp_hang.mdwn index dde19c3e34..0f9af5b288 100644 --- a/doc/bugs/webapp_hang.mdwn +++ b/doc/bugs/webapp_hang.mdwn @@ -28,7 +28,10 @@ Hypotheses: repeated hits to update the alerts? I added a settingsOnException handler that logs all exceptions, and ThreadKilled is happening several times. The only place in Warp that kills threads is due to a timeout installed - for that. + for that. + + **Verified** Bug filed upstream: + * Something deep in git-annex, such as the inotidy code, could be preventing a web server thread from running. But then why do other tabs and other web browsers work while it's stuck?