GNOME Bugzilla – Bug 713525
Background task running in Account after removal
Last modified: 2018-01-12 01:30:37 UTC
---- Reported by jim@yorba.org 2013-08-12 18:02:00 -0700 ---- Original Redmine bug id: 7334 Original URL: http://redmine.yorba.org/issues/7334 Searchable id: yorba-bug-7334 Original author: Jim Nelson Original description: I recently removed an account from Geary. After a little bit, these messages appeared on the console: [deb] 17:58:55 imap-engine-generic-account.vala:263: Refresh of account Gmail account buzz.meeks@gmail.com folders did not complete: Account Gmail account buzz.meeks@gmail.com not opened It appears the background task is still running. Worse, it looks like the Account object is still in the system somewhere. Related issues: related to geary - 7226: Issues when no account is selected (Fixed) ---- Additional Comments From geary-maint@gnome.bugs 2013-09-23 15:48:00 -0700 ---- ### History #### #1 Updated by Jim Nelson 3 months ago * **Category** changed from _accounts_ to _engine_ #### #2 Updated by Jim Nelson 3 months ago * **Priority** changed from _High_ to _Normal_ #### #3 Updated by Jim Nelson about 1 month ago * **Target version** changed from _0.4.0_ to _0.5.0_ --- Bug imported by chaz@yorba.org 2013-11-21 20:21 UTC --- This bug was previously known as _bug_ 7334 at http://redmine.yorba.org/show_bug.cgi?id=7334 Unknown milestone "unknown in product geary. Setting to default milestone for this product, "---". Setting qa contact to the default for this product. This bug either had no qa contact or an invalid one. Resolution set on an open status. Dropping resolution
The wip branch for Bug 778276 will probably take care of this, so marking as depending on that. This is probably also preventing Geary from shutting down properly at times, so marking Bug 745561 as depending on this.
Marking this as fixed, since all long-running account operations now depend on the AccountProcessor, and that is being stopped, with any running operation cancelled, when the account is closed.