aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-10-16 16:49:29 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-10-16 16:49:29 -0400
commitbac33978d143a0e75305907545645d12c32c71ad (patch)
treeab3105bf39b0bc3d90a6acb6fc71be3137d15e6c
parentd494241eda10c4f45121780d26034997073564d3 (diff)
blog for the day
-rw-r--r--doc/design/assistant/blog/day_107__memory_leak.mdwn11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/design/assistant/blog/day_107__memory_leak.mdwn b/doc/design/assistant/blog/day_107__memory_leak.mdwn
new file mode 100644
index 000000000..9482552df
--- /dev/null
+++ b/doc/design/assistant/blog/day_107__memory_leak.mdwn
@@ -0,0 +1,11 @@
+More bugfixes today. The assistant now seems to have enough users that
+they're turning up interesting bugs, which is good. But does keep me too
+busy to add many more bugs^Wcode.
+
+The fun one today made it bloat to eat all memory when logging out of a
+Linux desktop. I tracked that back to a bug in the Haskell DBUS library
+when a session connection is open and the session goes away. Developed a
+test case, and even profiled it, and sent it all of to the library's
+author. Hopefully there will be a quick fix, in the meantime today's
+release has DBUS turned off. Which is ok, it just makes it a little bit
+slower to notice some events.