[Bug 1804260] Re: /usr/bin/nautilus:11:g_type_check_instance_is_fundamentally_a:g_object_unref:nautilus_search_engine_finalize:g_object_unref:g_closure_invoke

2018-11-23 Thread Launchpad Bug Tracker
This bug was fixed in the package nautilus - 1:3.26.4-0ubuntu9 --- nautilus (1:3.26.4-0ubuntu9) disco; urgency=medium * d/p/0016-search-engine-add-a-recent-search-engine-listing-Gtk.patch: - Fix double deref introduced in the previous upload (LP: #1804260) -- Julian Andres Klo

[Bug 1804260] Re: /usr/bin/nautilus:11:g_type_check_instance_is_fundamentally_a:g_object_unref:nautilus_search_engine_finalize:g_object_unref:g_closure_invoke

2018-11-23 Thread Julian Andres Klode
** Changed in: nautilus (Ubuntu) Status: In Progress => Fix Committed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1804260 Title: /usr/bin/nautilus:11:g_type_check_insta

[Bug 1804260] Re: /usr/bin/nautilus:11:g_type_check_instance_is_fundamentally_a:g_object_unref:nautilus_search_engine_finalize:g_object_unref:g_closure_invoke

2018-11-22 Thread Sebastien Bacher
** Changed in: nautilus (Ubuntu) Assignee: Marco Trevisan (Treviño) (3v1n0) => Julian Andres Klode (juliank) -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1804260 Title: /u

[Bug 1804260] Re: /usr/bin/nautilus:11:g_type_check_instance_is_fundamentally_a:g_object_unref:nautilus_search_engine_finalize:g_object_unref:g_closure_invoke

2018-11-22 Thread Launchpad Bug Tracker
** Merge proposal linked: https://code.launchpad.net/~juliank/ubuntu/+source/nautilus/+git/nautilus/+merge/359188 -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1804260 Title:

[Bug 1804260] Re: /usr/bin/nautilus:11:g_type_check_instance_is_fundamentally_a:g_object_unref:nautilus_search_engine_finalize:g_object_unref:g_closure_invoke

2018-11-22 Thread Julian Andres Klode
** Changed in: nautilus (Ubuntu) Status: Triaged => In Progress -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1804260 Title: /usr/bin/nautilus:11:g_type_check_instance_is

[Bug 1804260] Re: /usr/bin/nautilus:11:g_type_check_instance_is_fundamentally_a:g_object_unref:nautilus_search_engine_finalize:g_object_unref:g_closure_invoke

2018-11-22 Thread Julian Andres Klode
Oh, I'm wrong about search_thread_add_hits_idle, as the object is ref'ed before the idle callback is added. Which is a bit strange, but works (I'd provide a search_hits_data_free that unrefs the -> recent and just use that on the entire search_hits). The recent_thread_func clearly is an oversight

[Bug 1804260] Re: /usr/bin/nautilus:11:g_type_check_instance_is_fundamentally_a:g_object_unref:nautilus_search_engine_finalize:g_object_unref:g_closure_invoke

2018-11-22 Thread Julian Andres Klode
The bug seems to be wrong reference counting of the NautilusSearchEngineRecent, and both search_thread_add_hits_idle and recent_thread_func have been changed in the last upload to have code that looks like this: search_thread_add_hits_idle: g_autoptr (NautilusSearchEngineRecent) self = search_hits

[Bug 1804260] Re: /usr/bin/nautilus:11:g_type_check_instance_is_fundamentally_a:g_object_unref:nautilus_search_engine_finalize:g_object_unref:g_closure_invoke

2018-11-22 Thread Sebastien Bacher
K, weird that we didn't get previous reports, or maybe the signature change. Feel free to unassign yourself if you prefer/are busy enough with other things -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bug

[Bug 1804260] Re: /usr/bin/nautilus:11:g_type_check_instance_is_fundamentally_a:g_object_unref:nautilus_search_engine_finalize:g_object_unref:g_closure_invoke

2018-11-21 Thread Treviño
Seb, not sure... Since it seems related to locate search engine which I didn't touch for a while... -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1804260 Title: /usr/bin/nautilu

[Bug 1804260] Re: /usr/bin/nautilus:11:g_type_check_instance_is_fundamentally_a:g_object_unref:nautilus_search_engine_finalize:g_object_unref:g_closure_invoke

2018-11-21 Thread Julian Andres Klode
I did not do anything I can remember, it just happened in the background. -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1804260 Title: /usr/bin/nautilus:11:g_type_check_instance

[Bug 1804260] Re: /usr/bin/nautilus:11:g_type_check_instance_is_fundamentally_a:g_object_unref:nautilus_search_engine_finalize:g_object_unref:g_closure_invoke

2018-11-21 Thread Sebastien Bacher
Marco, seems like it could be due to some of your recent changes? ** Changed in: nautilus (Ubuntu) Importance: Low => High ** Changed in: nautilus (Ubuntu) Assignee: (unassigned) => Marco Trevisan (Treviño) (3v1n0) -- You received this bug notification because you are a member of Ubuntu

[Bug 1804260] Re: /usr/bin/nautilus:11:g_type_check_instance_is_fundamentally_a:g_object_unref:nautilus_search_engine_finalize:g_object_unref:g_closure_invoke

2018-11-21 Thread Sebastien Bacher
@Julian, do you remember what you did to trigger the bug? ** Changed in: nautilus (Ubuntu) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1804260 Ti

[Bug 1804260] Re: /usr/bin/nautilus:11:g_type_check_instance_is_fundamentally_a:g_object_unref:nautilus_search_engine_finalize:g_object_unref:g_closure_invoke

2018-11-20 Thread Julian Andres Klode
This has 12 reports on errors.ubuntu.com so far, the latest one probably mine... -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs/1804260 Title: /usr/bin/nautilus:11:g_type_check_i

[Bug 1804260] Re: /usr/bin/nautilus:11:g_type_check_instance_is_fundamentally_a:g_object_unref:nautilus_search_engine_finalize:g_object_unref:g_closure_invoke

2018-11-20 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users. ** Changed in: nautilus (Ubuntu) Status: New => Confirmed -- You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to nautilus in Ubuntu. https://bugs.launchpad.net/bugs