GNOME Bugzilla – Bug 774731
SIGSEGV after removing list
Last modified: 2016-12-01 01:49:10 UTC
Created attachment 340325 [details] crash after deleting list It seems to be that the reference count may be bad, like, objects using GtdTaskList reference while they don't hold real reference to it. I've spent more time than I was willing in order to track this... did not find the root cause. Code is git master, very easy to reproduce: 1-) Create a list (local) 2-) Delete it 3-) Crash Backtrace attached.
Created attachment 341095 [details] [review] list-selector-grid-item: plug unref over non-owned reference
Please let me know if that patch doesn't fix the issue. Attachment 341095 [details] pushed as abf31ab - list-selector-grid-item: plug unref over non-owned reference