Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • Files Files
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 383
    • Issues 383
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 55
    • Merge requests 55
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • GNOMEGNOME
  • FilesFiles
  • Merge requests
  • !846

View-model: fix failed assertions on dispose

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Corey Berla requested to merge coreyberla/nautilus:view-item-model-selection-free into master May 29, 2022
  • Overview 6
  • Commits 1
  • Pipelines 5
  • Changes 1

When switching from grid view to list view the failing assertions are printed

(org.gnome.NautilusDevel:2): GLib-GObject-CRITICAL **: 06:46:36.855: g_signal_handlers_disconnect_matched: assertion 'G_TYPE_CHECK_INSTANCE (instance)' failed
(org.gnome.NautilusDevel:2): GLib-GObject-CRITICAL **: 06:46:36.855: g_object_unref: assertion 'G_IS_OBJECT (object)' failed

!817 (merged) changes the internal_model from a GListStore to GtkSortListModel, but same issue exists.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: view-item-model-selection-free