diff options
author | http://joeyh.name/ <http://joeyh.name/@web> | 2014-01-01 20:13:04 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2014-01-01 20:13:04 +0000 |
commit | b4ee53fe1197dcef2868f74f016e659ae93af443 (patch) | |
tree | 431673e4ae67e82c57f8a4aa0c6c735418e00ae4 | |
parent | 051aded96c6df8375867bf54f01f7c36730d58b9 (diff) |
Added a comment
-rw-r--r-- | doc/bugs/assistant_eats_all_CPU/comment_1_847ff393fe3a0227d61440f6be899907._comment | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/bugs/assistant_eats_all_CPU/comment_1_847ff393fe3a0227d61440f6be899907._comment b/doc/bugs/assistant_eats_all_CPU/comment_1_847ff393fe3a0227d61440f6be899907._comment new file mode 100644 index 000000000..cd14d9084 --- /dev/null +++ b/doc/bugs/assistant_eats_all_CPU/comment_1_847ff393fe3a0227d61440f6be899907._comment @@ -0,0 +1,10 @@ +[[!comment format=mdwn + username="http://joeyh.name/" + ip="209.250.56.227" + subject="comment 1" + date="2014-01-01T20:13:04Z" + content=""" +This strongly resembles ghc RTS bugs such as <http://bugs.debian.org/677096> (except that one got fixed, and affected the non-threaded RTS, while this is using the threaded RTS). + +The assistant and the webapp are the same process. The only difference is whether a web browser is talking to it. Unless the other bug is regarding the CPU used by the web browser, that other bug is a duplicate of this one. +"""]] |