This commit is contained in:
Joey Hess 2012-10-16 12:34:22 -04:00
parent 0806b8bfb3
commit 5af5e50475

View file

@ -16,3 +16,9 @@ I've also seen it happen on another computer in similar circumstances. That one
*Please provide any additional information below.*
Given that the assistant isn't really using X directly, I suppose this could be due to losing its connection to the gpg and ssh agents as a side-effect of X being shut down. I'm not sure if it happens immediately after X being killed, or once I log back in again.
> Reproduced. Root caused to a bug in the haskell dbus library, which I can
> reproduce with 2 line test case; basically anything using connectSession
> will do this when the dbus session goes away. Sent test case and
> profiling data to library author to get it fixed, and have disabled
> dbus in git-annex in the meantime. [[done]] --[[Joey]]