blog for the day
This commit is contained in:
parent
6fb08f2112
commit
7d4f1358f9
1 changed files with 11 additions and 0 deletions
11
doc/design/assistant/blog/day_107__memory_leak.mdwn
Normal file
11
doc/design/assistant/blog/day_107__memory_leak.mdwn
Normal file
|
@ -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.
|
Loading…
Reference in a new issue